COLOR #FCD2DC

HEX: #FCD2DC RGB: (252,210,220)

Color info

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

RGB color model

#FCD2DC color RGB value is (252,210,220).

RGB: (252,210,220) (99%, 82%, 86%)

RGB channels and saturation

R 252 of 255 = 99%
G 210 of 255 = 82%
B 220 of 255 = 86%

252
210
220

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

Portions of RGB colors in percentages

R + G + B = 252 + 210 + 220 = 682 (100%)
R 252 of 682 ~ 36.95%
G 210 of 682 ~ 30.79%
B 220 of 682 ~ 32.26'%

%36.95
%30.79
%32.26

CMYK color model

#FCD2DC color CMYK value is (0,17,13,1).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 12.70%
  • key color value is 1.18%

CMYK: (0,17,13,1)
C0M17Y13K1 (0%, 17%, 13%, 1%)
(0.00 / 0.17 / 0.13 / 0.01)

CMYK percentages

%0
%16.67
%12.7
%1.18

Codes

Color #FCD2DC in popluar color models

FC D2 DC
RGB 252 210 220
HSL 346° 87.50% 90.59%
HSB/HSV 346° 16.67% 98.82%
CMYK 0.00% 16.67% 12.70%
1.18%

Color #FCD2DC in popluar number systems.

HEX FC D2 DC
Decimal 252 210 220
Binary 11111100 11010010 11011100
Octal 374 322 334

Shades and tints

Shades of #FCD2DC

#FCD2DC
(252,210,220)
#E6BFC8
(230,191,200)
#D0ACB4
(208,172,180)
#BA99A0
(186,153,160)
#A4868C
(164,134,140)
#8E7378
(142,115,120)
#786064
(120,96,100)
#624D50
(98,77,80)
#4C3A3C
(76,58,60)
#362728
(54,39,40)
#201414
(32,20,20)
#000000
(0,0,0)

Tints of #FCD2DC

#FCD2DC
(252,210,220)
#FCD6DF
(252,214,223)
#FCDAE2
(252,218,226)
#FCDEE5
(252,222,229)
#FCE2E8
(252,226,232)
#FCE6EB
(252,230,235)
#FCEAEE
(252,234,238)
#FCEEF1
(252,238,241)
#FCF2F4
(252,242,244)
#FCF6F7
(252,246,247)
#FCFAFA
(252,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD2DC; }

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

This text font color is #FCD2DC.

Background Color

.myBgColor { background-color: #FCD2DC; }

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

This div background color is #FCD2DC.

Border color

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

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

This div border color is #FCD2DC.

Opacity

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

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

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

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

This text has shadow with #FCD2DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCD2DC.

Preview

Color preview on black background

This text has color #FCD2DC on black background.


Color preview on white background

This text has color #FCD2DC on white background.


Black color preview on #FCD2DC background

This text has black color on #FCD2DC background.


White color preview on #FCD2DC background

This text has white color on #FCD2DC background.


Related colors

Complementary color

Complementary color for #hex is #032D23.


I love getcolorcode.com

Triadic colors

1 #DCFCD2 and #D2DCFC with #FCD2DC are triadic colors.

2 #DCD2FC and #D2FCDC with #FCD2DC are triadic colors.