Shades of Pink Lace #FCD0DD
Tints of Pink Lace #FCD0DD
RGB
CMYK
RGB Variations
Color information
#FCD0DD (or 0xFCD0DD) is known color: Pink Lace. HEX triplet: FC, D0 and DD. RGB value is (252,208,221). Sum of RGB (Red+Green+Blue) = 252+208+221=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 208 (81.64% from 255 or 30.54% from 681); Blue value is 221 (86.72% from 255 or 32.45% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD0DD is #032F22. Grayscale: #DEDEDE. Windows color (decimal): -208675 or 14536956. OLE color: 14536956.
HSL color Cylindrical-coordinate representation of color #FCD0DD: hue angle of 342.27º 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 #FCD0DD is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 221 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.01 |
| HSL | 342.27º | 0.88% | 0.9% | - |
| HSV(B) | 342.27º | 0.17% | 0.99% | - |
| XYZ | 75.75 | 71.03 | 78.12 | - |
| YUV | 222.64 | 127.08 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 221 | 0 | 0.17 | 0.12 | 0.01 | 342.27 | 0.88 | 0.9 |
| Hex | FC | D0 | DD | 0 | 11 | C | 1 | 156 | 58 | 5A |
| Octal | 374 | 320 | 335 | 0 | 21 | 14 | 1 | 526 | 130 | 132 |
| Binary | 11111100 | 11010000 | 11011101 | 0 | 10001 | 1100 | 1 | 101010110 | 1011000 | 1011010 |
Color Harmonies of #FCD0DD
Complementary color
Monochromatic Colors of #FCD0DD
Black with #FCD0DD
Text Example
Text Example
White with #FCD0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD0DD; }
p { color: rgb(252,208,221); }
H1.HeaderClassName
{
color: #FCD0DD;
}
.AnyTagClassName
{
color: #FCD0DD;
}
</style>
background-color css
<style>
a { background-color: #FCD0DD; }
a { background-color: rgb(252,208,221); }
div.DivClassName
{
background-color: #FCD0DD;
}
.BgClassName
{
background-color: #FCD0DD;
}
</style>
border-color css
<style>
span { border-color: #FCD0DD; }
span { border-color: rgb(252,208,221); }
td.TdClassName
{
border-color: #FCD0DD;
}
.TagClassName
{
border-color: #FCD0DD;
}
</style>