Shades of Lavender Pink #FAB0DB
Tints of Lavender Pink #FAB0DB
RGB
CMYK
RGB Variations
Color information
#FAB0DB (or 0xFAB0DB) is known color: Lavender Pink. HEX triplet: FA, B0 and DB. RGB value is (250,176,219). Sum of RGB (Red+Green+Blue) = 250+176+219=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 176 (69.14% from 255 or 27.29% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB0DB is #054F24. Grayscale: #CACACA. Windows color (decimal): -347941 or 14397690. OLE color: 14397690.
HSL color Cylindrical-coordinate representation of color #FAB0DB: hue angle of 325.14º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAB0DB is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 219 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.02 |
| HSL | 325.14º | 0.88% | 0.84% | - |
| HSV(B) | 325.14º | 0.3% | 0.98% | - |
| XYZ | 67.74 | 56.49 | 74.35 | - |
| YUV | 203.03 | 137.02 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 219 | 0 | 0.30 | 0.12 | 0.02 | 325.14 | 0.88 | 0.84 |
| Hex | FA | B0 | DB | 0 | 1E | C | 2 | 145 | 58 | 54 |
| Octal | 372 | 260 | 333 | 0 | 36 | 14 | 2 | 505 | 130 | 124 |
| Binary | 11111010 | 10110000 | 11011011 | 0 | 11110 | 1100 | 10 | 101000101 | 1011000 | 1010100 |
Color Harmonies of #FAB0DB
Complementary color
Monochromatic Colors of #FAB0DB
Black with #FAB0DB
Text Example
Text Example
White with #FAB0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB0DB; }
p { color: rgb(250,176,219); }
H1.HeaderClassName
{
color: #FAB0DB;
}
.AnyTagClassName
{
color: #FAB0DB;
}
</style>
background-color css
<style>
a { background-color: #FAB0DB; }
a { background-color: rgb(250,176,219); }
div.DivClassName
{
background-color: #FAB0DB;
}
.BgClassName
{
background-color: #FAB0DB;
}
</style>
border-color css
<style>
span { border-color: #FAB0DB; }
span { border-color: rgb(250,176,219); }
td.TdClassName
{
border-color: #FAB0DB;
}
.TagClassName
{
border-color: #FAB0DB;
}
</style>