Shades of Lavender Rose #F0AAEE
Tints of Lavender Rose #F0AAEE
RGB
CMYK
RGB Variations
Color information
#F0AAEE (or 0xF0AAEE) is known color: Lavender Rose. HEX triplet: F0, AA and EE. RGB value is (240,170,238). Sum of RGB (Red+Green+Blue) = 240+170+238=648 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.04% from 648); Green value is 170 (66.80% from 255 or 26.23% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AAEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AAEE is #0F5511. Grayscale: #C6C6C6. Windows color (decimal): -1004818 or 15641328. OLE color: 15641328.
HSL color Cylindrical-coordinate representation of color #F0AAEE: hue angle of 301.71º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0AAEE is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 170 | 238 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.06 |
| HSL | 301.71º | 0.7% | 0.8% | - |
| HSV(B) | 301.71º | 0.29% | 0.94% | - |
| XYZ | 65.74 | 53.45 | 87.74 | - |
| YUV | 198.68 | 150.19 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 170 | 238 | 0 | 0.29 | 0.01 | 0.06 | 301.71 | 0.7 | 0.8 |
| Hex | F0 | AA | EE | 0 | 1D | 1 | 6 | 12E | 46 | 50 |
| Octal | 360 | 252 | 356 | 0 | 35 | 1 | 6 | 456 | 106 | 120 |
| Binary | 11110000 | 10101010 | 11101110 | 0 | 11101 | 1 | 110 | 100101110 | 1000110 | 1010000 |
Color Harmonies of #F0AAEE
Complementary color
Monochromatic Colors of #F0AAEE
Black with #F0AAEE
Text Example
Text Example
White with #F0AAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AAEE; }
p { color: rgb(240,170,238); }
H1.HeaderClassName
{
color: #F0AAEE;
}
.AnyTagClassName
{
color: #F0AAEE;
}
</style>
background-color css
<style>
a { background-color: #F0AAEE; }
a { background-color: rgb(240,170,238); }
div.DivClassName
{
background-color: #F0AAEE;
}
.BgClassName
{
background-color: #F0AAEE;
}
</style>
border-color css
<style>
span { border-color: #F0AAEE; }
span { border-color: rgb(240,170,238); }
td.TdClassName
{
border-color: #F0AAEE;
}
.TagClassName
{
border-color: #F0AAEE;
}
</style>