COLOR #FDE4CC

HEX: #FDE4CC RGB: (253,228,204)

Color info

#FDE4CC contains red, green and blue colors in about the same proportion. Web safe color of #FDE4CC is #FFCCCC (or #FCC).

RGB color model

#FDE4CC color RGB value is (253,228,204).

RGB: (253,228,204) (99%, 89%, 80%)

RGB channels and saturation

R 253 of 255 = 99%
G 228 of 255 = 89%
B 204 of 255 = 80%

253
228
204

R + G + B ~ 89%. #FDE4CC is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 228 + 204 = 685 (100%)
R 253 of 685 ~ 36.93%
G 228 of 685 ~ 33.28%
B 204 of 685 ~ 29.78'%

%36.93
%33.28
%29.78

CMYK color model

#FDE4CC color CMYK value is (0,10,19,1).

  • cyan value is 0.00%
  • magenta value is 9.88%
  • yellow value is 19.37%
  • key color value is 0.78%

CMYK: (0,10,19,1)
C0M10Y19K1 (0%, 10%, 19%, 1%)
(0.00 / 0.10 / 0.19 / 0.01)

CMYK percentages

%0
%9.88
%19.37
%0.78

Codes

Color #FDE4CC in popluar color models

FD E4 CC
RGB 253 228 204
HSL 29° 92.45% 89.61%
HSB/HSV 29° 19.37% 99.22%
CMYK 0.00% 9.88% 19.37%
0.78%

Color #FDE4CC in popluar number systems.

HEX FD E4 CC
Decimal 253 228 204
Binary 11111101 11100100 11001100
Octal 375 344 314

Shades and tints

Shades of #FDE4CC

#FDE4CC
(253,228,204)
#E6D0BA
(230,208,186)
#CFBCA8
(207,188,168)
#B8A896
(184,168,150)
#A19484
(161,148,132)
#8A8072
(138,128,114)
#736C60
(115,108,96)
#5C584E
(92,88,78)
#45443C
(69,68,60)
#2E302A
(46,48,42)
#171C18
(23,28,24)
#000000
(0,0,0)

Tints of #FDE4CC

#FDE4CC
(253,228,204)
#FDE6D0
(253,230,208)
#FDE8D4
(253,232,212)
#FDEAD8
(253,234,216)
#FDECDC
(253,236,220)
#FDEEE0
(253,238,224)
#FDF0E4
(253,240,228)
#FDF2E8
(253,242,232)
#FDF4EC
(253,244,236)
#FDF6F0
(253,246,240)
#FDF8F4
(253,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE4CC; }

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

This text font color is #FDE4CC.

Background Color

.myBgColor { background-color: #FDE4CC; }

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

This div background color is #FDE4CC.

Border color

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

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

This div border color is #FDE4CC.

Opacity

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

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

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

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

This text has shadow with #FDE4CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDE4CC.

Preview

Color preview on black background

This text has color #FDE4CC on black background.


Color preview on white background

This text has color #FDE4CC on white background.


Black color preview on #FDE4CC background

This text has black color on #FDE4CC background.


White color preview on #FDE4CC background

This text has white color on #FDE4CC background.


Related colors

Complementary color

Complementary color for #hex is #021B33.


I love getcolorcode.com

Triadic colors

1 #CCFDE4 and #E4CCFD with #FDE4CC are triadic colors.

2 #CCE4FD and #E4FDCC with #FDE4CC are triadic colors.