Shades of Lavender Rose #F49EED
Tints of Lavender Rose #F49EED
RGB
CMYK
RGB Variations
Color information
#F49EED (or 0xF49EED) is known color: Lavender Rose. HEX triplet: F4, 9E and ED. RGB value is (244,158,237). Sum of RGB (Red+Green+Blue) = 244+158+237=639 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.18% from 639); Green value is 158 (62.11% from 255 or 24.73% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 244 - color contains mainly: red. Hex color #F49EED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49EED is #0B6112. Grayscale: #C0C0C0. Windows color (decimal): -745747 or 15572724. OLE color: 15572724.
HSL color Cylindrical-coordinate representation of color #F49EED: hue angle of 304.88º 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 #F49EED is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 158 | 237 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.04 |
| HSL | 304.88º | 0.8% | 0.79% | - |
| HSV(B) | 304.88º | 0.35% | 0.96% | - |
| XYZ | 64.82 | 49.8 | 86.32 | - |
| YUV | 192.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 158 | 237 | 0 | 0.35 | 0.03 | 0.04 | 304.88 | 0.8 | 0.79 |
| Hex | F4 | 9E | ED | 0 | 23 | 3 | 4 | 131 | 50 | 4F |
| Octal | 364 | 236 | 355 | 0 | 43 | 3 | 4 | 461 | 120 | 117 |
| Binary | 11110100 | 10011110 | 11101101 | 0 | 100011 | 11 | 100 | 100110001 | 1010000 | 1001111 |
Color Harmonies of #F49EED
Complementary color
Monochromatic Colors of #F49EED
Black with #F49EED
Text Example
Text Example
White with #F49EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49EED; }
p { color: rgb(244,158,237); }
H1.HeaderClassName
{
color: #F49EED;
}
.AnyTagClassName
{
color: #F49EED;
}
</style>
background-color css
<style>
a { background-color: #F49EED; }
a { background-color: rgb(244,158,237); }
div.DivClassName
{
background-color: #F49EED;
}
.BgClassName
{
background-color: #F49EED;
}
</style>
border-color css
<style>
span { border-color: #F49EED; }
span { border-color: rgb(244,158,237); }
td.TdClassName
{
border-color: #F49EED;
}
.TagClassName
{
border-color: #F49EED;
}
</style>