Shades of Lavender Rose #F0A2EC
Tints of Lavender Rose #F0A2EC
RGB
CMYK
RGB Variations
Color information
#F0A2EC (or 0xF0A2EC) is known color: Lavender Rose. HEX triplet: F0, A2 and EC. RGB value is (240,162,236). Sum of RGB (Red+Green+Blue) = 240+162+236=638 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.62% from 638); Green value is 162 (63.67% from 255 or 25.39% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A2EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A2EC is #0F5D13. Grayscale: #C1C1C1. Windows color (decimal): -1006868 or 15508208. OLE color: 15508208.
HSL color Cylindrical-coordinate representation of color #F0A2EC: hue angle of 303.08º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0A2EC is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 162 | 236 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.06 |
| HSL | 303.08º | 0.72% | 0.79% | - |
| HSV(B) | 303.08º | 0.33% | 0.94% | - |
| XYZ | 64 | 50.42 | 85.72 | - |
| YUV | 193.76 | 151.84 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 162 | 236 | 0 | 0.32 | 0.02 | 0.06 | 303.08 | 0.72 | 0.79 |
| Hex | F0 | A2 | EC | 0 | 20 | 2 | 6 | 12F | 48 | 4F |
| Octal | 360 | 242 | 354 | 0 | 40 | 2 | 6 | 457 | 110 | 117 |
| Binary | 11110000 | 10100010 | 11101100 | 0 | 100000 | 10 | 110 | 100101111 | 1001000 | 1001111 |
Color Harmonies of #F0A2EC
Complementary color
Monochromatic Colors of #F0A2EC
Black with #F0A2EC
Text Example
Text Example
White with #F0A2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A2EC; }
p { color: rgb(240,162,236); }
H1.HeaderClassName
{
color: #F0A2EC;
}
.AnyTagClassName
{
color: #F0A2EC;
}
</style>
background-color css
<style>
a { background-color: #F0A2EC; }
a { background-color: rgb(240,162,236); }
div.DivClassName
{
background-color: #F0A2EC;
}
.BgClassName
{
background-color: #F0A2EC;
}
</style>
border-color css
<style>
span { border-color: #F0A2EC; }
span { border-color: rgb(240,162,236); }
td.TdClassName
{
border-color: #F0A2EC;
}
.TagClassName
{
border-color: #F0A2EC;
}
</style>