Shades of Lavender Rose #F09EDB
Tints of Lavender Rose #F09EDB
RGB
CMYK
RGB Variations
Color information
#F09EDB (or 0xF09EDB) is known color: Lavender Rose. HEX triplet: F0, 9E and DB. RGB value is (240,158,219). Sum of RGB (Red+Green+Blue) = 240+158+219=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 158 (62.11% from 255 or 25.61% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 240 - color contains mainly: red. Hex color #F09EDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09EDB is #0F6124. Grayscale: #BDBDBD. Windows color (decimal): -1007909 or 14393072. OLE color: 14393072.
HSL color Cylindrical-coordinate representation of color #F09EDB: hue angle of 315.37º 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 #F09EDB is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 158 | 219 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.06 |
| HSL | 315.37º | 0.73% | 0.78% | - |
| HSV(B) | 315.37º | 0.34% | 0.94% | - |
| XYZ | 60.95 | 48.09 | 73.09 | - |
| YUV | 189.47 | 144.67 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 158 | 219 | 0 | 0.34 | 0.09 | 0.06 | 315.37 | 0.73 | 0.78 |
| Hex | F0 | 9E | DB | 0 | 22 | 9 | 6 | 13B | 49 | 4E |
| Octal | 360 | 236 | 333 | 0 | 42 | 11 | 6 | 473 | 111 | 116 |
| Binary | 11110000 | 10011110 | 11011011 | 0 | 100010 | 1001 | 110 | 100111011 | 1001001 | 1001110 |
Color Harmonies of #F09EDB
Complementary color
Monochromatic Colors of #F09EDB
Black with #F09EDB
Text Example
Text Example
White with #F09EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09EDB; }
p { color: rgb(240,158,219); }
H1.HeaderClassName
{
color: #F09EDB;
}
.AnyTagClassName
{
color: #F09EDB;
}
</style>
background-color css
<style>
a { background-color: #F09EDB; }
a { background-color: rgb(240,158,219); }
div.DivClassName
{
background-color: #F09EDB;
}
.BgClassName
{
background-color: #F09EDB;
}
</style>
border-color css
<style>
span { border-color: #F09EDB; }
span { border-color: rgb(240,158,219); }
td.TdClassName
{
border-color: #F09EDB;
}
.TagClassName
{
border-color: #F09EDB;
}
</style>