Shades of Lavender Pink #FAB1DB
Tints of Lavender Pink #FAB1DB
RGB
CMYK
RGB Variations
Color information
#FAB1DB (or 0xFAB1DB) is known color: Lavender Pink. HEX triplet: FA, B1 and DB. RGB value is (250,177,219). Sum of RGB (Red+Green+Blue) = 250+177+219=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 177 (69.53% from 255 or 27.40% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB1DB is #054E24. Grayscale: #CBCBCB. Windows color (decimal): -347685 or 14397946. OLE color: 14397946.
HSL color Cylindrical-coordinate representation of color #FAB1DB: hue angle of 325.48º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAB1DB is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 219 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.02 |
| HSL | 325.48º | 0.88% | 0.84% | - |
| HSV(B) | 325.48º | 0.29% | 0.98% | - |
| XYZ | 67.93 | 56.88 | 74.42 | - |
| YUV | 203.62 | 136.68 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 219 | 0 | 0.29 | 0.12 | 0.02 | 325.48 | 0.88 | 0.84 |
| Hex | FA | B1 | DB | 0 | 1D | C | 2 | 145 | 58 | 54 |
| Octal | 372 | 261 | 333 | 0 | 35 | 14 | 2 | 505 | 130 | 124 |
| Binary | 11111010 | 10110001 | 11011011 | 0 | 11101 | 1100 | 10 | 101000101 | 1011000 | 1010100 |
Color Harmonies of #FAB1DB
Complementary color
Monochromatic Colors of #FAB1DB
Black with #FAB1DB
Text Example
Text Example
White with #FAB1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB1DB; }
p { color: rgb(250,177,219); }
H1.HeaderClassName
{
color: #FAB1DB;
}
.AnyTagClassName
{
color: #FAB1DB;
}
</style>
background-color css
<style>
a { background-color: #FAB1DB; }
a { background-color: rgb(250,177,219); }
div.DivClassName
{
background-color: #FAB1DB;
}
.BgClassName
{
background-color: #FAB1DB;
}
</style>
border-color css
<style>
span { border-color: #FAB1DB; }
span { border-color: rgb(250,177,219); }
td.TdClassName
{
border-color: #FAB1DB;
}
.TagClassName
{
border-color: #FAB1DB;
}
</style>