Shades of Pink Lace #FCCCD2
Tints of Pink Lace #FCCCD2
RGB
CMYK
RGB Variations
Color information
#FCCCD2 (or 0xFCCCD2) is known color: Pink Lace. HEX triplet: FC, CC and D2. RGB value is (252,204,210). Sum of RGB (Red+Green+Blue) = 252+204+210=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 210 (82.42% from 255 or 31.53% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCD2 is #03332D. Grayscale: #DBDBDB. Windows color (decimal): -209710 or 13815036. OLE color: 13815036.
HSL color Cylindrical-coordinate representation of color #FCCCD2: hue angle of 352.5º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCCD2 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 210 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.01 |
| HSL | 352.5º | 0.89% | 0.89% | - |
| HSV(B) | 352.5º | 0.19% | 0.99% | - |
| XYZ | 73.37 | 68.53 | 70.33 | - |
| YUV | 219.04 | 122.9 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 210 | 0 | 0.19 | 0.17 | 0.01 | 352.5 | 0.89 | 0.89 |
| Hex | FC | CC | D2 | 0 | 13 | 11 | 1 | 160 | 59 | 59 |
| Octal | 374 | 314 | 322 | 0 | 23 | 21 | 1 | 540 | 131 | 131 |
| Binary | 11111100 | 11001100 | 11010010 | 0 | 10011 | 10001 | 1 | 101100000 | 1011001 | 1011001 |
Color Harmonies of #FCCCD2
Complementary color
Monochromatic Colors of #FCCCD2
Black with #FCCCD2
Text Example
Text Example
White with #FCCCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCCD2; }
p { color: rgb(252,204,210); }
H1.HeaderClassName
{
color: #FCCCD2;
}
.AnyTagClassName
{
color: #FCCCD2;
}
</style>
background-color css
<style>
a { background-color: #FCCCD2; }
a { background-color: rgb(252,204,210); }
div.DivClassName
{
background-color: #FCCCD2;
}
.BgClassName
{
background-color: #FCCCD2;
}
</style>
border-color css
<style>
span { border-color: #FCCCD2; }
span { border-color: rgb(252,204,210); }
td.TdClassName
{
border-color: #FCCCD2;
}
.TagClassName
{
border-color: #FCCCD2;
}
</style>