Shades of Lavender Rose #F09ED7
Tints of Lavender Rose #F09ED7
RGB
CMYK
RGB Variations
Color information
#F09ED7 (or 0xF09ED7) is known color: Lavender Rose. HEX triplet: F0, 9E and D7. RGB value is (240,158,215). Sum of RGB (Red+Green+Blue) = 240+158+215=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 158 (62.11% from 255 or 25.77% from 613); Blue value is 215 (84.38% from 255 or 35.07% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F09ED7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09ED7 is #0F6128. Grayscale: #BCBCBC. Windows color (decimal): -1007913 or 14130928. OLE color: 14130928.
HSL color Cylindrical-coordinate representation of color #F09ED7: hue angle of 318.29º 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 #F09ED7 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 158 | 215 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.06 |
| HSL | 318.29º | 0.73% | 0.78% | - |
| HSV(B) | 318.29º | 0.34% | 0.94% | - |
| XYZ | 60.43 | 47.89 | 70.35 | - |
| YUV | 189.02 | 142.67 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 158 | 215 | 0 | 0.34 | 0.10 | 0.06 | 318.29 | 0.73 | 0.78 |
| Hex | F0 | 9E | D7 | 0 | 22 | A | 6 | 13E | 49 | 4E |
| Octal | 360 | 236 | 327 | 0 | 42 | 12 | 6 | 476 | 111 | 116 |
| Binary | 11110000 | 10011110 | 11010111 | 0 | 100010 | 1010 | 110 | 100111110 | 1001001 | 1001110 |
Color Harmonies of #F09ED7
Complementary color
Monochromatic Colors of #F09ED7
Black with #F09ED7
Text Example
Text Example
White with #F09ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09ED7; }
p { color: rgb(240,158,215); }
H1.HeaderClassName
{
color: #F09ED7;
}
.AnyTagClassName
{
color: #F09ED7;
}
</style>
background-color css
<style>
a { background-color: #F09ED7; }
a { background-color: rgb(240,158,215); }
div.DivClassName
{
background-color: #F09ED7;
}
.BgClassName
{
background-color: #F09ED7;
}
</style>
border-color css
<style>
span { border-color: #F09ED7; }
span { border-color: rgb(240,158,215); }
td.TdClassName
{
border-color: #F09ED7;
}
.TagClassName
{
border-color: #F09ED7;
}
</style>