Shades of Lavender Rose #F09ED1
Tints of Lavender Rose #F09ED1
RGB
CMYK
RGB Variations
Color information
#F09ED1 (or 0xF09ED1) is known color: Lavender Rose. HEX triplet: F0, 9E and D1. RGB value is (240,158,209). Sum of RGB (Red+Green+Blue) = 240+158+209=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 158 (62.11% from 255 or 26.03% from 607); Blue value is 209 (82.03% from 255 or 34.43% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F09ED1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09ED1 is #0F612E. Grayscale: #BCBCBC. Windows color (decimal): -1007919 or 13737712. OLE color: 13737712.
HSL color Cylindrical-coordinate representation of color #F09ED1: hue angle of 322.68º 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 #F09ED1 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 158 | 209 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.06 |
| HSL | 322.68º | 0.73% | 0.78% | - |
| HSV(B) | 322.68º | 0.34% | 0.94% | - |
| XYZ | 59.67 | 47.58 | 66.36 | - |
| YUV | 188.33 | 139.67 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 158 | 209 | 0 | 0.34 | 0.13 | 0.06 | 322.68 | 0.73 | 0.78 |
| Hex | F0 | 9E | D1 | 0 | 22 | D | 6 | 143 | 49 | 4E |
| Octal | 360 | 236 | 321 | 0 | 42 | 15 | 6 | 503 | 111 | 116 |
| Binary | 11110000 | 10011110 | 11010001 | 0 | 100010 | 1101 | 110 | 101000011 | 1001001 | 1001110 |
Color Harmonies of #F09ED1
Complementary color
Monochromatic Colors of #F09ED1
Black with #F09ED1
Text Example
Text Example
White with #F09ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09ED1; }
p { color: rgb(240,158,209); }
H1.HeaderClassName
{
color: #F09ED1;
}
.AnyTagClassName
{
color: #F09ED1;
}
</style>
background-color css
<style>
a { background-color: #F09ED1; }
a { background-color: rgb(240,158,209); }
div.DivClassName
{
background-color: #F09ED1;
}
.BgClassName
{
background-color: #F09ED1;
}
</style>
border-color css
<style>
span { border-color: #F09ED1; }
span { border-color: rgb(240,158,209); }
td.TdClassName
{
border-color: #F09ED1;
}
.TagClassName
{
border-color: #F09ED1;
}
</style>