COLOR #FCDCD9

HEX: #FCDCD9
RGB: (252,220,217)

Color info

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

RGB color model

#FCDCD9 color RGB value is (252,220,217).

  • red value is 252;
  • green value is 220;
  • blue value is 217.
RGB:
(252,220,217)
(99%,86%,85%)

RGB channels and saturation

R 252 of 255 = 99%
G 220 of 255 = 86%
B 217 of 255 = 85%

252
220
217

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

Portions of RGB colors in percentages

R + G + B =
252 + 220 + 217 = 689 (100%)
R 252 of 689 ~ 36.57%
G 220 of 689 ~ 31.93%
B 217 of 689 ~ 31.49%

%36.57
%31.93
%31.49

CMYK color model

#FCDCD9 color CMYK value is (0,13,14,1).

  • cyan value is 0.00%
  • magenta value is 12.70%
  • yellow value is 13.89%
  • key color value is 1.18%
CMYK:
(0,13,14,1)
C0M13Y14K1 
(0%,13%,14%,1%)
(0.00/0.13/0.14/0.01)	

CMYK percentages

%0
%12.7
%13.89
%1.18

Codes

Color #FCDCD9 in popluar color models

FCDCD9
RGB252220217
HSL85.37%91.96%
HSB/HSV13.89%98.82%
CMYK0.00%12.70%13.89%
1.18%

Color #FCDCD9 in popluar number systems.

HEXFCDCD9
Decimal252220217
Binary111111001101110011011001
Octal374334331

Shades and tints

Shades of #FCDCD9

#FCDCD9
(252,220,217)
#E6C8C6
(230,200,198)
#D0B4B3
(208,180,179)
#BAA0A0
(186,160,160)
#A48C8D
(164,140,141)
#8E787A
(142,120,122)
#786467
(120,100,103)
#625054
(98,80,84)
#4C3C41
(76,60,65)
#36282E
(54,40,46)
#20141B
(32,20,27)
#000000
(0,0,0)

Tints of #FCDCD9

#FCDCD9
(252,220,217)
#FCDFDC
(252,223,220)
#FCE2DF
(252,226,223)
#FCE5E2
(252,229,226)
#FCE8E5
(252,232,229)
#FCEBE8
(252,235,232)
#FCEEEB
(252,238,235)
#FCF1EE
(252,241,238)
#FCF4F1
(252,244,241)
#FCF7F4
(252,247,244)
#FCFAF7
(252,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCDCD9; }

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

This text font color is #FCDCD9.


Background Color

.myBgColor { background-color: #FCDCD9; }

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

This div background color is #FCDCD9.


Border color

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

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

This div border color is #FCDCD9.


Opacity

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

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

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

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

This text has shadow with #FCDCD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCDCD9 on black background.


Color preview on white background

This text has color #FCDCD9 on white background.



Black color preview on #FCDCD9 background

This text has black color on #FCDCD9 background.


White color preview on #FCDCD9 background

This text has white color on #FCDCD9 background.