Shades of Lavender Rose #F0AEEC
Tints of Lavender Rose #F0AEEC
RGB
CMYK
RGB Variations
Color information
#F0AEEC (or 0xF0AEEC) is known color: Lavender Rose. HEX triplet: F0, AE and EC. RGB value is (240,174,236). Sum of RGB (Red+Green+Blue) = 240+174+236=650 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.92% from 650); Green value is 174 (68.36% from 255 or 26.77% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AEEC is #0F5113. Grayscale: #C8C8C8. Windows color (decimal): -1003796 or 15511280. OLE color: 15511280.
HSL color Cylindrical-coordinate representation of color #F0AEEC: hue angle of 303.64º 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 #F0AEEC is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 174 | 236 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.06 |
| HSL | 303.64º | 0.69% | 0.81% | - |
| HSV(B) | 303.64º | 0.28% | 0.94% | - |
| XYZ | 66.21 | 54.85 | 86.45 | - |
| YUV | 200.8 | 147.87 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 174 | 236 | 0 | 0.28 | 0.02 | 0.06 | 303.64 | 0.69 | 0.81 |
| Hex | F0 | AE | EC | 0 | 1C | 2 | 6 | 130 | 45 | 51 |
| Octal | 360 | 256 | 354 | 0 | 34 | 2 | 6 | 460 | 105 | 121 |
| Binary | 11110000 | 10101110 | 11101100 | 0 | 11100 | 10 | 110 | 100110000 | 1000101 | 1010001 |
Color Harmonies of #F0AEEC
Complementary color
Monochromatic Colors of #F0AEEC
Black with #F0AEEC
Text Example
Text Example
White with #F0AEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AEEC; }
p { color: rgb(240,174,236); }
H1.HeaderClassName
{
color: #F0AEEC;
}
.AnyTagClassName
{
color: #F0AEEC;
}
</style>
background-color css
<style>
a { background-color: #F0AEEC; }
a { background-color: rgb(240,174,236); }
div.DivClassName
{
background-color: #F0AEEC;
}
.BgClassName
{
background-color: #F0AEEC;
}
</style>
border-color css
<style>
span { border-color: #F0AEEC; }
span { border-color: rgb(240,174,236); }
td.TdClassName
{
border-color: #F0AEEC;
}
.TagClassName
{
border-color: #F0AEEC;
}
</style>