Shades of Pink Lace #FBCBDB
Tints of Pink Lace #FBCBDB
RGB
CMYK
RGB Variations
Color information
#FBCBDB (or 0xFBCBDB) is known color: Pink Lace. HEX triplet: FB, CB and DB. RGB value is (251,203,219). Sum of RGB (Red+Green+Blue) = 251+203+219=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 203 (79.69% from 255 or 30.16% from 673); Blue value is 219 (85.94% from 255 or 32.54% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCBDB is #043424. Grayscale: #DBDBDB. Windows color (decimal): -275493 or 14404603. OLE color: 14404603.
HSL color Cylindrical-coordinate representation of color #FBCBDB: hue angle of 340º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBCBDB is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 219 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.02 |
| HSL | 340º | 0.86% | 0.89% | - |
| HSV(B) | 340º | 0.19% | 0.98% | - |
| XYZ | 73.93 | 68.34 | 76.31 | - |
| YUV | 219.18 | 127.9 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 219 | 0 | 0.19 | 0.13 | 0.02 | 340 | 0.86 | 0.89 |
| Hex | FB | CB | DB | 0 | 13 | D | 2 | 154 | 56 | 59 |
| Octal | 373 | 313 | 333 | 0 | 23 | 15 | 2 | 524 | 126 | 131 |
| Binary | 11111011 | 11001011 | 11011011 | 0 | 10011 | 1101 | 10 | 101010100 | 1010110 | 1011001 |
Color Harmonies of #FBCBDB
Complementary color
Monochromatic Colors of #FBCBDB
Black with #FBCBDB
Text Example
Text Example
White with #FBCBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCBDB; }
p { color: rgb(251,203,219); }
H1.HeaderClassName
{
color: #FBCBDB;
}
.AnyTagClassName
{
color: #FBCBDB;
}
</style>
background-color css
<style>
a { background-color: #FBCBDB; }
a { background-color: rgb(251,203,219); }
div.DivClassName
{
background-color: #FBCBDB;
}
.BgClassName
{
background-color: #FBCBDB;
}
</style>
border-color css
<style>
span { border-color: #FBCBDB; }
span { border-color: rgb(251,203,219); }
td.TdClassName
{
border-color: #FBCBDB;
}
.TagClassName
{
border-color: #FBCBDB;
}
</style>