Shades of Pink Lace #FCD1DC
Tints of Pink Lace #FCD1DC
RGB
CMYK
RGB Variations
Color information
#FCD1DC (or 0xFCD1DC) is known color: Pink Lace. HEX triplet: FC, D1 and DC. RGB value is (252,209,220). Sum of RGB (Red+Green+Blue) = 252+209+220=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 209 (82.03% from 255 or 30.69% from 681); Blue value is 220 (86.33% from 255 or 32.31% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD1DC is #032E23. Grayscale: #DFDFDF. Windows color (decimal): -208420 or 14471676. OLE color: 14471676.
HSL color Cylindrical-coordinate representation of color #FCD1DC: hue angle of 344.65º 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 #FCD1DC is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 220 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.01 |
| HSL | 344.65º | 0.88% | 0.9% | - |
| HSV(B) | 344.65º | 0.17% | 0.99% | - |
| XYZ | 75.86 | 71.46 | 77.51 | - |
| YUV | 223.11 | 126.25 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 220 | 0 | 0.17 | 0.13 | 0.01 | 344.65 | 0.88 | 0.9 |
| Hex | FC | D1 | DC | 0 | 11 | D | 1 | 159 | 58 | 5A |
| Octal | 374 | 321 | 334 | 0 | 21 | 15 | 1 | 531 | 130 | 132 |
| Binary | 11111100 | 11010001 | 11011100 | 0 | 10001 | 1101 | 1 | 101011001 | 1011000 | 1011010 |
Color Harmonies of #FCD1DC
Complementary color
Monochromatic Colors of #FCD1DC
Black with #FCD1DC
Text Example
Text Example
White with #FCD1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD1DC; }
p { color: rgb(252,209,220); }
H1.HeaderClassName
{
color: #FCD1DC;
}
.AnyTagClassName
{
color: #FCD1DC;
}
</style>
background-color css
<style>
a { background-color: #FCD1DC; }
a { background-color: rgb(252,209,220); }
div.DivClassName
{
background-color: #FCD1DC;
}
.BgClassName
{
background-color: #FCD1DC;
}
</style>
border-color css
<style>
span { border-color: #FCD1DC; }
span { border-color: rgb(252,209,220); }
td.TdClassName
{
border-color: #FCD1DC;
}
.TagClassName
{
border-color: #FCD1DC;
}
</style>