Shades of Lavender Rose #F09EEC
Tints of Lavender Rose #F09EEC
RGB
CMYK
RGB Variations
Color information
#F09EEC (or 0xF09EEC) is known color: Lavender Rose. HEX triplet: F0, 9E and EC. RGB value is (240,158,236). Sum of RGB (Red+Green+Blue) = 240+158+236=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 158 (62.11% from 255 or 24.92% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 240 - color contains mainly: red. Hex color #F09EEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09EEC is #0F6113. Grayscale: #BFBFBF. Windows color (decimal): -1007892 or 15507184. OLE color: 15507184.
HSL color Cylindrical-coordinate representation of color #F09EEC: hue angle of 302.93º 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 #F09EEC is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 158 | 236 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.06 |
| HSL | 302.93º | 0.73% | 0.78% | - |
| HSV(B) | 302.93º | 0.34% | 0.94% | - |
| XYZ | 63.3 | 49.04 | 85.49 | - |
| YUV | 191.41 | 153.17 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 158 | 236 | 0 | 0.34 | 0.02 | 0.06 | 302.93 | 0.73 | 0.78 |
| Hex | F0 | 9E | EC | 0 | 22 | 2 | 6 | 12F | 49 | 4E |
| Octal | 360 | 236 | 354 | 0 | 42 | 2 | 6 | 457 | 111 | 116 |
| Binary | 11110000 | 10011110 | 11101100 | 0 | 100010 | 10 | 110 | 100101111 | 1001001 | 1001110 |
Color Harmonies of #F09EEC
Complementary color
Monochromatic Colors of #F09EEC
Black with #F09EEC
Text Example
Text Example
White with #F09EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09EEC; }
p { color: rgb(240,158,236); }
H1.HeaderClassName
{
color: #F09EEC;
}
.AnyTagClassName
{
color: #F09EEC;
}
</style>
background-color css
<style>
a { background-color: #F09EEC; }
a { background-color: rgb(240,158,236); }
div.DivClassName
{
background-color: #F09EEC;
}
.BgClassName
{
background-color: #F09EEC;
}
</style>
border-color css
<style>
span { border-color: #F09EEC; }
span { border-color: rgb(240,158,236); }
td.TdClassName
{
border-color: #F09EEC;
}
.TagClassName
{
border-color: #F09EEC;
}
</style>