Shades of Lavender Rose #F49EEE
Tints of Lavender Rose #F49EEE
RGB
CMYK
RGB Variations
Color information
#F49EEE (or 0xF49EEE) is known color: Lavender Rose. HEX triplet: F4, 9E and EE. RGB value is (244,158,238). Sum of RGB (Red+Green+Blue) = 244+158+238=640 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.12% from 640); Green value is 158 (62.11% from 255 or 24.69% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 244 - color contains mainly: red. Hex color #F49EEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49EEE is #0B6111. Grayscale: #C0C0C0. Windows color (decimal): -745746 or 15638260. OLE color: 15638260.
HSL color Cylindrical-coordinate representation of color #F49EEE: hue angle of 304.19º 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 #F49EEE is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 158 | 238 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.04 |
| HSL | 304.19º | 0.8% | 0.79% | - |
| HSV(B) | 304.19º | 0.35% | 0.96% | - |
| XYZ | 64.97 | 49.86 | 87.09 | - |
| YUV | 192.83 | 153.49 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 158 | 238 | 0 | 0.35 | 0.02 | 0.04 | 304.19 | 0.8 | 0.79 |
| Hex | F4 | 9E | EE | 0 | 23 | 2 | 4 | 130 | 50 | 4F |
| Octal | 364 | 236 | 356 | 0 | 43 | 2 | 4 | 460 | 120 | 117 |
| Binary | 11110100 | 10011110 | 11101110 | 0 | 100011 | 10 | 100 | 100110000 | 1010000 | 1001111 |
Color Harmonies of #F49EEE
Complementary color
Monochromatic Colors of #F49EEE
Black with #F49EEE
Text Example
Text Example
White with #F49EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49EEE; }
p { color: rgb(244,158,238); }
H1.HeaderClassName
{
color: #F49EEE;
}
.AnyTagClassName
{
color: #F49EEE;
}
</style>
background-color css
<style>
a { background-color: #F49EEE; }
a { background-color: rgb(244,158,238); }
div.DivClassName
{
background-color: #F49EEE;
}
.BgClassName
{
background-color: #F49EEE;
}
</style>
border-color css
<style>
span { border-color: #F49EEE; }
span { border-color: rgb(244,158,238); }
td.TdClassName
{
border-color: #F49EEE;
}
.TagClassName
{
border-color: #F49EEE;
}
</style>