Shades of Lavender Pink #FAB5DB
Tints of Lavender Pink #FAB5DB
RGB
CMYK
RGB Variations
Color information
#FAB5DB (or 0xFAB5DB) is known color: Lavender Pink. HEX triplet: FA, B5 and DB. RGB value is (250,181,219). Sum of RGB (Red+Green+Blue) = 250+181+219=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 181 (71.09% from 255 or 27.85% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB5DB is #054A24. Grayscale: #CDCDCD. Windows color (decimal): -346661 or 14398970. OLE color: 14398970.
HSL color Cylindrical-coordinate representation of color #FAB5DB: hue angle of 326.96º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB5DB is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 219 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.02 |
| HSL | 326.96º | 0.87% | 0.85% | - |
| HSV(B) | 326.96º | 0.28% | 0.98% | - |
| XYZ | 68.73 | 58.49 | 74.68 | - |
| YUV | 205.96 | 135.36 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 219 | 0 | 0.28 | 0.12 | 0.02 | 326.96 | 0.87 | 0.85 |
| Hex | FA | B5 | DB | 0 | 1C | C | 2 | 147 | 57 | 55 |
| Octal | 372 | 265 | 333 | 0 | 34 | 14 | 2 | 507 | 127 | 125 |
| Binary | 11111010 | 10110101 | 11011011 | 0 | 11100 | 1100 | 10 | 101000111 | 1010111 | 1010101 |
Color Harmonies of #FAB5DB
Complementary color
Monochromatic Colors of #FAB5DB
Black with #FAB5DB
Text Example
Text Example
White with #FAB5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB5DB; }
p { color: rgb(250,181,219); }
H1.HeaderClassName
{
color: #FAB5DB;
}
.AnyTagClassName
{
color: #FAB5DB;
}
</style>
background-color css
<style>
a { background-color: #FAB5DB; }
a { background-color: rgb(250,181,219); }
div.DivClassName
{
background-color: #FAB5DB;
}
.BgClassName
{
background-color: #FAB5DB;
}
</style>
border-color css
<style>
span { border-color: #FAB5DB; }
span { border-color: rgb(250,181,219); }
td.TdClassName
{
border-color: #FAB5DB;
}
.TagClassName
{
border-color: #FAB5DB;
}
</style>