COLOR #FDE1AC

HEX: #FDE1AC RGB: (253,225,172)

Color info

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

RGB color model

#FDE1AC color RGB value is (253,225,172).

RGB: (253,225,172) (99%, 88%, 67%)

RGB channels and saturation

R 253 of 255 = 99%
G 225 of 255 = 88%
B 172 of 255 = 67%

253
225
172

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

Portions of RGB colors in percentages

R + G + B = 253 + 225 + 172 = 650 (100%)
R 253 of 650 ~ 38.92%
G 225 of 650 ~ 34.62%
B 172 of 650 ~ 26.46'%

%38.92
%34.62
%26.46

CMYK color model

#FDE1AC color CMYK value is (0,11,32,1).

  • cyan value is 0.00%
  • magenta value is 11.07%
  • yellow value is 32.02%
  • key color value is 0.78%

CMYK: (0,11,32,1)
C0M11Y32K1 (0%, 11%, 32%, 1%)
(0.00 / 0.11 / 0.32 / 0.01)

CMYK percentages

%0
%11.07
%32.02
%0.78

Codes

Color #FDE1AC in popluar color models

FD E1 AC
RGB 253 225 172
HSL 39° 95.29% 83.33%
HSB/HSV 39° 32.02% 99.22%
CMYK 0.00% 11.07% 32.02%
0.78%

Color #FDE1AC in popluar number systems.

HEX FD E1 AC
Decimal 253 225 172
Binary 11111101 11100001 10101100
Octal 375 341 254

Shades and tints

Shades of #FDE1AC

#FDE1AC
(253,225,172)
#E6CD9D
(230,205,157)
#CFB98E
(207,185,142)
#B8A57F
(184,165,127)
#A19170
(161,145,112)
#8A7D61
(138,125,97)
#736952
(115,105,82)
#5C5543
(92,85,67)
#454134
(69,65,52)
#2E2D25
(46,45,37)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #FDE1AC

#FDE1AC
(253,225,172)
#FDE3B3
(253,227,179)
#FDE5BA
(253,229,186)
#FDE7C1
(253,231,193)
#FDE9C8
(253,233,200)
#FDEBCF
(253,235,207)
#FDEDD6
(253,237,214)
#FDEFDD
(253,239,221)
#FDF1E4
(253,241,228)
#FDF3EB
(253,243,235)
#FDF5F2
(253,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE1AC; }

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

This text font color is #FDE1AC.

Background Color

.myBgColor { background-color: #FDE1AC; }

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

This div background color is #FDE1AC.

Border color

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

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

This div border color is #FDE1AC.

Opacity

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

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

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

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

This text has shadow with #FDE1AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDE1AC.

Preview

Color preview on black background

This text has color #FDE1AC on black background.


Color preview on white background

This text has color #FDE1AC on white background.


Black color preview on #FDE1AC background

This text has black color on #FDE1AC background.


White color preview on #FDE1AC background

This text has white color on #FDE1AC background.


Related colors

Complementary color

Complementary color for #hex is #021E53.


I love getcolorcode.com

Triadic colors

1 #ACFDE1 and #E1ACFD with #FDE1AC are triadic colors.

2 #ACE1FD and #E1FDAC with #FDE1AC are triadic colors.