Shades of Pink Lace #FCCBDC
Tints of Pink Lace #FCCBDC
RGB
CMYK
RGB Variations
Color information
#FCCBDC (or 0xFCCBDC) is known color: Pink Lace. HEX triplet: FC, CB and DC. RGB value is (252,203,220). Sum of RGB (Red+Green+Blue) = 252+203+220=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 203 (79.69% from 255 or 30.07% from 675); Blue value is 220 (86.33% from 255 or 32.59% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCBDC is #033423. Grayscale: #DBDBDB. Windows color (decimal): -209956 or 14470140. OLE color: 14470140.
HSL color Cylindrical-coordinate representation of color #FCCBDC: hue angle of 339.18º 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 #FCCBDC is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 220 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.01 |
| HSL | 339.18º | 0.89% | 0.89% | - |
| HSV(B) | 339.18º | 0.19% | 0.99% | - |
| XYZ | 74.42 | 68.57 | 77.02 | - |
| YUV | 219.59 | 128.23 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 220 | 0 | 0.19 | 0.13 | 0.01 | 339.18 | 0.89 | 0.89 |
| Hex | FC | CB | DC | 0 | 13 | D | 1 | 153 | 59 | 59 |
| Octal | 374 | 313 | 334 | 0 | 23 | 15 | 1 | 523 | 131 | 131 |
| Binary | 11111100 | 11001011 | 11011100 | 0 | 10011 | 1101 | 1 | 101010011 | 1011001 | 1011001 |
Color Harmonies of #FCCBDC
Complementary color
Monochromatic Colors of #FCCBDC
Black with #FCCBDC
Text Example
Text Example
White with #FCCBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBDC; }
p { color: rgb(252,203,220); }
H1.HeaderClassName
{
color: #FCCBDC;
}
.AnyTagClassName
{
color: #FCCBDC;
}
</style>
background-color css
<style>
a { background-color: #FCCBDC; }
a { background-color: rgb(252,203,220); }
div.DivClassName
{
background-color: #FCCBDC;
}
.BgClassName
{
background-color: #FCCBDC;
}
</style>
border-color css
<style>
span { border-color: #FCCBDC; }
span { border-color: rgb(252,203,220); }
td.TdClassName
{
border-color: #FCCBDC;
}
.TagClassName
{
border-color: #FCCBDC;
}
</style>