Shades of Lavender Rose #F5A1EC
Tints of Lavender Rose #F5A1EC
RGB
CMYK
RGB Variations
Color information
#F5A1EC (or 0xF5A1EC) is known color: Lavender Rose. HEX triplet: F5, A1 and EC. RGB value is (245,161,236). Sum of RGB (Red+Green+Blue) = 245+161+236=642 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.16% from 642); Green value is 161 (63.28% from 255 or 25.08% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A1EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A1EC is #0A5E13. Grayscale: #C2C2C2. Windows color (decimal): -679444 or 15507957. OLE color: 15507957.
HSL color Cylindrical-coordinate representation of color #F5A1EC: hue angle of 306.43º 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 #F5A1EC is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 161 | 236 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.04 |
| HSL | 306.43º | 0.81% | 0.8% | - |
| HSV(B) | 306.43º | 0.34% | 0.96% | - |
| XYZ | 65.54 | 50.96 | 85.74 | - |
| YUV | 194.67 | 151.33 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 161 | 236 | 0 | 0.34 | 0.04 | 0.04 | 306.43 | 0.81 | 0.8 |
| Hex | F5 | A1 | EC | 0 | 22 | 4 | 4 | 132 | 51 | 50 |
| Octal | 365 | 241 | 354 | 0 | 42 | 4 | 4 | 462 | 121 | 120 |
| Binary | 11110101 | 10100001 | 11101100 | 0 | 100010 | 100 | 100 | 100110010 | 1010001 | 1010000 |
Color Harmonies of #F5A1EC
Complementary color
Monochromatic Colors of #F5A1EC
Black with #F5A1EC
Text Example
Text Example
White with #F5A1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A1EC; }
p { color: rgb(245,161,236); }
H1.HeaderClassName
{
color: #F5A1EC;
}
.AnyTagClassName
{
color: #F5A1EC;
}
</style>
background-color css
<style>
a { background-color: #F5A1EC; }
a { background-color: rgb(245,161,236); }
div.DivClassName
{
background-color: #F5A1EC;
}
.BgClassName
{
background-color: #F5A1EC;
}
</style>
border-color css
<style>
span { border-color: #F5A1EC; }
span { border-color: rgb(245,161,236); }
td.TdClassName
{
border-color: #F5A1EC;
}
.TagClassName
{
border-color: #F5A1EC;
}
</style>