COLOR #FDE1A2

HEX: #FDE1A2
RGB: (253,225,162)

Color info

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

RGB color model

#FDE1A2 color RGB value is (253,225,162).

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

RGB channels and saturation

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

253
225
162

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

Portions of RGB colors in percentages

R + G + B =
253 + 225 + 162 = 640 (100%)
R 253 of 640 ~ 39.53%
G 225 of 640 ~ 35.16%
B 162 of 640 ~ 25.31%

%39.53
%35.16
%25.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.07%
  • 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.07
%35.97
%0.78

Codes

Color #FDE1A2 in popluar color models

FDE1A2
RGB253225162
HSL42°95.79%81.37%
HSB/HSV42°35.97%99.22%
CMYK0.00%11.07%35.97%
0.78%

Color #FDE1A2 in popluar number systems.

HEXFDE1A2
Decimal253225162
Binary111111011110000110100010
Octal375341242

Shades and tints

Shades of #FDE1A2

#FDE1A2
(253,225,162)
#E6CD94
(230,205,148)
#CFB986
(207,185,134)
#B8A578
(184,165,120)
#A1916A
(161,145,106)
#8A7D5C
(138,125,92)
#73694E
(115,105,78)
#5C5540
(92,85,64)
#454132
(69,65,50)
#2E2D24
(46,45,36)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #FDE1A2

#FDE1A2
(253,225,162)
#FDE3AA
(253,227,170)
#FDE5B2
(253,229,178)
#FDE7BA
(253,231,186)
#FDE9C2
(253,233,194)
#FDEBCA
(253,235,202)
#FDEDD2
(253,237,210)
#FDEFDA
(253,239,218)
#FDF1E2
(253,241,226)
#FDF3EA
(253,243,234)
#FDF5F2
(253,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE1A2; }

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

This text font color is #FDE1A2.


Background Color

.myBgColor { background-color: #FDE1A2; }

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

This div background color is #FDE1A2.


Border color

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

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

This div border color is #FDE1A2.


Opacity

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

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

Text with #FDE1A2 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 #FDE1A2;}

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

This text has shadow with #FDE1A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE1A2 on black background.


Color preview on white background

This text has color #FDE1A2 on white background.



Black color preview on #FDE1A2 background

This text has black color on #FDE1A2 background.


White color preview on #FDE1A2 background

This text has white color on #FDE1A2 background.