Shades of Lavender Rose #F0A0ED
Tints of Lavender Rose #F0A0ED
RGB
CMYK
RGB Variations
Color information
#F0A0ED (or 0xF0A0ED) is known color: Lavender Rose. HEX triplet: F0, A0 and ED. RGB value is (240,160,237). Sum of RGB (Red+Green+Blue) = 240+160+237=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 160 (62.89% from 255 or 25.12% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A0ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A0ED is #0F5F12. Grayscale: #C0C0C0. Windows color (decimal): -1007379 or 15573232. OLE color: 15573232.
HSL color Cylindrical-coordinate representation of color #F0A0ED: hue angle of 302.25º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0A0ED is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 160 | 237 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.06 |
| HSL | 302.25º | 0.73% | 0.78% | - |
| HSV(B) | 302.25º | 0.33% | 0.94% | - |
| XYZ | 63.79 | 49.78 | 86.37 | - |
| YUV | 192.7 | 153 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 160 | 237 | 0 | 0.33 | 0.01 | 0.06 | 302.25 | 0.73 | 0.78 |
| Hex | F0 | A0 | ED | 0 | 21 | 1 | 6 | 12E | 49 | 4E |
| Octal | 360 | 240 | 355 | 0 | 41 | 1 | 6 | 456 | 111 | 116 |
| Binary | 11110000 | 10100000 | 11101101 | 0 | 100001 | 1 | 110 | 100101110 | 1001001 | 1001110 |
Color Harmonies of #F0A0ED
Complementary color
Monochromatic Colors of #F0A0ED
Black with #F0A0ED
Text Example
Text Example
White with #F0A0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A0ED; }
p { color: rgb(240,160,237); }
H1.HeaderClassName
{
color: #F0A0ED;
}
.AnyTagClassName
{
color: #F0A0ED;
}
</style>
background-color css
<style>
a { background-color: #F0A0ED; }
a { background-color: rgb(240,160,237); }
div.DivClassName
{
background-color: #F0A0ED;
}
.BgClassName
{
background-color: #F0A0ED;
}
</style>
border-color css
<style>
span { border-color: #F0A0ED; }
span { border-color: rgb(240,160,237); }
td.TdClassName
{
border-color: #F0A0ED;
}
.TagClassName
{
border-color: #F0A0ED;
}
</style>