Shades of Lavender Rose #F09EE0
Tints of Lavender Rose #F09EE0
RGB
CMYK
RGB Variations
Color information
#F09EE0 (or 0xF09EE0) is known color: Lavender Rose. HEX triplet: F0, 9E and E0. RGB value is (240,158,224). Sum of RGB (Red+Green+Blue) = 240+158+224=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 158 (62.11% from 255 or 25.40% from 622); Blue value is 224 (87.89% from 255 or 36.01% from 622); Max value from RGB is 240 - color contains mainly: red. Hex color #F09EE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09EE0 is #0F611F. Grayscale: #BDBDBD. Windows color (decimal): -1007904 or 14720752. OLE color: 14720752.
HSL color Cylindrical-coordinate representation of color #F09EE0: hue angle of 311.71º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F09EE0 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 158 | 224 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.06 |
| HSL | 311.71º | 0.73% | 0.78% | - |
| HSV(B) | 311.71º | 0.34% | 0.94% | - |
| XYZ | 61.62 | 48.36 | 76.61 | - |
| YUV | 190.04 | 147.17 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 158 | 224 | 0 | 0.34 | 0.07 | 0.06 | 311.71 | 0.73 | 0.78 |
| Hex | F0 | 9E | E0 | 0 | 22 | 7 | 6 | 138 | 49 | 4E |
| Octal | 360 | 236 | 340 | 0 | 42 | 7 | 6 | 470 | 111 | 116 |
| Binary | 11110000 | 10011110 | 11100000 | 0 | 100010 | 111 | 110 | 100111000 | 1001001 | 1001110 |
Color Harmonies of #F09EE0
Complementary color
Monochromatic Colors of #F09EE0
Black with #F09EE0
Text Example
Text Example
White with #F09EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09EE0; }
p { color: rgb(240,158,224); }
H1.HeaderClassName
{
color: #F09EE0;
}
.AnyTagClassName
{
color: #F09EE0;
}
</style>
background-color css
<style>
a { background-color: #F09EE0; }
a { background-color: rgb(240,158,224); }
div.DivClassName
{
background-color: #F09EE0;
}
.BgClassName
{
background-color: #F09EE0;
}
</style>
border-color css
<style>
span { border-color: #F09EE0; }
span { border-color: rgb(240,158,224); }
td.TdClassName
{
border-color: #F09EE0;
}
.TagClassName
{
border-color: #F09EE0;
}
</style>