Shades of Lavender Rose #F09ED2
Tints of Lavender Rose #F09ED2
RGB
CMYK
RGB Variations
Color information
#F09ED2 (or 0xF09ED2) is known color: Lavender Rose. HEX triplet: F0, 9E and D2. RGB value is (240,158,210). Sum of RGB (Red+Green+Blue) = 240+158+210=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 158 (62.11% from 255 or 25.99% from 608); Blue value is 210 (82.42% from 255 or 34.54% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F09ED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09ED2 is #0F612D. Grayscale: #BCBCBC. Windows color (decimal): -1007918 or 13803248. OLE color: 13803248.
HSL color Cylindrical-coordinate representation of color #F09ED2: hue angle of 321.95º 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 #F09ED2 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 158 | 210 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.06 |
| HSL | 321.95º | 0.73% | 0.78% | - |
| HSV(B) | 321.95º | 0.34% | 0.94% | - |
| XYZ | 59.79 | 47.63 | 67.02 | - |
| YUV | 188.45 | 140.17 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 158 | 210 | 0 | 0.34 | 0.12 | 0.06 | 321.95 | 0.73 | 0.78 |
| Hex | F0 | 9E | D2 | 0 | 22 | C | 6 | 142 | 49 | 4E |
| Octal | 360 | 236 | 322 | 0 | 42 | 14 | 6 | 502 | 111 | 116 |
| Binary | 11110000 | 10011110 | 11010010 | 0 | 100010 | 1100 | 110 | 101000010 | 1001001 | 1001110 |
Color Harmonies of #F09ED2
Complementary color
Monochromatic Colors of #F09ED2
Black with #F09ED2
Text Example
Text Example
White with #F09ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09ED2; }
p { color: rgb(240,158,210); }
H1.HeaderClassName
{
color: #F09ED2;
}
.AnyTagClassName
{
color: #F09ED2;
}
</style>
background-color css
<style>
a { background-color: #F09ED2; }
a { background-color: rgb(240,158,210); }
div.DivClassName
{
background-color: #F09ED2;
}
.BgClassName
{
background-color: #F09ED2;
}
</style>
border-color css
<style>
span { border-color: #F09ED2; }
span { border-color: rgb(240,158,210); }
td.TdClassName
{
border-color: #F09ED2;
}
.TagClassName
{
border-color: #F09ED2;
}
</style>