Shades of Lavender Pink #FAB0D9
Tints of Lavender Pink #FAB0D9
RGB
CMYK
RGB Variations
Color information
#FAB0D9 (or 0xFAB0D9) is known color: Lavender Pink. HEX triplet: FA, B0 and D9. RGB value is (250,176,217). Sum of RGB (Red+Green+Blue) = 250+176+217=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 176 (69.14% from 255 or 27.37% from 643); Blue value is 217 (85.16% from 255 or 33.75% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB0D9 is #054F26. Grayscale: #CACACA. Windows color (decimal): -347943 or 14266618. OLE color: 14266618.
HSL color Cylindrical-coordinate representation of color #FAB0D9: hue angle of 326.76º 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 #FAB0D9 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 217 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.02 |
| HSL | 326.76º | 0.88% | 0.84% | - |
| HSV(B) | 326.76º | 0.3% | 0.98% | - |
| XYZ | 67.47 | 56.38 | 72.97 | - |
| YUV | 202.8 | 136.02 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 217 | 0 | 0.30 | 0.13 | 0.02 | 326.76 | 0.88 | 0.84 |
| Hex | FA | B0 | D9 | 0 | 1E | D | 2 | 147 | 58 | 54 |
| Octal | 372 | 260 | 331 | 0 | 36 | 15 | 2 | 507 | 130 | 124 |
| Binary | 11111010 | 10110000 | 11011001 | 0 | 11110 | 1101 | 10 | 101000111 | 1011000 | 1010100 |
Color Harmonies of #FAB0D9
Complementary color
Monochromatic Colors of #FAB0D9
Black with #FAB0D9
Text Example
Text Example
White with #FAB0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB0D9; }
p { color: rgb(250,176,217); }
H1.HeaderClassName
{
color: #FAB0D9;
}
.AnyTagClassName
{
color: #FAB0D9;
}
</style>
background-color css
<style>
a { background-color: #FAB0D9; }
a { background-color: rgb(250,176,217); }
div.DivClassName
{
background-color: #FAB0D9;
}
.BgClassName
{
background-color: #FAB0D9;
}
</style>
border-color css
<style>
span { border-color: #FAB0D9; }
span { border-color: rgb(250,176,217); }
td.TdClassName
{
border-color: #FAB0D9;
}
.TagClassName
{
border-color: #FAB0D9;
}
</style>