COLOR #FCDDC9

HEX: #FCDDC9 RGB: (252,221,201)

Color info

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

RGB color model

#FCDDC9 color RGB value is (252,221,201).

RGB: (252,221,201) (99%, 87%, 79%)

RGB channels and saturation

R 252 of 255 = 99%
G 221 of 255 = 87%
B 201 of 255 = 79%

252
221
201

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

Portions of RGB colors in percentages

R + G + B = 252 + 221 + 201 = 674 (100%)
R 252 of 674 ~ 37.39%
G 221 of 674 ~ 32.79%
B 201 of 674 ~ 29.82'%

%37.39
%32.79
%29.82

CMYK color model

#FCDDC9 color CMYK value is (0,12,20,1).

  • cyan value is 0.00%
  • magenta value is 12.30%
  • yellow value is 20.24%
  • key color value is 1.18%

CMYK: (0,12,20,1)
C0M12Y20K1 (0%, 12%, 20%, 1%)
(0.00 / 0.12 / 0.20 / 0.01)

CMYK percentages

%0
%12.3
%20.24
%1.18

Codes

Color #FCDDC9 in popluar color models

FC DD C9
RGB 252 221 201
HSL 24° 89.47% 88.82%
HSB/HSV 24° 20.24% 98.82%
CMYK 0.00% 12.30% 20.24%
1.18%

Color #FCDDC9 in popluar number systems.

HEX FC DD C9
Decimal 252 221 201
Binary 11111100 11011101 11001001
Octal 374 335 311

Shades and tints

Shades of #FCDDC9

#FCDDC9
(252,221,201)
#E6C9B7
(230,201,183)
#D0B5A5
(208,181,165)
#BAA193
(186,161,147)
#A48D81
(164,141,129)
#8E796F
(142,121,111)
#78655D
(120,101,93)
#62514B
(98,81,75)
#4C3D39
(76,61,57)
#362927
(54,41,39)
#201515
(32,21,21)
#000000
(0,0,0)

Tints of #FCDDC9

#FCDDC9
(252,221,201)
#FCE0CD
(252,224,205)
#FCE3D1
(252,227,209)
#FCE6D5
(252,230,213)
#FCE9D9
(252,233,217)
#FCECDD
(252,236,221)
#FCEFE1
(252,239,225)
#FCF2E5
(252,242,229)
#FCF5E9
(252,245,233)
#FCF8ED
(252,248,237)
#FCFBF1
(252,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCDDC9 color. Also use rgb(252,221,201) instead hex code.

Text Font Color

.myTextColor { color: #FCDDC9; }

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

This text font color is #FCDDC9.

Background Color

.myBgColor { background-color: #FCDDC9; }

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

This div background color is #FCDDC9.

Border color

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

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

This div border color is #FCDDC9.

Opacity

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

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

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

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

This text has shadow with #FCDDC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCDDC9.

Preview

Color preview on black background

This text has color #FCDDC9 on black background.


Color preview on white background

This text has color #FCDDC9 on white background.


Black color preview on #FCDDC9 background

This text has black color on #FCDDC9 background.


White color preview on #FCDDC9 background

This text has white color on #FCDDC9 background.


Related colors

Complementary color

Complementary color for #hex is #032236.


I love getcolorcode.com

Triadic colors

1 #C9FCDD and #DDC9FC with #FCDDC9 are triadic colors.

2 #C9DDFC and #DDFCC9 with #FCDDC9 are triadic colors.