Shades of Pink Lace #FCCCD8
Tints of Pink Lace #FCCCD8
RGB
CMYK
RGB Variations
Color information
#FCCCD8 (or 0xFCCCD8) is known color: Pink Lace. HEX triplet: FC, CC and D8. RGB value is (252,204,216). Sum of RGB (Red+Green+Blue) = 252+204+216=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 204 (80.08% from 255 or 30.36% from 672); Blue value is 216 (84.77% from 255 or 32.14% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCD8 is #033327. Grayscale: #DBDBDB. Windows color (decimal): -209704 or 14208252. OLE color: 14208252.
HSL color Cylindrical-coordinate representation of color #FCCCD8: hue angle of 345º 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 #FCCCD8 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 216 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.01 |
| HSL | 345º | 0.89% | 0.89% | - |
| HSV(B) | 345º | 0.19% | 0.99% | - |
| XYZ | 74.13 | 68.84 | 74.35 | - |
| YUV | 219.72 | 125.9 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 216 | 0 | 0.19 | 0.14 | 0.01 | 345 | 0.89 | 0.89 |
| Hex | FC | CC | D8 | 0 | 13 | E | 1 | 159 | 59 | 59 |
| Octal | 374 | 314 | 330 | 0 | 23 | 16 | 1 | 531 | 131 | 131 |
| Binary | 11111100 | 11001100 | 11011000 | 0 | 10011 | 1110 | 1 | 101011001 | 1011001 | 1011001 |
Color Harmonies of #FCCCD8
Complementary color
Monochromatic Colors of #FCCCD8
Black with #FCCCD8
Text Example
Text Example
White with #FCCCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCCD8; }
p { color: rgb(252,204,216); }
H1.HeaderClassName
{
color: #FCCCD8;
}
.AnyTagClassName
{
color: #FCCCD8;
}
</style>
background-color css
<style>
a { background-color: #FCCCD8; }
a { background-color: rgb(252,204,216); }
div.DivClassName
{
background-color: #FCCCD8;
}
.BgClassName
{
background-color: #FCCCD8;
}
</style>
border-color css
<style>
span { border-color: #FCCCD8; }
span { border-color: rgb(252,204,216); }
td.TdClassName
{
border-color: #FCCCD8;
}
.TagClassName
{
border-color: #FCCCD8;
}
</style>