Shades of Lavender Rose #F09ED3
Tints of Lavender Rose #F09ED3
RGB
CMYK
RGB Variations
Color information
#F09ED3 (or 0xF09ED3) is known color: Lavender Rose. HEX triplet: F0, 9E and D3. RGB value is (240,158,211). Sum of RGB (Red+Green+Blue) = 240+158+211=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 158 (62.11% from 255 or 25.94% from 609); Blue value is 211 (82.81% from 255 or 34.65% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F09ED3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09ED3 is #0F612C. Grayscale: #BCBCBC. Windows color (decimal): -1007917 or 13868784. OLE color: 13868784.
HSL color Cylindrical-coordinate representation of color #F09ED3: hue angle of 321.22º 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 #F09ED3 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 158 | 211 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.06 |
| HSL | 321.22º | 0.73% | 0.78% | - |
| HSV(B) | 321.22º | 0.34% | 0.94% | - |
| XYZ | 59.92 | 47.68 | 67.67 | - |
| YUV | 188.56 | 140.67 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 158 | 211 | 0 | 0.34 | 0.12 | 0.06 | 321.22 | 0.73 | 0.78 |
| Hex | F0 | 9E | D3 | 0 | 22 | C | 6 | 141 | 49 | 4E |
| Octal | 360 | 236 | 323 | 0 | 42 | 14 | 6 | 501 | 111 | 116 |
| Binary | 11110000 | 10011110 | 11010011 | 0 | 100010 | 1100 | 110 | 101000001 | 1001001 | 1001110 |
Color Harmonies of #F09ED3
Complementary color
Monochromatic Colors of #F09ED3
Black with #F09ED3
Text Example
Text Example
White with #F09ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09ED3; }
p { color: rgb(240,158,211); }
H1.HeaderClassName
{
color: #F09ED3;
}
.AnyTagClassName
{
color: #F09ED3;
}
</style>
background-color css
<style>
a { background-color: #F09ED3; }
a { background-color: rgb(240,158,211); }
div.DivClassName
{
background-color: #F09ED3;
}
.BgClassName
{
background-color: #F09ED3;
}
</style>
border-color css
<style>
span { border-color: #F09ED3; }
span { border-color: rgb(240,158,211); }
td.TdClassName
{
border-color: #F09ED3;
}
.TagClassName
{
border-color: #F09ED3;
}
</style>