Shades of Lavender Pink #FAB0DE
Tints of Lavender Pink #FAB0DE
RGB
CMYK
RGB Variations
Color information
#FAB0DE (or 0xFAB0DE) is known color: Lavender Pink. HEX triplet: FA, B0 and DE. RGB value is (250,176,222). Sum of RGB (Red+Green+Blue) = 250+176+222=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 176 (69.14% from 255 or 27.16% from 648); Blue value is 222 (87.11% from 255 or 34.26% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB0DE is #054F21. Grayscale: #CBCBCB. Windows color (decimal): -347938 or 14594298. OLE color: 14594298.
HSL color Cylindrical-coordinate representation of color #FAB0DE: hue angle of 322.7º 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 #FAB0DE is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 222 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.02 |
| HSL | 322.7º | 0.88% | 0.84% | - |
| HSV(B) | 322.7º | 0.3% | 0.98% | - |
| XYZ | 68.13 | 56.65 | 76.45 | - |
| YUV | 203.37 | 138.52 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 222 | 0 | 0.30 | 0.11 | 0.02 | 322.7 | 0.88 | 0.84 |
| Hex | FA | B0 | DE | 0 | 1E | B | 2 | 143 | 58 | 54 |
| Octal | 372 | 260 | 336 | 0 | 36 | 13 | 2 | 503 | 130 | 124 |
| Binary | 11111010 | 10110000 | 11011110 | 0 | 11110 | 1011 | 10 | 101000011 | 1011000 | 1010100 |
Color Harmonies of #FAB0DE
Complementary color
Monochromatic Colors of #FAB0DE
Black with #FAB0DE
Text Example
Text Example
White with #FAB0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB0DE; }
p { color: rgb(250,176,222); }
H1.HeaderClassName
{
color: #FAB0DE;
}
.AnyTagClassName
{
color: #FAB0DE;
}
</style>
background-color css
<style>
a { background-color: #FAB0DE; }
a { background-color: rgb(250,176,222); }
div.DivClassName
{
background-color: #FAB0DE;
}
.BgClassName
{
background-color: #FAB0DE;
}
</style>
border-color css
<style>
span { border-color: #FAB0DE; }
span { border-color: rgb(250,176,222); }
td.TdClassName
{
border-color: #FAB0DE;
}
.TagClassName
{
border-color: #FAB0DE;
}
</style>