@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#fcdb80 hex color - Snug Yellow - Yellow - Warm color - Information

#fcdb80 hex color - Snug Yellow - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #fcdb80 Color Code is also known as Snug Yellow color.

Hex #fcdb80 Color code in RGB color code model is created after adding 98.82% red color, 85.88% green color and 50.2% blue color. Hex #fcdb80 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 13% magenta, 49% yellow and 1.18% black.

Hex #fcdb80 color code is between #ffdd88 web safe hex color code and #eecc77 web safe hex color code. #ffdd88 is the nearest web safe color code. You can see here many more shades of #fcdb80 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code fcdb80 #fcdb80
RGB Decimal 252, 219, 128 rgb(252, 219, 128)
RGB Percent 99%, 86%, 50% rgb(99%, 86%, 50%)
CSS RGBa 252, 219, 128,1 rgba(252,219,128,1)
CMYK Model cmyk(0%,13%,49%,1.18%)
HSL Color Space 44,95% ,75% hsl(44,95% ,75%)
HSV Color Space 44°, 49%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111100 11011011 10000000
Octal 374 333 200
Decimal 252 219 128
Hex fc db 80

Different shades of #fcdb80 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #fcdb80
#fde9b2
Dark Shade of #fcdb80
#fbcd4e
Saturated Shade of #fcdb80
#ffdc7d
Desaturated Shade of #fcdb80
#f5d886
Grey scale Shade of #fcdb80
#bebebe
Brighten Shade
#fff499
Most Readable Shade
#000000

Shades of #fcdb80 color code

Generate more color scales with scales (color stack) generator.

#fcdb80
#e0c271
#c4aa63
#a89255
#8c7947
#706138
#54492a
#38301c
#1c180e
#000000

Similar Color like #fcdb80 color

Find visually similar hex color codes nearing to #fcdb80 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#fddc81
#fedd82
#ffde83
#ffdf84
#ffe085
#ffe186
#ffe287
#ffe388
#ffe489
#ffe58a
#ffe68b
#ffe78c
#ffe88d
#ffe98e
#fbda7f
#fad97e
#f9d87d
#f8d77c
#f7d67b
#f6d57a
#f5d479
#f4d378
#f3d277
#f2d176
#f1d075
#f0cf74
#efce73
#eecd72

Monochromatic Color with #fcdb80

#fcdb80
#272214
#52472a
#7c6c3f
#a79155
#d1b66a

Tints of #fcdb80 Color

#fcdb80
#fcdf8e
#fce39c
#fde7aa
#fdebb8
#fdefc6
#fef3d4
#fef7e2
#fefbf0
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#fcdb80
#80a1fc

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#fcdb80
#80dffc
#9d80fc

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#fca980
#fcc280
#fcdb80
#fcf480
#ebfc80

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#fcdb80
#80fcdb
#db80fc

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#fcdb80
#80fc9d
#80a1fc
#fc80df

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#fcdb80
#80a1fc
#9d80fc
#dffc80

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #fcdb80 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#fcdb80 Color Code Preview on Black Background Color

This is how #fcdb80 Color will look on black background color. Color contrast ratio is 15.58

#fcdb80 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#fcdb80">Your Example Paragraph content text in with font color #fcdb80 </p>

Your Example Paragraph content text in with font color #fcdb80

HTML with inline CSS

<div style="color:#fcdb80">Your Paragraph text in with font color #fcdb80 </div>

Your Example Paragraph content text in with font color #fcdb80

#fcdb80 color code is use for CSS Background Color

Background color for the above div is #fcdb80

HTML with inline CSS

<div style="background-color:#fcdb80;"></div>

#fcdb80 color code is use for CSS Border Color

CSS Border color for the above div is #fcdb80

HTML with inline CSS

<div style="border:5px solid #fcdb80;"></div>

CSS Border Left color for the above div is #fcdb80

HTML with inline CSS

<div style="border-left:5px solid #fcdb80;"></div>

CSS Border Right color for the above div is #fcdb80

HTML with inline CSS

<div style="border-right:5px solid #fcdb80;"></div>

CSS Border Bottom color for the above div is #fcdb80

HTML with inline CSS

<div style="border-bottom:5px solid #fcdb80;"></div>

CSS Border Top color for the above div is #fcdb80

HTML with inline CSS

<div style="border-top:5px solid #fcdb80;"></div>

#fcdb80 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#fcdb80; } .examplecolorclass {color:#fcdb80; } .examplebordercolor {border:3px solid #fcdb80; }

#fcdb80 Color code Preview on White Background

This is how #fcdb80 Color code will look on white background color. Color contrast ratio is 1.35

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #fcdb80; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #fcdb80; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(252,219,128,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(128,161,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(252,219,128,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.