Shades of Lavender Rose #F5A2EC
Tints of Lavender Rose #F5A2EC
RGB
CMYK
RGB Variations
Color information
#F5A2EC (or 0xF5A2EC) is known color: Lavender Rose. HEX triplet: F5, A2 and EC. RGB value is (245,162,236). Sum of RGB (Red+Green+Blue) = 245+162+236=643 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.10% from 643); Green value is 162 (63.67% from 255 or 25.19% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A2EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A2EC is #0A5D13. Grayscale: #C3C3C3. Windows color (decimal): -679188 or 15508213. OLE color: 15508213.
HSL color Cylindrical-coordinate representation of color #F5A2EC: hue angle of 306.51º degrees, saturation: 0.81, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F5A2EC is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 162 | 236 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.04 |
| HSL | 306.51º | 0.81% | 0.8% | - |
| HSV(B) | 306.51º | 0.34% | 0.96% | - |
| XYZ | 65.72 | 51.31 | 85.8 | - |
| YUV | 195.25 | 151 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 162 | 236 | 0 | 0.34 | 0.04 | 0.04 | 306.51 | 0.81 | 0.8 |
| Hex | F5 | A2 | EC | 0 | 22 | 4 | 4 | 133 | 51 | 50 |
| Octal | 365 | 242 | 354 | 0 | 42 | 4 | 4 | 463 | 121 | 120 |
| Binary | 11110101 | 10100010 | 11101100 | 0 | 100010 | 100 | 100 | 100110011 | 1010001 | 1010000 |
Color Harmonies of #F5A2EC
Complementary color
Monochromatic Colors of #F5A2EC
Black with #F5A2EC
Text Example
Text Example
White with #F5A2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A2EC; }
p { color: rgb(245,162,236); }
H1.HeaderClassName
{
color: #F5A2EC;
}
.AnyTagClassName
{
color: #F5A2EC;
}
</style>
background-color css
<style>
a { background-color: #F5A2EC; }
a { background-color: rgb(245,162,236); }
div.DivClassName
{
background-color: #F5A2EC;
}
.BgClassName
{
background-color: #F5A2EC;
}
</style>
border-color css
<style>
span { border-color: #F5A2EC; }
span { border-color: rgb(245,162,236); }
td.TdClassName
{
border-color: #F5A2EC;
}
.TagClassName
{
border-color: #F5A2EC;
}
</style>