Shades of Lavender Rose #FA9EED
Tints of Lavender Rose #FA9EED
RGB
CMYK
RGB Variations
Color information
#FA9EED (or 0xFA9EED) is known color: Lavender Rose. HEX triplet: FA, 9E and ED. RGB value is (250,158,237). Sum of RGB (Red+Green+Blue) = 250+158+237=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 158 (62.11% from 255 or 24.50% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9EED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9EED is #056112. Grayscale: #C2C2C2. Windows color (decimal): -352531 or 15572730. OLE color: 15572730.
HSL color Cylindrical-coordinate representation of color #FA9EED: hue angle of 308.48º 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 #FA9EED is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 158 | 237 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.02 |
| HSL | 308.48º | 0.9% | 0.8% | - |
| HSV(B) | 308.48º | 0.37% | 0.98% | - |
| XYZ | 66.94 | 50.89 | 86.42 | - |
| YUV | 194.51 | 151.98 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 158 | 237 | 0 | 0.37 | 0.05 | 0.02 | 308.48 | 0.9 | 0.8 |
| Hex | FA | 9E | ED | 0 | 25 | 5 | 2 | 134 | 5A | 50 |
| Octal | 372 | 236 | 355 | 0 | 45 | 5 | 2 | 464 | 132 | 120 |
| Binary | 11111010 | 10011110 | 11101101 | 0 | 100101 | 101 | 10 | 100110100 | 1011010 | 1010000 |
Color Harmonies of #FA9EED
Complementary color
Monochromatic Colors of #FA9EED
Black with #FA9EED
Text Example
Text Example
White with #FA9EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9EED; }
p { color: rgb(250,158,237); }
H1.HeaderClassName
{
color: #FA9EED;
}
.AnyTagClassName
{
color: #FA9EED;
}
</style>
background-color css
<style>
a { background-color: #FA9EED; }
a { background-color: rgb(250,158,237); }
div.DivClassName
{
background-color: #FA9EED;
}
.BgClassName
{
background-color: #FA9EED;
}
</style>
border-color css
<style>
span { border-color: #FA9EED; }
span { border-color: rgb(250,158,237); }
td.TdClassName
{
border-color: #FA9EED;
}
.TagClassName
{
border-color: #FA9EED;
}
</style>