Shades of Lavender Rose #F09EDC
Tints of Lavender Rose #F09EDC
RGB
CMYK
RGB Variations
Color information
#F09EDC (or 0xF09EDC) is known color: Lavender Rose. HEX triplet: F0, 9E and DC. RGB value is (240,158,220). Sum of RGB (Red+Green+Blue) = 240+158+220=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 158 (62.11% from 255 or 25.57% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 240 - color contains mainly: red. Hex color #F09EDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09EDC is #0F6123. Grayscale: #BDBDBD. Windows color (decimal): -1007908 or 14458608. OLE color: 14458608.
HSL color Cylindrical-coordinate representation of color #F09EDC: hue angle of 314.63º 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 #F09EDC is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 158 | 220 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.06 |
| HSL | 314.63º | 0.73% | 0.78% | - |
| HSV(B) | 314.63º | 0.34% | 0.94% | - |
| XYZ | 61.08 | 48.15 | 73.78 | - |
| YUV | 189.59 | 145.17 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 158 | 220 | 0 | 0.34 | 0.08 | 0.06 | 314.63 | 0.73 | 0.78 |
| Hex | F0 | 9E | DC | 0 | 22 | 8 | 6 | 13B | 49 | 4E |
| Octal | 360 | 236 | 334 | 0 | 42 | 10 | 6 | 473 | 111 | 116 |
| Binary | 11110000 | 10011110 | 11011100 | 0 | 100010 | 1000 | 110 | 100111011 | 1001001 | 1001110 |
Color Harmonies of #F09EDC
Complementary color
Monochromatic Colors of #F09EDC
Black with #F09EDC
Text Example
Text Example
White with #F09EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09EDC; }
p { color: rgb(240,158,220); }
H1.HeaderClassName
{
color: #F09EDC;
}
.AnyTagClassName
{
color: #F09EDC;
}
</style>
background-color css
<style>
a { background-color: #F09EDC; }
a { background-color: rgb(240,158,220); }
div.DivClassName
{
background-color: #F09EDC;
}
.BgClassName
{
background-color: #F09EDC;
}
</style>
border-color css
<style>
span { border-color: #F09EDC; }
span { border-color: rgb(240,158,220); }
td.TdClassName
{
border-color: #F09EDC;
}
.TagClassName
{
border-color: #F09EDC;
}
</style>