Shades of Pink Lace #FCCBD6
Tints of Pink Lace #FCCBD6
RGB
CMYK
RGB Variations
Color information
#FCCBD6 (or 0xFCCBD6) is known color: Pink Lace. HEX triplet: FC, CB and D6. RGB value is (252,203,214). Sum of RGB (Red+Green+Blue) = 252+203+214=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 203 (79.69% from 255 or 30.34% from 669); Blue value is 214 (83.98% from 255 or 31.99% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCBD6 is #033429. Grayscale: #DADADA. Windows color (decimal): -209962 or 14076924. OLE color: 14076924.
HSL color Cylindrical-coordinate representation of color #FCCBD6: hue angle of 346.53º 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 #FCCBD6 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 214 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.01 |
| HSL | 346.53º | 0.89% | 0.89% | - |
| HSV(B) | 346.53º | 0.19% | 0.99% | - |
| XYZ | 73.64 | 68.26 | 72.91 | - |
| YUV | 218.91 | 125.23 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 214 | 0 | 0.19 | 0.15 | 0.01 | 346.53 | 0.89 | 0.89 |
| Hex | FC | CB | D6 | 0 | 13 | F | 1 | 15B | 59 | 59 |
| Octal | 374 | 313 | 326 | 0 | 23 | 17 | 1 | 533 | 131 | 131 |
| Binary | 11111100 | 11001011 | 11010110 | 0 | 10011 | 1111 | 1 | 101011011 | 1011001 | 1011001 |
Color Harmonies of #FCCBD6
Complementary color
Monochromatic Colors of #FCCBD6
Black with #FCCBD6
Text Example
Text Example
White with #FCCBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBD6; }
p { color: rgb(252,203,214); }
H1.HeaderClassName
{
color: #FCCBD6;
}
.AnyTagClassName
{
color: #FCCBD6;
}
</style>
background-color css
<style>
a { background-color: #FCCBD6; }
a { background-color: rgb(252,203,214); }
div.DivClassName
{
background-color: #FCCBD6;
}
.BgClassName
{
background-color: #FCCBD6;
}
</style>
border-color css
<style>
span { border-color: #FCCBD6; }
span { border-color: rgb(252,203,214); }
td.TdClassName
{
border-color: #FCCBD6;
}
.TagClassName
{
border-color: #FCCBD6;
}
</style>