Shades of Pink Lace #FCD0DC
Tints of Pink Lace #FCD0DC
RGB
CMYK
RGB Variations
Color information
#FCD0DC (or 0xFCD0DC) is known color: Pink Lace. HEX triplet: FC, D0 and DC. RGB value is (252,208,220). Sum of RGB (Red+Green+Blue) = 252+208+220=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 208 (81.64% from 255 or 30.59% from 680); Blue value is 220 (86.33% from 255 or 32.35% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD0DC is #032F23. Grayscale: #DEDEDE. Windows color (decimal): -208676 or 14471420. OLE color: 14471420.
HSL color Cylindrical-coordinate representation of color #FCD0DC: hue angle of 343.64º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FCD0DC is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 220 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.01 |
| HSL | 343.64º | 0.88% | 0.9% | - |
| HSV(B) | 343.64º | 0.17% | 0.99% | - |
| XYZ | 75.62 | 70.97 | 77.42 | - |
| YUV | 222.52 | 126.58 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 220 | 0 | 0.17 | 0.13 | 0.01 | 343.64 | 0.88 | 0.9 |
| Hex | FC | D0 | DC | 0 | 11 | D | 1 | 158 | 58 | 5A |
| Octal | 374 | 320 | 334 | 0 | 21 | 15 | 1 | 530 | 130 | 132 |
| Binary | 11111100 | 11010000 | 11011100 | 0 | 10001 | 1101 | 1 | 101011000 | 1011000 | 1011010 |
Color Harmonies of #FCD0DC
Complementary color
Monochromatic Colors of #FCD0DC
Black with #FCD0DC
Text Example
Text Example
White with #FCD0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD0DC; }
p { color: rgb(252,208,220); }
H1.HeaderClassName
{
color: #FCD0DC;
}
.AnyTagClassName
{
color: #FCD0DC;
}
</style>
background-color css
<style>
a { background-color: #FCD0DC; }
a { background-color: rgb(252,208,220); }
div.DivClassName
{
background-color: #FCD0DC;
}
.BgClassName
{
background-color: #FCD0DC;
}
</style>
border-color css
<style>
span { border-color: #FCD0DC; }
span { border-color: rgb(252,208,220); }
td.TdClassName
{
border-color: #FCD0DC;
}
.TagClassName
{
border-color: #FCD0DC;
}
</style>