Shades of Pink Lace #FCCBD8
Tints of Pink Lace #FCCBD8
RGB
CMYK
RGB Variations
Color information
#FCCBD8 (or 0xFCCBD8) is known color: Pink Lace. HEX triplet: FC, CB and D8. RGB value is (252,203,216). Sum of RGB (Red+Green+Blue) = 252+203+216=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 203 (79.69% from 255 or 30.25% from 671); Blue value is 216 (84.77% from 255 or 32.19% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCBD8 is #033427. Grayscale: #DBDBDB. Windows color (decimal): -209960 or 14207996. OLE color: 14207996.
HSL color Cylindrical-coordinate representation of color #FCCBD8: hue angle of 344.08º 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 #FCCBD8 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 216 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.01 |
| HSL | 344.08º | 0.89% | 0.89% | - |
| HSV(B) | 344.08º | 0.19% | 0.99% | - |
| XYZ | 73.9 | 68.37 | 74.27 | - |
| YUV | 219.13 | 126.23 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 216 | 0 | 0.19 | 0.14 | 0.01 | 344.08 | 0.89 | 0.89 |
| Hex | FC | CB | D8 | 0 | 13 | E | 1 | 158 | 59 | 59 |
| Octal | 374 | 313 | 330 | 0 | 23 | 16 | 1 | 530 | 131 | 131 |
| Binary | 11111100 | 11001011 | 11011000 | 0 | 10011 | 1110 | 1 | 101011000 | 1011001 | 1011001 |
Color Harmonies of #FCCBD8
Complementary color
Monochromatic Colors of #FCCBD8
Black with #FCCBD8
Text Example
Text Example
White with #FCCBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBD8; }
p { color: rgb(252,203,216); }
H1.HeaderClassName
{
color: #FCCBD8;
}
.AnyTagClassName
{
color: #FCCBD8;
}
</style>
background-color css
<style>
a { background-color: #FCCBD8; }
a { background-color: rgb(252,203,216); }
div.DivClassName
{
background-color: #FCCBD8;
}
.BgClassName
{
background-color: #FCCBD8;
}
</style>
border-color css
<style>
span { border-color: #FCCBD8; }
span { border-color: rgb(252,203,216); }
td.TdClassName
{
border-color: #FCCBD8;
}
.TagClassName
{
border-color: #FCCBD8;
}
</style>