Shades of Lavender Rose #FA9EEC
Tints of Lavender Rose #FA9EEC
RGB
CMYK
RGB Variations
Color information
#FA9EEC (or 0xFA9EEC) is known color: Lavender Rose. HEX triplet: FA, 9E and EC. RGB value is (250,158,236). Sum of RGB (Red+Green+Blue) = 250+158+236=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 158 (62.11% from 255 or 24.53% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9EEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9EEC is #056113. Grayscale: #C2C2C2. Windows color (decimal): -352532 or 15507194. OLE color: 15507194.
HSL color Cylindrical-coordinate representation of color #FA9EEC: hue angle of 309.13º 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 #FA9EEC is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 158 | 236 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.02 |
| HSL | 309.13º | 0.9% | 0.8% | - |
| HSV(B) | 309.13º | 0.37% | 0.98% | - |
| XYZ | 66.79 | 50.83 | 85.65 | - |
| YUV | 194.4 | 151.48 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 158 | 236 | 0 | 0.37 | 0.06 | 0.02 | 309.13 | 0.9 | 0.8 |
| Hex | FA | 9E | EC | 0 | 25 | 6 | 2 | 135 | 5A | 50 |
| Octal | 372 | 236 | 354 | 0 | 45 | 6 | 2 | 465 | 132 | 120 |
| Binary | 11111010 | 10011110 | 11101100 | 0 | 100101 | 110 | 10 | 100110101 | 1011010 | 1010000 |
Color Harmonies of #FA9EEC
Complementary color
Monochromatic Colors of #FA9EEC
Black with #FA9EEC
Text Example
Text Example
White with #FA9EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9EEC; }
p { color: rgb(250,158,236); }
H1.HeaderClassName
{
color: #FA9EEC;
}
.AnyTagClassName
{
color: #FA9EEC;
}
</style>
background-color css
<style>
a { background-color: #FA9EEC; }
a { background-color: rgb(250,158,236); }
div.DivClassName
{
background-color: #FA9EEC;
}
.BgClassName
{
background-color: #FA9EEC;
}
</style>
border-color css
<style>
span { border-color: #FA9EEC; }
span { border-color: rgb(250,158,236); }
td.TdClassName
{
border-color: #FA9EEC;
}
.TagClassName
{
border-color: #FA9EEC;
}
</style>