Shades of Lavender Rose #FAB0F9
Tints of Lavender Rose #FAB0F9
RGB
CMYK
RGB Variations
Color information
#FAB0F9 (or 0xFAB0F9) is known color: Lavender Rose. HEX triplet: FA, B0 and F9. RGB value is (250,176,249). Sum of RGB (Red+Green+Blue) = 250+176+249=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 176 (69.14% from 255 or 26.07% from 675); Blue value is 249 (97.66% from 255 or 36.89% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB0F9 is #054F06. Grayscale: #CECECE. Windows color (decimal): -347911 or 16363770. OLE color: 16363770.
HSL color Cylindrical-coordinate representation of color #FAB0F9: hue angle of 300.81º 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 #FAB0F9 is Cyan = 0, Magento = 0.30, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 249 | - |
| CMYK | 0 | 0.30 | 0.00 | 0.02 |
| HSL | 300.81º | 0.88% | 0.84% | - |
| HSV(B) | 300.81º | 0.3% | 0.98% | - |
| XYZ | 72.05 | 58.21 | 97.06 | - |
| YUV | 206.45 | 152.02 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 249 | 0 | 0.30 | 0.00 | 0.02 | 300.81 | 0.88 | 0.84 |
| Hex | FA | B0 | F9 | 0 | 1E | 0 | 2 | 12D | 58 | 54 |
| Octal | 372 | 260 | 371 | 0 | 36 | 0 | 2 | 455 | 130 | 124 |
| Binary | 11111010 | 10110000 | 11111001 | 0 | 11110 | 0 | 10 | 100101101 | 1011000 | 1010100 |
Color Harmonies of #FAB0F9
Complementary color
Monochromatic Colors of #FAB0F9
Black with #FAB0F9
Text Example
Text Example
White with #FAB0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB0F9; }
p { color: rgb(250,176,249); }
H1.HeaderClassName
{
color: #FAB0F9;
}
.AnyTagClassName
{
color: #FAB0F9;
}
</style>
background-color css
<style>
a { background-color: #FAB0F9; }
a { background-color: rgb(250,176,249); }
div.DivClassName
{
background-color: #FAB0F9;
}
.BgClassName
{
background-color: #FAB0F9;
}
</style>
border-color css
<style>
span { border-color: #FAB0F9; }
span { border-color: rgb(250,176,249); }
td.TdClassName
{
border-color: #FAB0F9;
}
.TagClassName
{
border-color: #FAB0F9;
}
</style>