Shades of Lavender Rose #F09EEB
Tints of Lavender Rose #F09EEB
RGB
CMYK
RGB Variations
Color information
#F09EEB (or 0xF09EEB) is known color: Lavender Rose. HEX triplet: F0, 9E and EB. RGB value is (240,158,235). Sum of RGB (Red+Green+Blue) = 240+158+235=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 158 (62.11% from 255 or 24.96% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 240 - color contains mainly: red. Hex color #F09EEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09EEB is #0F6114. Grayscale: #BFBFBF. Windows color (decimal): -1007893 or 15441648. OLE color: 15441648.
HSL color Cylindrical-coordinate representation of color #F09EEB: hue angle of 303.66º 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 #F09EEB is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 158 | 235 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.06 |
| HSL | 303.66º | 0.73% | 0.78% | - |
| HSV(B) | 303.66º | 0.34% | 0.94% | - |
| XYZ | 63.16 | 48.98 | 84.72 | - |
| YUV | 191.3 | 152.67 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 158 | 235 | 0 | 0.34 | 0.02 | 0.06 | 303.66 | 0.73 | 0.78 |
| Hex | F0 | 9E | EB | 0 | 22 | 2 | 6 | 130 | 49 | 4E |
| Octal | 360 | 236 | 353 | 0 | 42 | 2 | 6 | 460 | 111 | 116 |
| Binary | 11110000 | 10011110 | 11101011 | 0 | 100010 | 10 | 110 | 100110000 | 1001001 | 1001110 |
Color Harmonies of #F09EEB
Complementary color
Monochromatic Colors of #F09EEB
Black with #F09EEB
Text Example
Text Example
White with #F09EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09EEB; }
p { color: rgb(240,158,235); }
H1.HeaderClassName
{
color: #F09EEB;
}
.AnyTagClassName
{
color: #F09EEB;
}
</style>
background-color css
<style>
a { background-color: #F09EEB; }
a { background-color: rgb(240,158,235); }
div.DivClassName
{
background-color: #F09EEB;
}
.BgClassName
{
background-color: #F09EEB;
}
</style>
border-color css
<style>
span { border-color: #F09EEB; }
span { border-color: rgb(240,158,235); }
td.TdClassName
{
border-color: #F09EEB;
}
.TagClassName
{
border-color: #F09EEB;
}
</style>