Shades of Lavender Rose #F5A6DA
Tints of Lavender Rose #F5A6DA
RGB
CMYK
RGB Variations
Color information
#F5A6DA (or 0xF5A6DA) is known color: Lavender Rose. HEX triplet: F5, A6 and DA. RGB value is (245,166,218). Sum of RGB (Red+Green+Blue) = 245+166+218=629 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.95% from 629); Green value is 166 (65.23% from 255 or 26.39% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A6DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A6DA is #0A5925. Grayscale: #C3C3C3. Windows color (decimal): -678182 or 14329589. OLE color: 14329589.
HSL color Cylindrical-coordinate representation of color #F5A6DA: hue angle of 320.51º 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 #F5A6DA is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 166 | 218 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.04 |
| HSL | 320.51º | 0.8% | 0.81% | - |
| HSV(B) | 320.51º | 0.32% | 0.96% | - |
| XYZ | 63.95 | 51.75 | 72.95 | - |
| YUV | 195.55 | 140.67 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 166 | 218 | 0 | 0.32 | 0.11 | 0.04 | 320.51 | 0.8 | 0.81 |
| Hex | F5 | A6 | DA | 0 | 20 | B | 4 | 141 | 50 | 51 |
| Octal | 365 | 246 | 332 | 0 | 40 | 13 | 4 | 501 | 120 | 121 |
| Binary | 11110101 | 10100110 | 11011010 | 0 | 100000 | 1011 | 100 | 101000001 | 1010000 | 1010001 |
Color Harmonies of #F5A6DA
Complementary color
Monochromatic Colors of #F5A6DA
Black with #F5A6DA
Text Example
Text Example
White with #F5A6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A6DA; }
p { color: rgb(245,166,218); }
H1.HeaderClassName
{
color: #F5A6DA;
}
.AnyTagClassName
{
color: #F5A6DA;
}
</style>
background-color css
<style>
a { background-color: #F5A6DA; }
a { background-color: rgb(245,166,218); }
div.DivClassName
{
background-color: #F5A6DA;
}
.BgClassName
{
background-color: #F5A6DA;
}
</style>
border-color css
<style>
span { border-color: #F5A6DA; }
span { border-color: rgb(245,166,218); }
td.TdClassName
{
border-color: #F5A6DA;
}
.TagClassName
{
border-color: #F5A6DA;
}
</style>