Shades of Lavender Rose #F5A6F0
Tints of Lavender Rose #F5A6F0
RGB
CMYK
RGB Variations
Color information
#F5A6F0 (or 0xF5A6F0) is known color: Lavender Rose. HEX triplet: F5, A6 and F0. RGB value is (245,166,240). Sum of RGB (Red+Green+Blue) = 245+166+240=651 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.63% from 651); Green value is 166 (65.23% from 255 or 25.50% from 651); Blue value is 240 (94.14% from 255 or 36.87% from 651); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A6F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A6F0 is #0A590F. Grayscale: #C5C5C5. Windows color (decimal): -678160 or 15771381. OLE color: 15771381.
HSL color Cylindrical-coordinate representation of color #F5A6F0: hue angle of 303.8º 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 #F5A6F0 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 166 | 240 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.04 |
| HSL | 303.8º | 0.8% | 0.81% | - |
| HSV(B) | 303.8º | 0.32% | 0.96% | - |
| XYZ | 67.02 | 52.98 | 89.13 | - |
| YUV | 198.06 | 151.67 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 166 | 240 | 0 | 0.32 | 0.02 | 0.04 | 303.8 | 0.8 | 0.81 |
| Hex | F5 | A6 | F0 | 0 | 20 | 2 | 4 | 130 | 50 | 51 |
| Octal | 365 | 246 | 360 | 0 | 40 | 2 | 4 | 460 | 120 | 121 |
| Binary | 11110101 | 10100110 | 11110000 | 0 | 100000 | 10 | 100 | 100110000 | 1010000 | 1010001 |
Color Harmonies of #F5A6F0
Complementary color
Monochromatic Colors of #F5A6F0
Black with #F5A6F0
Text Example
Text Example
White with #F5A6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A6F0; }
p { color: rgb(245,166,240); }
H1.HeaderClassName
{
color: #F5A6F0;
}
.AnyTagClassName
{
color: #F5A6F0;
}
</style>
background-color css
<style>
a { background-color: #F5A6F0; }
a { background-color: rgb(245,166,240); }
div.DivClassName
{
background-color: #F5A6F0;
}
.BgClassName
{
background-color: #F5A6F0;
}
</style>
border-color css
<style>
span { border-color: #F5A6F0; }
span { border-color: rgb(245,166,240); }
td.TdClassName
{
border-color: #F5A6F0;
}
.TagClassName
{
border-color: #F5A6F0;
}
</style>