Shades of Lavender Rose #F09EDA
Tints of Lavender Rose #F09EDA
RGB
CMYK
RGB Variations
Color information
#F09EDA (or 0xF09EDA) is known color: Lavender Rose. HEX triplet: F0, 9E and DA. RGB value is (240,158,218). Sum of RGB (Red+Green+Blue) = 240+158+218=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 158 (62.11% from 255 or 25.65% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F09EDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09EDA is #0F6125. Grayscale: #BDBDBD. Windows color (decimal): -1007910 or 14327536. OLE color: 14327536.
HSL color Cylindrical-coordinate representation of color #F09EDA: hue angle of 316.1º 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 #F09EDA is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 158 | 218 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.06 |
| HSL | 316.1º | 0.73% | 0.78% | - |
| HSV(B) | 316.1º | 0.34% | 0.94% | - |
| XYZ | 60.82 | 48.04 | 72.4 | - |
| YUV | 189.36 | 144.17 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 158 | 218 | 0 | 0.34 | 0.09 | 0.06 | 316.1 | 0.73 | 0.78 |
| Hex | F0 | 9E | DA | 0 | 22 | 9 | 6 | 13C | 49 | 4E |
| Octal | 360 | 236 | 332 | 0 | 42 | 11 | 6 | 474 | 111 | 116 |
| Binary | 11110000 | 10011110 | 11011010 | 0 | 100010 | 1001 | 110 | 100111100 | 1001001 | 1001110 |
Color Harmonies of #F09EDA
Complementary color
Monochromatic Colors of #F09EDA
Black with #F09EDA
Text Example
Text Example
White with #F09EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09EDA; }
p { color: rgb(240,158,218); }
H1.HeaderClassName
{
color: #F09EDA;
}
.AnyTagClassName
{
color: #F09EDA;
}
</style>
background-color css
<style>
a { background-color: #F09EDA; }
a { background-color: rgb(240,158,218); }
div.DivClassName
{
background-color: #F09EDA;
}
.BgClassName
{
background-color: #F09EDA;
}
</style>
border-color css
<style>
span { border-color: #F09EDA; }
span { border-color: rgb(240,158,218); }
td.TdClassName
{
border-color: #F09EDA;
}
.TagClassName
{
border-color: #F09EDA;
}
</style>