Shades of Pink Lace #FCCBDB
Tints of Pink Lace #FCCBDB
RGB
CMYK
RGB Variations
Color information
#FCCBDB (or 0xFCCBDB) is known color: Pink Lace. HEX triplet: FC, CB and DB. RGB value is (252,203,219). Sum of RGB (Red+Green+Blue) = 252+203+219=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 203 (79.69% from 255 or 30.12% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCBDB is #033424. Grayscale: #DBDBDB. Windows color (decimal): -209957 or 14404604. OLE color: 14404604.
HSL color Cylindrical-coordinate representation of color #FCCBDB: hue angle of 340.41º 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 #FCCBDB is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 219 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.01 |
| HSL | 340.41º | 0.89% | 0.89% | - |
| HSV(B) | 340.41º | 0.19% | 0.99% | - |
| XYZ | 74.29 | 68.52 | 76.33 | - |
| YUV | 219.48 | 127.73 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 219 | 0 | 0.19 | 0.13 | 0.01 | 340.41 | 0.89 | 0.89 |
| Hex | FC | CB | DB | 0 | 13 | D | 1 | 154 | 59 | 59 |
| Octal | 374 | 313 | 333 | 0 | 23 | 15 | 1 | 524 | 131 | 131 |
| Binary | 11111100 | 11001011 | 11011011 | 0 | 10011 | 1101 | 1 | 101010100 | 1011001 | 1011001 |
Color Harmonies of #FCCBDB
Complementary color
Monochromatic Colors of #FCCBDB
Black with #FCCBDB
Text Example
Text Example
White with #FCCBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBDB; }
p { color: rgb(252,203,219); }
H1.HeaderClassName
{
color: #FCCBDB;
}
.AnyTagClassName
{
color: #FCCBDB;
}
</style>
background-color css
<style>
a { background-color: #FCCBDB; }
a { background-color: rgb(252,203,219); }
div.DivClassName
{
background-color: #FCCBDB;
}
.BgClassName
{
background-color: #FCCBDB;
}
</style>
border-color css
<style>
span { border-color: #FCCBDB; }
span { border-color: rgb(252,203,219); }
td.TdClassName
{
border-color: #FCCBDB;
}
.TagClassName
{
border-color: #FCCBDB;
}
</style>