Shades of Lavender Rose #F0AEEE
Tints of Lavender Rose #F0AEEE
RGB
CMYK
RGB Variations
Color information
#F0AEEE (or 0xF0AEEE) is known color: Lavender Rose. HEX triplet: F0, AE and EE. RGB value is (240,174,238). Sum of RGB (Red+Green+Blue) = 240+174+238=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 174 (68.36% from 255 or 26.69% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AEEE is #0F5111. Grayscale: #C8C8C8. Windows color (decimal): -1003794 or 15642352. OLE color: 15642352.
HSL color Cylindrical-coordinate representation of color #F0AEEE: hue angle of 301.82º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0AEEE is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 174 | 238 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.06 |
| HSL | 301.82º | 0.69% | 0.81% | - |
| HSV(B) | 301.82º | 0.28% | 0.94% | - |
| XYZ | 66.5 | 54.97 | 87.99 | - |
| YUV | 201.03 | 148.87 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 174 | 238 | 0 | 0.28 | 0.01 | 0.06 | 301.82 | 0.69 | 0.81 |
| Hex | F0 | AE | EE | 0 | 1C | 1 | 6 | 12E | 45 | 51 |
| Octal | 360 | 256 | 356 | 0 | 34 | 1 | 6 | 456 | 105 | 121 |
| Binary | 11110000 | 10101110 | 11101110 | 0 | 11100 | 1 | 110 | 100101110 | 1000101 | 1010001 |
Color Harmonies of #F0AEEE
Complementary color
Monochromatic Colors of #F0AEEE
Black with #F0AEEE
Text Example
Text Example
White with #F0AEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AEEE; }
p { color: rgb(240,174,238); }
H1.HeaderClassName
{
color: #F0AEEE;
}
.AnyTagClassName
{
color: #F0AEEE;
}
</style>
background-color css
<style>
a { background-color: #F0AEEE; }
a { background-color: rgb(240,174,238); }
div.DivClassName
{
background-color: #F0AEEE;
}
.BgClassName
{
background-color: #F0AEEE;
}
</style>
border-color css
<style>
span { border-color: #F0AEEE; }
span { border-color: rgb(240,174,238); }
td.TdClassName
{
border-color: #F0AEEE;
}
.TagClassName
{
border-color: #F0AEEE;
}
</style>