COLOR #FDEECE

HEX: #FDEECE RGB: (253,238,206)

Color info

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

RGB color model

#FDEECE color RGB value is (253,238,206).

RGB: (253,238,206) (99%, 93%, 81%)

RGB channels and saturation

R 253 of 255 = 99%
G 238 of 255 = 93%
B 206 of 255 = 81%

253
238
206

R + G + B ~ 91%. #FDEECE is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 238 + 206 = 697 (100%)
R 253 of 697 ~ 36.3%
G 238 of 697 ~ 34.15%
B 206 of 697 ~ 29.56'%

%36.3
%34.15
%29.56

CMYK color model

#FDEECE color CMYK value is (0,6,19,1).

  • cyan value is 0.00%
  • magenta value is 5.93%
  • yellow value is 18.58%
  • key color value is 0.78%
CMYK: (0,6,19,1) C0M6Y19K1 (0%,6%,19%,1%) (0.00/0.06/0.19/0.01) 

CMYK percentages

%0
%5.93
%18.58
%0.78

Codes

Color #FDEECE in popluar color models

FD EE CE
RGB 253 238 206
HSL 41° 92.16% 90.00%
HSB/HSV 41° 18.58% 99.22%
CMYK 0.00% 5.93% 18.58%
0.78%

Color #FDEECE in popluar number systems.

HEX FD EE CE
Decimal 253 238 206
Binary 11111101 11101110 11001110
Octal 375 356 316

Shades and tints

Shades of #FDEECE

#FDEECE
(253,238,206)
#E6D9BC
(230,217,188)
#CFC4AA
(207,196,170)
#B8AF98
(184,175,152)
#A19A86
(161,154,134)
#8A8574
(138,133,116)
#737062
(115,112,98)
#5C5B50
(92,91,80)
#45463E
(69,70,62)
#2E312C
(46,49,44)
#171C1A
(23,28,26)
#000000
(0,0,0)

Tints of #FDEECE

#FDEECE
(253,238,206)
#FDEFD2
(253,239,210)
#FDF0D6
(253,240,214)
#FDF1DA
(253,241,218)
#FDF2DE
(253,242,222)
#FDF3E2
(253,243,226)
#FDF4E6
(253,244,230)
#FDF5EA
(253,245,234)
#FDF6EE
(253,246,238)
#FDF7F2
(253,247,242)
#FDF8F6
(253,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEECE; }

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

This text font color is #FDEECE.

Background Color

.myBgColor { background-color: #FDEECE; }

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

This div background color is #FDEECE.

Border color

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

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

This div border color is #FDEECE.

Opacity

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

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

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

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

This text has shadow with #FDEECE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDEECE.

Preview

Color preview on black background

This text has color #FDEECE on black background.


Color preview on white background

This text has color #FDEECE on white background.


Black color preview on #FDEECE background

This text has black color on #FDEECE background.


White color preview on #FDEECE background

This text has white color on #FDEECE background.


Related colors

Complementary color

Complementary color for #hex is #021131.


I love getcolorcode.com

Triadic colors

1 #CEFDEE and #EECEFD with #FDEECE are triadic colors.

2 #CEEEFD and #EEFDCE with #FDEECE are triadic colors.