Shades of Lavender Rose #F5A1ED
Tints of Lavender Rose #F5A1ED
RGB
CMYK
RGB Variations
Color information
#F5A1ED (or 0xF5A1ED) is known color: Lavender Rose. HEX triplet: F5, A1 and ED. RGB value is (245,161,237). Sum of RGB (Red+Green+Blue) = 245+161+237=643 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.10% from 643); Green value is 161 (63.28% from 255 or 25.04% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A1ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A1ED is #0A5E12. Grayscale: #C2C2C2. Windows color (decimal): -679443 or 15573493. OLE color: 15573493.
HSL color Cylindrical-coordinate representation of color #F5A1ED: hue angle of 305.71º 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 #F5A1ED is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 161 | 237 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.04 |
| HSL | 305.71º | 0.81% | 0.8% | - |
| HSV(B) | 305.71º | 0.34% | 0.96% | - |
| XYZ | 65.69 | 51.02 | 86.51 | - |
| YUV | 194.78 | 151.83 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 161 | 237 | 0 | 0.34 | 0.03 | 0.04 | 305.71 | 0.81 | 0.8 |
| Hex | F5 | A1 | ED | 0 | 22 | 3 | 4 | 132 | 51 | 50 |
| Octal | 365 | 241 | 355 | 0 | 42 | 3 | 4 | 462 | 121 | 120 |
| Binary | 11110101 | 10100001 | 11101101 | 0 | 100010 | 11 | 100 | 100110010 | 1010001 | 1010000 |
Color Harmonies of #F5A1ED
Complementary color
Monochromatic Colors of #F5A1ED
Black with #F5A1ED
Text Example
Text Example
White with #F5A1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A1ED; }
p { color: rgb(245,161,237); }
H1.HeaderClassName
{
color: #F5A1ED;
}
.AnyTagClassName
{
color: #F5A1ED;
}
</style>
background-color css
<style>
a { background-color: #F5A1ED; }
a { background-color: rgb(245,161,237); }
div.DivClassName
{
background-color: #F5A1ED;
}
.BgClassName
{
background-color: #F5A1ED;
}
</style>
border-color css
<style>
span { border-color: #F5A1ED; }
span { border-color: rgb(245,161,237); }
td.TdClassName
{
border-color: #F5A1ED;
}
.TagClassName
{
border-color: #F5A1ED;
}
</style>