COLOR #FDE4AE

HEX: #FDE4AE RGB: (253,228,174)

Color info

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

RGB color model

#FDE4AE color RGB value is (253,228,174).

RGB: (253,228,174) (99%, 89%, 68%)

RGB channels and saturation

R 253 of 255 = 99%
G 228 of 255 = 89%
B 174 of 255 = 68%

253
228
174

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

Portions of RGB colors in percentages

R + G + B = 253 + 228 + 174 = 655 (100%)
R 253 of 655 ~ 38.63%
G 228 of 655 ~ 34.81%
B 174 of 655 ~ 26.56'%

%38.63
%34.81
%26.56

CMYK color model

#FDE4AE color CMYK value is (0,10,31,1).

  • cyan value is 0.00%
  • magenta value is 9.88%
  • yellow value is 31.23%
  • key color value is 0.78%
CMYK: (0,10,31,1) C0M10Y31K1 (0%,10%,31%,1%) (0.00/0.10/0.31/0.01) 

CMYK percentages

%0
%9.88
%31.23
%0.78

Codes

Color #FDE4AE in popluar color models

FD E4 AE
RGB 253 228 174
HSL 41° 95.18% 83.73%
HSB/HSV 41° 31.23% 99.22%
CMYK 0.00% 9.88% 31.23%
0.78%

Color #FDE4AE in popluar number systems.

HEX FD E4 AE
Decimal 253 228 174
Binary 11111101 11100100 10101110
Octal 375 344 256

Shades and tints

Shades of #FDE4AE

#FDE4AE
(253,228,174)
#E6D09F
(230,208,159)
#CFBC90
(207,188,144)
#B8A881
(184,168,129)
#A19472
(161,148,114)
#8A8063
(138,128,99)
#736C54
(115,108,84)
#5C5845
(92,88,69)
#454436
(69,68,54)
#2E3027
(46,48,39)
#171C18
(23,28,24)
#000000
(0,0,0)

Tints of #FDE4AE

#FDE4AE
(253,228,174)
#FDE6B5
(253,230,181)
#FDE8BC
(253,232,188)
#FDEAC3
(253,234,195)
#FDECCA
(253,236,202)
#FDEED1
(253,238,209)
#FDF0D8
(253,240,216)
#FDF2DF
(253,242,223)
#FDF4E6
(253,244,230)
#FDF6ED
(253,246,237)
#FDF8F4
(253,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE4AE; }

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

This text font color is #FDE4AE.

Background Color

.myBgColor { background-color: #FDE4AE; }

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

This div background color is #FDE4AE.

Border color

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

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

This div border color is #FDE4AE.

Opacity

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

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

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

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

This text has shadow with #FDE4AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDE4AE.

Preview

Color preview on black background

This text has color #FDE4AE on black background.


Color preview on white background

This text has color #FDE4AE on white background.


Black color preview on #FDE4AE background

This text has black color on #FDE4AE background.


White color preview on #FDE4AE background

This text has white color on #FDE4AE background.


Related colors

Complementary color

Complementary color for #hex is #021B51.


I love getcolorcode.com

Triadic colors

1 #AEFDE4 and #E4AEFD with #FDE4AE are triadic colors.

2 #AEE4FD and #E4FDAE with #FDE4AE are triadic colors.