COLOR #FDEEC4

HEX: #FDEEC4 RGB: (253,238,196)

Color info

#FDEEC4 contains red, green and blue colors in about the same proportion. Web safe color of #FDEEC4 is #FFFFCC (or #FFC).

RGB color model

#FDEEC4 color RGB value is (253,238,196).

RGB: (253,238,196) (99%, 93%, 77%)

RGB channels and saturation

R 253 of 255 = 99%
G 238 of 255 = 93%
B 196 of 255 = 77%

253
238
196

R + G + B ~ 90%. #FDEEC4 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 238 + 196 = 687 (100%)
R 253 of 687 ~ 36.83%
G 238 of 687 ~ 34.64%
B 196 of 687 ~ 28.53'%

%36.83
%34.64
%28.53

CMYK color model

#FDEEC4 color CMYK value is (0,6,23,1).

  • cyan value is 0.00%
  • magenta value is 5.93%
  • yellow value is 22.53%
  • key color value is 0.78%

CMYK: (0,6,23,1)
C0M6Y23K1 (0%, 6%, 23%, 1%)
(0.00 / 0.06 / 0.23 / 0.01)

CMYK percentages

%0
%5.93
%22.53
%0.78

Codes

Color #FDEEC4 in popluar color models

FD EE C4
RGB 253 238 196
HSL 44° 93.44% 88.04%
HSB/HSV 44° 22.53% 99.22%
CMYK 0.00% 5.93% 22.53%
0.78%

Color #FDEEC4 in popluar number systems.

HEX FD EE C4
Decimal 253 238 196
Binary 11111101 11101110 11000100
Octal 375 356 304

Shades and tints

Shades of #FDEEC4

#FDEEC4
(253,238,196)
#E6D9B3
(230,217,179)
#CFC4A2
(207,196,162)
#B8AF91
(184,175,145)
#A19A80
(161,154,128)
#8A856F
(138,133,111)
#73705E
(115,112,94)
#5C5B4D
(92,91,77)
#45463C
(69,70,60)
#2E312B
(46,49,43)
#171C1A
(23,28,26)
#000000
(0,0,0)

Tints of #FDEEC4

#FDEEC4
(253,238,196)
#FDEFC9
(253,239,201)
#FDF0CE
(253,240,206)
#FDF1D3
(253,241,211)
#FDF2D8
(253,242,216)
#FDF3DD
(253,243,221)
#FDF4E2
(253,244,226)
#FDF5E7
(253,245,231)
#FDF6EC
(253,246,236)
#FDF7F1
(253,247,241)
#FDF8F6
(253,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDEEC4 color. Also use rgb(253,238,196) instead hex code.

Text Font Color

.myTextColor { color: #FDEEC4; }

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

This text font color is #FDEEC4.

Background Color

.myBgColor { background-color: #FDEEC4; }

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

This div background color is #FDEEC4.

Border color

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

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

This div border color is #FDEEC4.

Opacity

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

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

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

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

This text has shadow with #FDEEC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDEEC4.

Preview

Color preview on black background

This text has color #FDEEC4 on black background.


Color preview on white background

This text has color #FDEEC4 on white background.


Black color preview on #FDEEC4 background

This text has black color on #FDEEC4 background.


White color preview on #FDEEC4 background

This text has white color on #FDEEC4 background.


Related colors

Complementary color

Complementary color for #hex is #02113B.


I love getcolorcode.com

Triadic colors

1 #C4FDEE and #EEC4FD with #FDEEC4 are triadic colors.

2 #C4EEFD and #EEFDC4 with #FDEEC4 are triadic colors.