COLOR #FDE1AE

HEX: #FDE1AE
RGB: (253,225,174)

Color info

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

RGB color model

#FDE1AE color RGB value is (253,225,174).

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

RGB channels and saturation

R 253 of 255 = 99%
G 225 of 255 = 88%
B 174 of 255 = 68%

253
225
174

R + G + B ~ 85%. #FDE1AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 225 + 174 = 652 (100%)
R 253 of 652 ~ 38.8%
G 225 of 652 ~ 34.51%
B 174 of 652 ~ 26.69%

%38.8
%34.51
%26.69

CMYK color model

#FDE1AE color CMYK value is (0,11,31,1).

  • cyan value is 0.00%
  • magenta value is 11.07%
  • yellow value is 31.23%
  • key color value is 0.78%
CMYK:
(0,11,31,1)
C0M11Y31K1 
(0%,11%,31%,1%)
(0.00/0.11/0.31/0.01)	

CMYK percentages

%0
%11.07
%31.23
%0.78

Codes

Color #FDE1AE in popluar color models

FDE1AE
RGB253225174
HSL39°95.18%83.73%
HSB/HSV39°31.23%99.22%
CMYK0.00%11.07%31.23%
0.78%

Color #FDE1AE in popluar number systems.

HEXFDE1AE
Decimal253225174
Binary111111011110000110101110
Octal375341256

Shades and tints

Shades of #FDE1AE

#FDE1AE
(253,225,174)
#E6CD9F
(230,205,159)
#CFB990
(207,185,144)
#B8A581
(184,165,129)
#A19172
(161,145,114)
#8A7D63
(138,125,99)
#736954
(115,105,84)
#5C5545
(92,85,69)
#454136
(69,65,54)
#2E2D27
(46,45,39)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #FDE1AE

#FDE1AE
(253,225,174)
#FDE3B5
(253,227,181)
#FDE5BC
(253,229,188)
#FDE7C3
(253,231,195)
#FDE9CA
(253,233,202)
#FDEBD1
(253,235,209)
#FDEDD8
(253,237,216)
#FDEFDF
(253,239,223)
#FDF1E6
(253,241,230)
#FDF3ED
(253,243,237)
#FDF5F4
(253,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE1AE; }

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

This text font color is #FDE1AE.


Background Color

.myBgColor { background-color: #FDE1AE; }

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

This div background color is #FDE1AE.


Border color

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

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

This div border color is #FDE1AE.


Opacity

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

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

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

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

This text has shadow with #FDE1AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE1AE on black background.


Color preview on white background

This text has color #FDE1AE on white background.



Black color preview on #FDE1AE background

This text has black color on #FDE1AE background.


White color preview on #FDE1AE background

This text has white color on #FDE1AE background.