HEX: #FCD2DC
RGB: (252,210,220)
#FCD2DC contains red, green and blue colors in about the same proportion. Web safe color of #FCD2DC is #FFCCCC (or #FCC).
#FCD2DC color RGB value is (252,210,220).
RGB: (252,210,220)
(99%, 82%, 86%)
R 252 of 255 = 99%
G 210 of 255 = 82%
B 220 of 255 = 86%
R + G + B ~ 89%. #FCD2DC is light color.
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'%
#FCD2DC color CMYK value is (0,17,13,1).
CMYK: (0,17,13,1)
C0M17Y13K1 (0%, 17%, 13%, 1%)
(0.00 / 0.17 / 0.13 / 0.01)
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 of #FCD2DC
Tints of #FCD2DC
Examples of css and html codes for elements with #FCD2DC color. Also use rgb(252,210,220) instead hex code.
.myTextColor { color: #FCD2DC; }
<p style="color:#FCD2DC">This sample text font color is #FCD2DC.</p>
This text font color is #FCD2DC.
.myBgColor { background-color: #FCD2DC; }
<div style="background-color:#FCD2DC">Inner text</div>
This div background color is #FCD2DC.
.myBorderColor { border: 1px solid #FCD2DC; }
<div style="border:3px solid #FCD2DC">Div</div>
This div border color is #FCD2DC.
.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%.
.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.
/* 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 text has color #FCD2DC on black background.
This text has color #FCD2DC on white background.
This text has black color on #FCD2DC background.
This text has white color on #FCD2DC background.
Complementary color for #hex is #032D23.