Shades of Lavender Rose #F5A7ED
Tints of Lavender Rose #F5A7ED
RGB
CMYK
RGB Variations
Color information
#F5A7ED (or 0xF5A7ED) is known color: Lavender Rose. HEX triplet: F5, A7 and ED. RGB value is (245,167,237). Sum of RGB (Red+Green+Blue) = 245+167+237=649 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.75% from 649); Green value is 167 (65.62% from 255 or 25.73% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A7ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A7ED is #0A5812. Grayscale: #C6C6C6. Windows color (decimal): -677907 or 15575029. OLE color: 15575029.
HSL color Cylindrical-coordinate representation of color #F5A7ED: hue angle of 306.15º 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 #F5A7ED is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 167 | 237 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.04 |
| HSL | 306.15º | 0.8% | 0.81% | - |
| HSV(B) | 306.15º | 0.32% | 0.96% | - |
| XYZ | 66.76 | 53.16 | 86.86 | - |
| YUV | 198.3 | 149.84 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 167 | 237 | 0 | 0.32 | 0.03 | 0.04 | 306.15 | 0.8 | 0.81 |
| Hex | F5 | A7 | ED | 0 | 20 | 3 | 4 | 132 | 50 | 51 |
| Octal | 365 | 247 | 355 | 0 | 40 | 3 | 4 | 462 | 120 | 121 |
| Binary | 11110101 | 10100111 | 11101101 | 0 | 100000 | 11 | 100 | 100110010 | 1010000 | 1010001 |
Color Harmonies of #F5A7ED
Complementary color
Monochromatic Colors of #F5A7ED
Black with #F5A7ED
Text Example
Text Example
White with #F5A7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A7ED; }
p { color: rgb(245,167,237); }
H1.HeaderClassName
{
color: #F5A7ED;
}
.AnyTagClassName
{
color: #F5A7ED;
}
</style>
background-color css
<style>
a { background-color: #F5A7ED; }
a { background-color: rgb(245,167,237); }
div.DivClassName
{
background-color: #F5A7ED;
}
.BgClassName
{
background-color: #F5A7ED;
}
</style>
border-color css
<style>
span { border-color: #F5A7ED; }
span { border-color: rgb(245,167,237); }
td.TdClassName
{
border-color: #F5A7ED;
}
.TagClassName
{
border-color: #F5A7ED;
}
</style>