COLOR #FCD9CD

HEX: #FCD9CD RGB: (252,217,205)

Color info

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

RGB color model

#FCD9CD color RGB value is (252,217,205).

RGB: (252,217,205) (99%, 85%, 80%)

RGB channels and saturation

R 252 of 255 = 99%
G 217 of 255 = 85%
B 205 of 255 = 80%

252
217
205

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

Portions of RGB colors in percentages

R + G + B = 252 + 217 + 205 = 674 (100%)
R 252 of 674 ~ 37.39%
G 217 of 674 ~ 32.2%
B 205 of 674 ~ 30.42'%

%37.39
%32.2
%30.42

CMYK color model

#FCD9CD color CMYK value is (0,14,19,1).

  • cyan value is 0.00%
  • magenta value is 13.89%
  • yellow value is 18.65%
  • key color value is 1.18%

CMYK: (0,14,19,1)
C0M14Y19K1 (0%, 14%, 19%, 1%)
(0.00 / 0.14 / 0.19 / 0.01)

CMYK percentages

%0
%13.89
%18.65
%1.18

Codes

Color #FCD9CD in popluar color models

FC D9 CD
RGB 252 217 205
HSL 15° 88.68% 89.61%
HSB/HSV 15° 18.65% 98.82%
CMYK 0.00% 13.89% 18.65%
1.18%

Color #FCD9CD in popluar number systems.

HEX FC D9 CD
Decimal 252 217 205
Binary 11111100 11011001 11001101
Octal 374 331 315

Shades and tints

Shades of #FCD9CD

#FCD9CD
(252,217,205)
#E6C6BB
(230,198,187)
#D0B3A9
(208,179,169)
#BAA097
(186,160,151)
#A48D85
(164,141,133)
#8E7A73
(142,122,115)
#786761
(120,103,97)
#62544F
(98,84,79)
#4C413D
(76,65,61)
#362E2B
(54,46,43)
#201B19
(32,27,25)
#000000
(0,0,0)

Tints of #FCD9CD

#FCD9CD
(252,217,205)
#FCDCD1
(252,220,209)
#FCDFD5
(252,223,213)
#FCE2D9
(252,226,217)
#FCE5DD
(252,229,221)
#FCE8E1
(252,232,225)
#FCEBE5
(252,235,229)
#FCEEE9
(252,238,233)
#FCF1ED
(252,241,237)
#FCF4F1
(252,244,241)
#FCF7F5
(252,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCD9CD color. Also use rgb(252,217,205) instead hex code.

Text Font Color

.myTextColor { color: #FCD9CD; }

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

This text font color is #FCD9CD.

Background Color

.myBgColor { background-color: #FCD9CD; }

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

This div background color is #FCD9CD.

Border color

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

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

This div border color is #FCD9CD.

Opacity

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

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

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

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

This text has shadow with #FCD9CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCD9CD.

Preview

Color preview on black background

This text has color #FCD9CD on black background.


Color preview on white background

This text has color #FCD9CD on white background.


Black color preview on #FCD9CD background

This text has black color on #FCD9CD background.


White color preview on #FCD9CD background

This text has white color on #FCD9CD background.


Related colors

Complementary color

Complementary color for #hex is #032632.


I love getcolorcode.com

Triadic colors

1 #CDFCD9 and #D9CDFC with #FCD9CD are triadic colors.

2 #CDD9FC and #D9FCCD with #FCD9CD are triadic colors.