Shades of Pink Lace #FBD0DB
Tints of Pink Lace #FBD0DB
RGB
CMYK
RGB Variations
Color information
#FBD0DB (or 0xFBD0DB) is known color: Pink Lace. HEX triplet: FB, D0 and DB. RGB value is (251,208,219). Sum of RGB (Red+Green+Blue) = 251+208+219=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 208 (81.64% from 255 or 30.68% from 678); Blue value is 219 (85.94% from 255 or 32.30% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD0DB is #042F24. Grayscale: #DEDEDE. Windows color (decimal): -274213 or 14405883. OLE color: 14405883.
HSL color Cylindrical-coordinate representation of color #FBD0DB: hue angle of 344.65º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FBD0DB is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 208 | 219 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.02 |
| HSL | 344.65º | 0.84% | 0.9% | - |
| HSV(B) | 344.65º | 0.17% | 0.98% | - |
| XYZ | 75.13 | 70.74 | 76.71 | - |
| YUV | 222.11 | 126.25 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 208 | 219 | 0 | 0.17 | 0.13 | 0.02 | 344.65 | 0.84 | 0.9 |
| Hex | FB | D0 | DB | 0 | 11 | D | 2 | 159 | 54 | 5A |
| Octal | 373 | 320 | 333 | 0 | 21 | 15 | 2 | 531 | 124 | 132 |
| Binary | 11111011 | 11010000 | 11011011 | 0 | 10001 | 1101 | 10 | 101011001 | 1010100 | 1011010 |
Color Harmonies of #FBD0DB
Complementary color
Monochromatic Colors of #FBD0DB
Black with #FBD0DB
Text Example
Text Example
White with #FBD0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD0DB; }
p { color: rgb(251,208,219); }
H1.HeaderClassName
{
color: #FBD0DB;
}
.AnyTagClassName
{
color: #FBD0DB;
}
</style>
background-color css
<style>
a { background-color: #FBD0DB; }
a { background-color: rgb(251,208,219); }
div.DivClassName
{
background-color: #FBD0DB;
}
.BgClassName
{
background-color: #FBD0DB;
}
</style>
border-color css
<style>
span { border-color: #FBD0DB; }
span { border-color: rgb(251,208,219); }
td.TdClassName
{
border-color: #FBD0DB;
}
.TagClassName
{
border-color: #FBD0DB;
}
</style>