COLOR #FDE0A2

HEX: #FDE0A2
RGB: (253,224,162)

Color info

#FDE0A2 contains mainly red and green colors. Web safe color of #FDE0A2 is #FFCC99 (or #FC9).

RGB color model

#FDE0A2 color RGB value is (253,224,162).

  • red value is 253;
  • green value is 224;
  • blue value is 162.
RGB:
(253,224,162)
(99%,88%,64%)

RGB channels and saturation

R 253 of 255 = 99%
G 224 of 255 = 88%
B 162 of 255 = 64%

253
224
162

R + G + B ~ 84%. #FDE0A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 224 + 162 = 639 (100%)
R 253 of 639 ~ 39.59%
G 224 of 639 ~ 35.05%
B 162 of 639 ~ 25.35%

%39.59
%35.05
%25.35

CMYK color model

#FDE0A2 color CMYK value is (0,11,36,1).

  • cyan value is 0.00%
  • magenta value is 11.46%
  • yellow value is 35.97%
  • key color value is 0.78%
CMYK:
(0,11,36,1)
C0M11Y36K1 
(0%,11%,36%,1%)
(0.00/0.11/0.36/0.01)	

CMYK percentages

%0
%11.46
%35.97
%0.78

Codes

Color #FDE0A2 in popluar color models

FDE0A2
RGB253224162
HSL41°95.79%81.37%
HSB/HSV41°35.97%99.22%
CMYK0.00%11.46%35.97%
0.78%

Color #FDE0A2 in popluar number systems.

HEXFDE0A2
Decimal253224162
Binary111111011110000010100010
Octal375340242

Shades and tints

Shades of #FDE0A2

#FDE0A2
(253,224,162)
#E6CC94
(230,204,148)
#CFB886
(207,184,134)
#B8A478
(184,164,120)
#A1906A
(161,144,106)
#8A7C5C
(138,124,92)
#73684E
(115,104,78)
#5C5440
(92,84,64)
#454032
(69,64,50)
#2E2C24
(46,44,36)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #FDE0A2

#FDE0A2
(253,224,162)
#FDE2AA
(253,226,170)
#FDE4B2
(253,228,178)
#FDE6BA
(253,230,186)
#FDE8C2
(253,232,194)
#FDEACA
(253,234,202)
#FDECD2
(253,236,210)
#FDEEDA
(253,238,218)
#FDF0E2
(253,240,226)
#FDF2EA
(253,242,234)
#FDF4F2
(253,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDE0A2 color. Also use rgb(253,224,162) instead hex code.

Text Font Color

.myTextColor { color: #FDE0A2; }

<p style="color:#FDE0A2">This sample text font color is #FDE0A2.</p>

This text font color is #FDE0A2.


Background Color

.myBgColor { background-color: #FDE0A2; }

<div style="background-color:#FDE0A2">Inner text</div>

This div background color is #FDE0A2.


Border color

.myBorderColor { border: 1px solid #FDE0A2; }

<div style="border:3px solid #FDE0A2">Div</div>

This div border color is #FDE0A2.


Opacity

.myOpacity80 { color: #FDE0A2; opacity: 0.8; }

<p style="color:#FDE0A2;opacity:0.8;">80%</p>

Text with #FDE0A2 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FDE0A2;}

<p style="text-shadow: 3px 3px 1px #FDE0A2">Text here.</p>

This text has shadow with #FDE0A2 color.

.textShadow {text-shadow: 3px 3px 1px #FDE0A2, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FDE0A2, 5px 5px 20px red">Text here.</p>

This text has shadow with #FDE0A2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FDE0A2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FDE0A2, Direction=45, Strength=4)">Text</p>

This text has shadow with #FDE0A2 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FDE0A2;
  -webkit-box-shadow:	1px 1px 3px 2px #FDE0A2;
  box-shadow:		1px 1px 3px 2px #FDE0A2;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FDE0A2;
-webkit-box-shadow: 1px 1px 3px 2px #FDE0A2;
box-shadow:1px 1px 3px 2px #FDE0A2;">
Div content here</div>
This div box has shadow with color #FDE0A2.

Preview

Color preview on black background

This text has color #FDE0A2 on black background.


Color preview on white background

This text has color #FDE0A2 on white background.



Black color preview on #FDE0A2 background

This text has black color on #FDE0A2 background.


White color preview on #FDE0A2 background

This text has white color on #FDE0A2 background.