Shades of Lavender Rose #F5A2E8
Tints of Lavender Rose #F5A2E8
RGB
CMYK
RGB Variations
Color information
#F5A2E8 (or 0xF5A2E8) is known color: Lavender Rose. HEX triplet: F5, A2 and E8. RGB value is (245,162,232). Sum of RGB (Red+Green+Blue) = 245+162+232=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 162 (63.67% from 255 or 25.35% from 639); Blue value is 232 (91.02% from 255 or 36.31% from 639); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A2E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A2E8 is #0A5D17. Grayscale: #C2C2C2. Windows color (decimal): -679192 or 15246069. OLE color: 15246069.
HSL color Cylindrical-coordinate representation of color #F5A2E8: hue angle of 309.4º 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 #F5A2E8 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 162 | 232 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.04 |
| HSL | 309.4º | 0.81% | 0.8% | - |
| HSV(B) | 309.4º | 0.34% | 0.96% | - |
| XYZ | 65.14 | 51.08 | 82.77 | - |
| YUV | 194.8 | 149 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 162 | 232 | 0 | 0.34 | 0.05 | 0.04 | 309.4 | 0.81 | 0.8 |
| Hex | F5 | A2 | E8 | 0 | 22 | 5 | 4 | 135 | 51 | 50 |
| Octal | 365 | 242 | 350 | 0 | 42 | 5 | 4 | 465 | 121 | 120 |
| Binary | 11110101 | 10100010 | 11101000 | 0 | 100010 | 101 | 100 | 100110101 | 1010001 | 1010000 |
Color Harmonies of #F5A2E8
Complementary color
Monochromatic Colors of #F5A2E8
Black with #F5A2E8
Text Example
Text Example
White with #F5A2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A2E8; }
p { color: rgb(245,162,232); }
H1.HeaderClassName
{
color: #F5A2E8;
}
.AnyTagClassName
{
color: #F5A2E8;
}
</style>
background-color css
<style>
a { background-color: #F5A2E8; }
a { background-color: rgb(245,162,232); }
div.DivClassName
{
background-color: #F5A2E8;
}
.BgClassName
{
background-color: #F5A2E8;
}
</style>
border-color css
<style>
span { border-color: #F5A2E8; }
span { border-color: rgb(245,162,232); }
td.TdClassName
{
border-color: #F5A2E8;
}
.TagClassName
{
border-color: #F5A2E8;
}
</style>