Shades of Lavender Rose #F9A2EC
Tints of Lavender Rose #F9A2EC
RGB
CMYK
RGB Variations
Color information
#F9A2EC (or 0xF9A2EC) is known color: Lavender Rose. HEX triplet: F9, A2 and EC. RGB value is (249,162,236). Sum of RGB (Red+Green+Blue) = 249+162+236=647 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.49% from 647); Green value is 162 (63.67% from 255 or 25.04% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A2EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9A2EC is #065D13. Grayscale: #C4C4C4. Windows color (decimal): -417044 or 15508217. OLE color: 15508217.
HSL color Cylindrical-coordinate representation of color #F9A2EC: hue angle of 308.97º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9A2EC is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 162 | 236 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.02 |
| HSL | 308.97º | 0.88% | 0.81% | - |
| HSV(B) | 308.97º | 0.35% | 0.98% | - |
| XYZ | 67.13 | 52.04 | 85.86 | - |
| YUV | 196.45 | 150.32 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 162 | 236 | 0 | 0.35 | 0.05 | 0.02 | 308.97 | 0.88 | 0.81 |
| Hex | F9 | A2 | EC | 0 | 23 | 5 | 2 | 135 | 58 | 51 |
| Octal | 371 | 242 | 354 | 0 | 43 | 5 | 2 | 465 | 130 | 121 |
| Binary | 11111001 | 10100010 | 11101100 | 0 | 100011 | 101 | 10 | 100110101 | 1011000 | 1010001 |
Color Harmonies of #F9A2EC
Complementary color
Monochromatic Colors of #F9A2EC
Black with #F9A2EC
Text Example
Text Example
White with #F9A2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A2EC; }
p { color: rgb(249,162,236); }
H1.HeaderClassName
{
color: #F9A2EC;
}
.AnyTagClassName
{
color: #F9A2EC;
}
</style>
background-color css
<style>
a { background-color: #F9A2EC; }
a { background-color: rgb(249,162,236); }
div.DivClassName
{
background-color: #F9A2EC;
}
.BgClassName
{
background-color: #F9A2EC;
}
</style>
border-color css
<style>
span { border-color: #F9A2EC; }
span { border-color: rgb(249,162,236); }
td.TdClassName
{
border-color: #F9A2EC;
}
.TagClassName
{
border-color: #F9A2EC;
}
</style>