COLOR #FDD5CE

HEX: #FDD5CE RGB: (253,213,206)

Color info

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

RGB color model

#FDD5CE color RGB value is (253,213,206).

RGB: (253,213,206) (99%, 84%, 81%)

RGB channels and saturation

R 253 of 255 = 99%
G 213 of 255 = 84%
B 206 of 255 = 81%

253
213
206

R + G + B ~ 88%. #FDD5CE is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 213 + 206 = 672 (100%)
R 253 of 672 ~ 37.65%
G 213 of 672 ~ 31.7%
B 206 of 672 ~ 30.65'%

%37.65
%31.7
%30.65

CMYK color model

#FDD5CE color CMYK value is (0,16,19,1).

  • cyan value is 0.00%
  • magenta value is 15.81%
  • yellow value is 18.58%
  • key color value is 0.78%

CMYK: (0,16,19,1)
C0M16Y19K1 (0%, 16%, 19%, 1%)
(0.00 / 0.16 / 0.19 / 0.01)

CMYK percentages

%0
%15.81
%18.58
%0.78

Codes

Color #FDD5CE in popluar color models

FD D5 CE
RGB 253 213 206
HSL 92.16% 90.00%
HSB/HSV 18.58% 99.22%
CMYK 0.00% 15.81% 18.58%
0.78%

Color #FDD5CE in popluar number systems.

HEX FD D5 CE
Decimal 253 213 206
Binary 11111101 11010101 11001110
Octal 375 325 316

Shades and tints

Shades of #FDD5CE

#FDD5CE
(253,213,206)
#E6C2BC
(230,194,188)
#CFAFAA
(207,175,170)
#B89C98
(184,156,152)
#A18986
(161,137,134)
#8A7674
(138,118,116)
#736362
(115,99,98)
#5C5050
(92,80,80)
#453D3E
(69,61,62)
#2E2A2C
(46,42,44)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #FDD5CE

#FDD5CE
(253,213,206)
#FDD8D2
(253,216,210)
#FDDBD6
(253,219,214)
#FDDEDA
(253,222,218)
#FDE1DE
(253,225,222)
#FDE4E2
(253,228,226)
#FDE7E6
(253,231,230)
#FDEAEA
(253,234,234)
#FDEDEE
(253,237,238)
#FDF0F2
(253,240,242)
#FDF3F6
(253,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDD5CE; }

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

This text font color is #FDD5CE.

Background Color

.myBgColor { background-color: #FDD5CE; }

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

This div background color is #FDD5CE.

Border color

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

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

This div border color is #FDD5CE.

Opacity

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

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

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

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

This text has shadow with #FDD5CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDD5CE.

Preview

Color preview on black background

This text has color #FDD5CE on black background.


Color preview on white background

This text has color #FDD5CE on white background.


Black color preview on #FDD5CE background

This text has black color on #FDD5CE background.


White color preview on #FDD5CE background

This text has white color on #FDD5CE background.


Related colors

Complementary color

Complementary color for #hex is #022A31.


I love getcolorcode.com

Triadic colors

1 #CEFDD5 and #D5CEFD with #FDD5CE are triadic colors.

2 #CED5FD and #D5FDCE with #FDD5CE are triadic colors.