Shades of Pink Lace #FCD1DA
Tints of Pink Lace #FCD1DA
RGB
CMYK
RGB Variations
Color information
#FCD1DA (or 0xFCD1DA) is known color: Pink Lace. HEX triplet: FC, D1 and DA. RGB value is (252,209,218). Sum of RGB (Red+Green+Blue) = 252+209+218=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 209 (82.03% from 255 or 30.78% from 679); Blue value is 218 (85.55% from 255 or 32.11% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD1DA is #032E25. Grayscale: #DEDEDE. Windows color (decimal): -208422 or 14340604. OLE color: 14340604.
HSL color Cylindrical-coordinate representation of color #FCD1DA: hue angle of 347.44º 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 #FCD1DA is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 218 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.01 |
| HSL | 347.44º | 0.88% | 0.9% | - |
| HSV(B) | 347.44º | 0.17% | 0.99% | - |
| XYZ | 75.6 | 71.36 | 76.12 | - |
| YUV | 222.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 218 | 0 | 0.17 | 0.13 | 0.01 | 347.44 | 0.88 | 0.9 |
| Hex | FC | D1 | DA | 0 | 11 | D | 1 | 15B | 58 | 5A |
| Octal | 374 | 321 | 332 | 0 | 21 | 15 | 1 | 533 | 130 | 132 |
| Binary | 11111100 | 11010001 | 11011010 | 0 | 10001 | 1101 | 1 | 101011011 | 1011000 | 1011010 |
Color Harmonies of #FCD1DA
Complementary color
Monochromatic Colors of #FCD1DA
Black with #FCD1DA
Text Example
Text Example
White with #FCD1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD1DA; }
p { color: rgb(252,209,218); }
H1.HeaderClassName
{
color: #FCD1DA;
}
.AnyTagClassName
{
color: #FCD1DA;
}
</style>
background-color css
<style>
a { background-color: #FCD1DA; }
a { background-color: rgb(252,209,218); }
div.DivClassName
{
background-color: #FCD1DA;
}
.BgClassName
{
background-color: #FCD1DA;
}
</style>
border-color css
<style>
span { border-color: #FCD1DA; }
span { border-color: rgb(252,209,218); }
td.TdClassName
{
border-color: #FCD1DA;
}
.TagClassName
{
border-color: #FCD1DA;
}
</style>