Shades of Lavender Pink #FAB3DB
Tints of Lavender Pink #FAB3DB
RGB
CMYK
RGB Variations
Color information
#FAB3DB (or 0xFAB3DB) is known color: Lavender Pink. HEX triplet: FA, B3 and DB. RGB value is (250,179,219). Sum of RGB (Red+Green+Blue) = 250+179+219=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 179 (70.31% from 255 or 27.62% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB3DB is #054C24. Grayscale: #CCCCCC. Windows color (decimal): -347173 or 14398458. OLE color: 14398458.
HSL color Cylindrical-coordinate representation of color #FAB3DB: hue angle of 326.2º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB3DB is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 219 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.02 |
| HSL | 326.2º | 0.88% | 0.84% | - |
| HSV(B) | 326.2º | 0.28% | 0.98% | - |
| XYZ | 68.33 | 57.68 | 74.55 | - |
| YUV | 204.79 | 136.02 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 219 | 0 | 0.28 | 0.12 | 0.02 | 326.2 | 0.88 | 0.84 |
| Hex | FA | B3 | DB | 0 | 1C | C | 2 | 146 | 58 | 54 |
| Octal | 372 | 263 | 333 | 0 | 34 | 14 | 2 | 506 | 130 | 124 |
| Binary | 11111010 | 10110011 | 11011011 | 0 | 11100 | 1100 | 10 | 101000110 | 1011000 | 1010100 |
Color Harmonies of #FAB3DB
Complementary color
Monochromatic Colors of #FAB3DB
Black with #FAB3DB
Text Example
Text Example
White with #FAB3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB3DB; }
p { color: rgb(250,179,219); }
H1.HeaderClassName
{
color: #FAB3DB;
}
.AnyTagClassName
{
color: #FAB3DB;
}
</style>
background-color css
<style>
a { background-color: #FAB3DB; }
a { background-color: rgb(250,179,219); }
div.DivClassName
{
background-color: #FAB3DB;
}
.BgClassName
{
background-color: #FAB3DB;
}
</style>
border-color css
<style>
span { border-color: #FAB3DB; }
span { border-color: rgb(250,179,219); }
td.TdClassName
{
border-color: #FAB3DB;
}
.TagClassName
{
border-color: #FAB3DB;
}
</style>