Shades of Pink Lace #FCC8DA
Tints of Pink Lace #FCC8DA
RGB
CMYK
RGB Variations
Color information
#FCC8DA (or 0xFCC8DA) is known color: Pink Lace. HEX triplet: FC, C8 and DA. RGB value is (252,200,218). Sum of RGB (Red+Green+Blue) = 252+200+218=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 200 (78.52% from 255 or 29.85% from 670); Blue value is 218 (85.55% from 255 or 32.54% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC8DA is #033725. Grayscale: #D9D9D9. Windows color (decimal): -210726 or 14338300. OLE color: 14338300.
HSL color Cylindrical-coordinate representation of color #FCC8DA: hue angle of 339.23º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCC8DA is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 218 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.01 |
| HSL | 339.23º | 0.9% | 0.89% | - |
| HSV(B) | 339.23º | 0.21% | 0.99% | - |
| XYZ | 73.45 | 67.07 | 75.4 | - |
| YUV | 217.6 | 128.23 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 218 | 0 | 0.21 | 0.13 | 0.01 | 339.23 | 0.9 | 0.89 |
| Hex | FC | C8 | DA | 0 | 15 | D | 1 | 153 | 5A | 59 |
| Octal | 374 | 310 | 332 | 0 | 25 | 15 | 1 | 523 | 132 | 131 |
| Binary | 11111100 | 11001000 | 11011010 | 0 | 10101 | 1101 | 1 | 101010011 | 1011010 | 1011001 |
Color Harmonies of #FCC8DA
Complementary color
Monochromatic Colors of #FCC8DA
Black with #FCC8DA
Text Example
Text Example
White with #FCC8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC8DA; }
p { color: rgb(252,200,218); }
H1.HeaderClassName
{
color: #FCC8DA;
}
.AnyTagClassName
{
color: #FCC8DA;
}
</style>
background-color css
<style>
a { background-color: #FCC8DA; }
a { background-color: rgb(252,200,218); }
div.DivClassName
{
background-color: #FCC8DA;
}
.BgClassName
{
background-color: #FCC8DA;
}
</style>
border-color css
<style>
span { border-color: #FCC8DA; }
span { border-color: rgb(252,200,218); }
td.TdClassName
{
border-color: #FCC8DA;
}
.TagClassName
{
border-color: #FCC8DA;
}
</style>