Shades of Lavender Rose #F49EE5
Tints of Lavender Rose #F49EE5
RGB
CMYK
RGB Variations
Color information
#F49EE5 (or 0xF49EE5) is known color: Lavender Rose. HEX triplet: F4, 9E and E5. RGB value is (244,158,229). Sum of RGB (Red+Green+Blue) = 244+158+229=631 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.67% from 631); Green value is 158 (62.11% from 255 or 25.04% from 631); Blue value is 229 (89.84% from 255 or 36.29% from 631); Max value from RGB is 244 - color contains mainly: red. Hex color #F49EE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49EE5 is #0B611A. Grayscale: #BFBFBF. Windows color (decimal): -745755 or 15048436. OLE color: 15048436.
HSL color Cylindrical-coordinate representation of color #F49EE5: hue angle of 310.47º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F49EE5 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 158 | 229 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.04 |
| HSL | 310.47º | 0.8% | 0.79% | - |
| HSV(B) | 310.47º | 0.35% | 0.96% | - |
| XYZ | 63.68 | 49.34 | 80.3 | - |
| YUV | 191.81 | 148.99 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 158 | 229 | 0 | 0.35 | 0.06 | 0.04 | 310.47 | 0.8 | 0.79 |
| Hex | F4 | 9E | E5 | 0 | 23 | 6 | 4 | 136 | 50 | 4F |
| Octal | 364 | 236 | 345 | 0 | 43 | 6 | 4 | 466 | 120 | 117 |
| Binary | 11110100 | 10011110 | 11100101 | 0 | 100011 | 110 | 100 | 100110110 | 1010000 | 1001111 |
Color Harmonies of #F49EE5
Complementary color
Monochromatic Colors of #F49EE5
Black with #F49EE5
Text Example
Text Example
White with #F49EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49EE5; }
p { color: rgb(244,158,229); }
H1.HeaderClassName
{
color: #F49EE5;
}
.AnyTagClassName
{
color: #F49EE5;
}
</style>
background-color css
<style>
a { background-color: #F49EE5; }
a { background-color: rgb(244,158,229); }
div.DivClassName
{
background-color: #F49EE5;
}
.BgClassName
{
background-color: #F49EE5;
}
</style>
border-color css
<style>
span { border-color: #F49EE5; }
span { border-color: rgb(244,158,229); }
td.TdClassName
{
border-color: #F49EE5;
}
.TagClassName
{
border-color: #F49EE5;
}
</style>