Shades of Lavender Rose #FA9EF0
Tints of Lavender Rose #FA9EF0
RGB
CMYK
RGB Variations
Color information
#FA9EF0 (or 0xFA9EF0) is known color: Lavender Rose. HEX triplet: FA, 9E and F0. RGB value is (250,158,240). Sum of RGB (Red+Green+Blue) = 250+158+240=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 158 (62.11% from 255 or 24.38% from 648); Blue value is 240 (94.14% from 255 or 37.04% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9EF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9EF0 is #05610F. Grayscale: #C2C2C2. Windows color (decimal): -352528 or 15769338. OLE color: 15769338.
HSL color Cylindrical-coordinate representation of color #FA9EF0: hue angle of 306.52º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FA9EF0 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 158 | 240 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.02 |
| HSL | 306.52º | 0.9% | 0.8% | - |
| HSV(B) | 306.52º | 0.37% | 0.98% | - |
| XYZ | 67.38 | 51.07 | 88.74 | - |
| YUV | 194.86 | 153.48 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 158 | 240 | 0 | 0.37 | 0.04 | 0.02 | 306.52 | 0.9 | 0.8 |
| Hex | FA | 9E | F0 | 0 | 25 | 4 | 2 | 133 | 5A | 50 |
| Octal | 372 | 236 | 360 | 0 | 45 | 4 | 2 | 463 | 132 | 120 |
| Binary | 11111010 | 10011110 | 11110000 | 0 | 100101 | 100 | 10 | 100110011 | 1011010 | 1010000 |
Color Harmonies of #FA9EF0
Complementary color
Monochromatic Colors of #FA9EF0
Black with #FA9EF0
Text Example
Text Example
White with #FA9EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9EF0; }
p { color: rgb(250,158,240); }
H1.HeaderClassName
{
color: #FA9EF0;
}
.AnyTagClassName
{
color: #FA9EF0;
}
</style>
background-color css
<style>
a { background-color: #FA9EF0; }
a { background-color: rgb(250,158,240); }
div.DivClassName
{
background-color: #FA9EF0;
}
.BgClassName
{
background-color: #FA9EF0;
}
</style>
border-color css
<style>
span { border-color: #FA9EF0; }
span { border-color: rgb(250,158,240); }
td.TdClassName
{
border-color: #FA9EF0;
}
.TagClassName
{
border-color: #FA9EF0;
}
</style>