Shades of Lavender Rose #F49EDD
Tints of Lavender Rose #F49EDD
RGB
CMYK
RGB Variations
Color information
#F49EDD (or 0xF49EDD) is known color: Lavender Rose. HEX triplet: F4, 9E and DD. RGB value is (244,158,221). Sum of RGB (Red+Green+Blue) = 244+158+221=623 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.17% from 623); Green value is 158 (62.11% from 255 or 25.36% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 244 - color contains mainly: red. Hex color #F49EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49EDD is #0B6122. Grayscale: #BEBEBE. Windows color (decimal): -745763 or 14524148. OLE color: 14524148.
HSL color Cylindrical-coordinate representation of color #F49EDD: hue angle of 316.05º 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 #F49EDD is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 158 | 221 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.04 |
| HSL | 316.05º | 0.8% | 0.79% | - |
| HSV(B) | 316.05º | 0.35% | 0.96% | - |
| XYZ | 62.59 | 48.91 | 74.55 | - |
| YUV | 190.9 | 144.99 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 158 | 221 | 0 | 0.35 | 0.09 | 0.04 | 316.05 | 0.8 | 0.79 |
| Hex | F4 | 9E | DD | 0 | 23 | 9 | 4 | 13C | 50 | 4F |
| Octal | 364 | 236 | 335 | 0 | 43 | 11 | 4 | 474 | 120 | 117 |
| Binary | 11110100 | 10011110 | 11011101 | 0 | 100011 | 1001 | 100 | 100111100 | 1010000 | 1001111 |
Color Harmonies of #F49EDD
Complementary color
Monochromatic Colors of #F49EDD
Black with #F49EDD
Text Example
Text Example
White with #F49EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49EDD; }
p { color: rgb(244,158,221); }
H1.HeaderClassName
{
color: #F49EDD;
}
.AnyTagClassName
{
color: #F49EDD;
}
</style>
background-color css
<style>
a { background-color: #F49EDD; }
a { background-color: rgb(244,158,221); }
div.DivClassName
{
background-color: #F49EDD;
}
.BgClassName
{
background-color: #F49EDD;
}
</style>
border-color css
<style>
span { border-color: #F49EDD; }
span { border-color: rgb(244,158,221); }
td.TdClassName
{
border-color: #F49EDD;
}
.TagClassName
{
border-color: #F49EDD;
}
</style>