Shades of Pink Lace #FCCFD8
Tints of Pink Lace #FCCFD8
RGB
CMYK
RGB Variations
Color information
#FCCFD8 (or 0xFCCFD8) is known color: Pink Lace. HEX triplet: FC, CF and D8. RGB value is (252,207,216). Sum of RGB (Red+Green+Blue) = 252+207+216=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 207 (81.25% from 255 or 30.67% from 675); Blue value is 216 (84.77% from 255 or 32% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFD8 is #033027. Grayscale: #DDDDDD. Windows color (decimal): -208936 or 14209020. OLE color: 14209020.
HSL color Cylindrical-coordinate representation of color #FCCFD8: hue angle of 348º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCCFD8 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 216 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.01 |
| HSL | 348º | 0.88% | 0.9% | - |
| HSV(B) | 348º | 0.18% | 0.99% | - |
| XYZ | 74.85 | 70.28 | 74.59 | - |
| YUV | 221.48 | 124.91 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 216 | 0 | 0.18 | 0.14 | 0.01 | 348 | 0.88 | 0.9 |
| Hex | FC | CF | D8 | 0 | 12 | E | 1 | 15C | 58 | 5A |
| Octal | 374 | 317 | 330 | 0 | 22 | 16 | 1 | 534 | 130 | 132 |
| Binary | 11111100 | 11001111 | 11011000 | 0 | 10010 | 1110 | 1 | 101011100 | 1011000 | 1011010 |
Color Harmonies of #FCCFD8
Complementary color
Monochromatic Colors of #FCCFD8
Black with #FCCFD8
Text Example
Text Example
White with #FCCFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFD8; }
p { color: rgb(252,207,216); }
H1.HeaderClassName
{
color: #FCCFD8;
}
.AnyTagClassName
{
color: #FCCFD8;
}
</style>
background-color css
<style>
a { background-color: #FCCFD8; }
a { background-color: rgb(252,207,216); }
div.DivClassName
{
background-color: #FCCFD8;
}
.BgClassName
{
background-color: #FCCFD8;
}
</style>
border-color css
<style>
span { border-color: #FCCFD8; }
span { border-color: rgb(252,207,216); }
td.TdClassName
{
border-color: #FCCFD8;
}
.TagClassName
{
border-color: #FCCFD8;
}
</style>