Shades of Pink Lace #FCD2DC
Tints of Pink Lace #FCD2DC
RGB
CMYK
RGB Variations
Color information
#FCD2DC (or 0xFCD2DC) is known color: Pink Lace. HEX triplet: FC, D2 and DC. RGB value is (252,210,220). Sum of RGB (Red+Green+Blue) = 252+210+220=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 210 (82.42% from 255 or 30.79% from 682); Blue value is 220 (86.33% from 255 or 32.26% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD2DC is #032D23. Grayscale: #DFDFDF. Windows color (decimal): -208164 or 14471932. OLE color: 14471932.
HSL color Cylindrical-coordinate representation of color #FCD2DC: hue angle of 345.71º degrees, saturation: 0.88, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FCD2DC is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 220 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.01 |
| HSL | 345.71º | 0.88% | 0.91% | - |
| HSV(B) | 345.71º | 0.17% | 0.99% | - |
| XYZ | 76.11 | 71.96 | 77.59 | - |
| YUV | 223.7 | 125.91 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 220 | 0 | 0.17 | 0.13 | 0.01 | 345.71 | 0.88 | 0.91 |
| Hex | FC | D2 | DC | 0 | 11 | D | 1 | 15A | 58 | 5B |
| Octal | 374 | 322 | 334 | 0 | 21 | 15 | 1 | 532 | 130 | 133 |
| Binary | 11111100 | 11010010 | 11011100 | 0 | 10001 | 1101 | 1 | 101011010 | 1011000 | 1011011 |
Color Harmonies of #FCD2DC
Complementary color
Monochromatic Colors of #FCD2DC
Black with #FCD2DC
Text Example
Text Example
White with #FCD2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD2DC; }
p { color: rgb(252,210,220); }
H1.HeaderClassName
{
color: #FCD2DC;
}
.AnyTagClassName
{
color: #FCD2DC;
}
</style>
background-color css
<style>
a { background-color: #FCD2DC; }
a { background-color: rgb(252,210,220); }
div.DivClassName
{
background-color: #FCD2DC;
}
.BgClassName
{
background-color: #FCD2DC;
}
</style>
border-color css
<style>
span { border-color: #FCD2DC; }
span { border-color: rgb(252,210,220); }
td.TdClassName
{
border-color: #FCD2DC;
}
.TagClassName
{
border-color: #FCD2DC;
}
</style>