Shades of Pink Lace #FCCBDA
Tints of Pink Lace #FCCBDA
RGB
CMYK
RGB Variations
Color information
#FCCBDA (or 0xFCCBDA) is known color: Pink Lace. HEX triplet: FC, CB and DA. RGB value is (252,203,218). Sum of RGB (Red+Green+Blue) = 252+203+218=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 203 (79.69% from 255 or 30.16% from 673); Blue value is 218 (85.55% from 255 or 32.39% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCBDA is #033425. Grayscale: #DBDBDB. Windows color (decimal): -209958 or 14339068. OLE color: 14339068.
HSL color Cylindrical-coordinate representation of color #FCCBDA: hue angle of 341.63º 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 #FCCBDA is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 218 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.01 |
| HSL | 341.63º | 0.89% | 0.89% | - |
| HSV(B) | 341.63º | 0.19% | 0.99% | - |
| XYZ | 74.16 | 68.47 | 75.64 | - |
| YUV | 219.36 | 127.23 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 218 | 0 | 0.19 | 0.13 | 0.01 | 341.63 | 0.89 | 0.89 |
| Hex | FC | CB | DA | 0 | 13 | D | 1 | 156 | 59 | 59 |
| Octal | 374 | 313 | 332 | 0 | 23 | 15 | 1 | 526 | 131 | 131 |
| Binary | 11111100 | 11001011 | 11011010 | 0 | 10011 | 1101 | 1 | 101010110 | 1011001 | 1011001 |
Color Harmonies of #FCCBDA
Complementary color
Monochromatic Colors of #FCCBDA
Black with #FCCBDA
Text Example
Text Example
White with #FCCBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBDA; }
p { color: rgb(252,203,218); }
H1.HeaderClassName
{
color: #FCCBDA;
}
.AnyTagClassName
{
color: #FCCBDA;
}
</style>
background-color css
<style>
a { background-color: #FCCBDA; }
a { background-color: rgb(252,203,218); }
div.DivClassName
{
background-color: #FCCBDA;
}
.BgClassName
{
background-color: #FCCBDA;
}
</style>
border-color css
<style>
span { border-color: #FCCBDA; }
span { border-color: rgb(252,203,218); }
td.TdClassName
{
border-color: #FCCBDA;
}
.TagClassName
{
border-color: #FCCBDA;
}
</style>