Shades of Lavender Rose #F5A7EC
Tints of Lavender Rose #F5A7EC
RGB
CMYK
RGB Variations
Color information
#F5A7EC (or 0xF5A7EC) is known color: Lavender Rose. HEX triplet: F5, A7 and EC. RGB value is (245,167,236). Sum of RGB (Red+Green+Blue) = 245+167+236=648 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.81% from 648); Green value is 167 (65.62% from 255 or 25.77% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A7EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A7EC is #0A5813. Grayscale: #C5C5C5. Windows color (decimal): -677908 or 15509493. OLE color: 15509493.
HSL color Cylindrical-coordinate representation of color #F5A7EC: hue angle of 306.92º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F5A7EC is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 167 | 236 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.04 |
| HSL | 306.92º | 0.8% | 0.81% | - |
| HSV(B) | 306.92º | 0.32% | 0.96% | - |
| XYZ | 66.62 | 53.11 | 86.1 | - |
| YUV | 198.19 | 149.34 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 167 | 236 | 0 | 0.32 | 0.04 | 0.04 | 306.92 | 0.8 | 0.81 |
| Hex | F5 | A7 | EC | 0 | 20 | 4 | 4 | 133 | 50 | 51 |
| Octal | 365 | 247 | 354 | 0 | 40 | 4 | 4 | 463 | 120 | 121 |
| Binary | 11110101 | 10100111 | 11101100 | 0 | 100000 | 100 | 100 | 100110011 | 1010000 | 1010001 |
Color Harmonies of #F5A7EC
Complementary color
Monochromatic Colors of #F5A7EC
Black with #F5A7EC
Text Example
Text Example
White with #F5A7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A7EC; }
p { color: rgb(245,167,236); }
H1.HeaderClassName
{
color: #F5A7EC;
}
.AnyTagClassName
{
color: #F5A7EC;
}
</style>
background-color css
<style>
a { background-color: #F5A7EC; }
a { background-color: rgb(245,167,236); }
div.DivClassName
{
background-color: #F5A7EC;
}
.BgClassName
{
background-color: #F5A7EC;
}
</style>
border-color css
<style>
span { border-color: #F5A7EC; }
span { border-color: rgb(245,167,236); }
td.TdClassName
{
border-color: #F5A7EC;
}
.TagClassName
{
border-color: #F5A7EC;
}
</style>