Shades of Pink Lace #FCD0DB
Tints of Pink Lace #FCD0DB
RGB
CMYK
RGB Variations
Color information
#FCD0DB (or 0xFCD0DB) is known color: Pink Lace. HEX triplet: FC, D0 and DB. RGB value is (252,208,219). Sum of RGB (Red+Green+Blue) = 252+208+219=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 208 (81.64% from 255 or 30.63% from 679); Blue value is 219 (85.94% from 255 or 32.25% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD0DB is #032F24. Grayscale: #DEDEDE. Windows color (decimal): -208677 or 14405884. OLE color: 14405884.
HSL color Cylindrical-coordinate representation of color #FCD0DB: hue angle of 345º 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 #FCD0DB is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 219 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.01 |
| HSL | 345º | 0.88% | 0.9% | - |
| HSV(B) | 345º | 0.17% | 0.99% | - |
| XYZ | 75.49 | 70.92 | 76.73 | - |
| YUV | 222.41 | 126.08 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 219 | 0 | 0.17 | 0.13 | 0.01 | 345 | 0.88 | 0.9 |
| Hex | FC | D0 | DB | 0 | 11 | D | 1 | 159 | 58 | 5A |
| Octal | 374 | 320 | 333 | 0 | 21 | 15 | 1 | 531 | 130 | 132 |
| Binary | 11111100 | 11010000 | 11011011 | 0 | 10001 | 1101 | 1 | 101011001 | 1011000 | 1011010 |
Color Harmonies of #FCD0DB
Complementary color
Monochromatic Colors of #FCD0DB
Black with #FCD0DB
Text Example
Text Example
White with #FCD0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD0DB; }
p { color: rgb(252,208,219); }
H1.HeaderClassName
{
color: #FCD0DB;
}
.AnyTagClassName
{
color: #FCD0DB;
}
</style>
background-color css
<style>
a { background-color: #FCD0DB; }
a { background-color: rgb(252,208,219); }
div.DivClassName
{
background-color: #FCD0DB;
}
.BgClassName
{
background-color: #FCD0DB;
}
</style>
border-color css
<style>
span { border-color: #FCD0DB; }
span { border-color: rgb(252,208,219); }
td.TdClassName
{
border-color: #FCD0DB;
}
.TagClassName
{
border-color: #FCD0DB;
}
</style>