Shades of Lavender Rose #F5A0D6
Tints of Lavender Rose #F5A0D6
RGB
CMYK
RGB Variations
Color information
#F5A0D6 (or 0xF5A0D6) is known color: Lavender Rose. HEX triplet: F5, A0 and D6. RGB value is (245,160,214). Sum of RGB (Red+Green+Blue) = 245+160+214=619 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.58% from 619); Green value is 160 (62.89% from 255 or 25.85% from 619); Blue value is 214 (83.98% from 255 or 34.57% from 619); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A0D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A0D6 is #0A5F29. Grayscale: #BFBFBF. Windows color (decimal): -679722 or 14065909. OLE color: 14065909.
HSL color Cylindrical-coordinate representation of color #F5A0D6: hue angle of 321.88º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F5A0D6 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 160 | 214 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.04 |
| HSL | 321.88º | 0.81% | 0.79% | - |
| HSV(B) | 321.88º | 0.35% | 0.96% | - |
| XYZ | 62.36 | 49.41 | 69.87 | - |
| YUV | 191.57 | 140.66 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 160 | 214 | 0 | 0.35 | 0.13 | 0.04 | 321.88 | 0.81 | 0.79 |
| Hex | F5 | A0 | D6 | 0 | 23 | D | 4 | 142 | 51 | 4F |
| Octal | 365 | 240 | 326 | 0 | 43 | 15 | 4 | 502 | 121 | 117 |
| Binary | 11110101 | 10100000 | 11010110 | 0 | 100011 | 1101 | 100 | 101000010 | 1010001 | 1001111 |
Color Harmonies of #F5A0D6
Complementary color
Monochromatic Colors of #F5A0D6
Black with #F5A0D6
Text Example
Text Example
White with #F5A0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A0D6; }
p { color: rgb(245,160,214); }
H1.HeaderClassName
{
color: #F5A0D6;
}
.AnyTagClassName
{
color: #F5A0D6;
}
</style>
background-color css
<style>
a { background-color: #F5A0D6; }
a { background-color: rgb(245,160,214); }
div.DivClassName
{
background-color: #F5A0D6;
}
.BgClassName
{
background-color: #F5A0D6;
}
</style>
border-color css
<style>
span { border-color: #F5A0D6; }
span { border-color: rgb(245,160,214); }
td.TdClassName
{
border-color: #F5A0D6;
}
.TagClassName
{
border-color: #F5A0D6;
}
</style>