COLOR #FCD4DC

HEX: #FCD4DC
RGB: (252,212,220)

Color info

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

RGB color model

#FCD4DC color RGB value is (252,212,220).

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

RGB channels and saturation

R 252 of 255 = 99%
G 212 of 255 = 83%
B 220 of 255 = 86%

252
212
220

R + G + B ~ 89%. #FCD4DC is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 212 + 220 = 684 (100%)
R 252 of 684 ~ 36.84%
G 212 of 684 ~ 30.99%
B 220 of 684 ~ 32.16%

%36.84
%30.99
%32.16

CMYK color model

#FCD4DC color CMYK value is (0,16,13,1).

  • cyan value is 0.00%
  • magenta value is 15.87%
  • yellow value is 12.70%
  • key color value is 1.18%
CMYK:
(0,16,13,1)
C0M16Y13K1 
(0%,16%,13%,1%)
(0.00/0.16/0.13/0.01)	

CMYK percentages

%0
%15.87
%12.7
%1.18

Codes

Color #FCD4DC in popluar color models

FCD4DC
RGB252212220
HSL348°86.96%90.98%
HSB/HSV348°15.87%98.82%
CMYK0.00%15.87%12.70%
1.18%

Color #FCD4DC in popluar number systems.

HEXFCD4DC
Decimal252212220
Binary111111001101010011011100
Octal374324334

Shades and tints

Shades of #FCD4DC

#FCD4DC
(252,212,220)
#E6C1C8
(230,193,200)
#D0AEB4
(208,174,180)
#BA9BA0
(186,155,160)
#A4888C
(164,136,140)
#8E7578
(142,117,120)
#786264
(120,98,100)
#624F50
(98,79,80)
#4C3C3C
(76,60,60)
#362928
(54,41,40)
#201614
(32,22,20)
#000000
(0,0,0)

Tints of #FCD4DC

#FCD4DC
(252,212,220)
#FCD7DF
(252,215,223)
#FCDAE2
(252,218,226)
#FCDDE5
(252,221,229)
#FCE0E8
(252,224,232)
#FCE3EB
(252,227,235)
#FCE6EE
(252,230,238)
#FCE9F1
(252,233,241)
#FCECF4
(252,236,244)
#FCEFF7
(252,239,247)
#FCF2FA
(252,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD4DC; }

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

This text font color is #FCD4DC.


Background Color

.myBgColor { background-color: #FCD4DC; }

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

This div background color is #FCD4DC.


Border color

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

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

This div border color is #FCD4DC.


Opacity

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

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

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

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

This text has shadow with #FCD4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD4DC on black background.


Color preview on white background

This text has color #FCD4DC on white background.



Black color preview on #FCD4DC background

This text has black color on #FCD4DC background.


White color preview on #FCD4DC background

This text has white color on #FCD4DC background.