Shades of Lavender Rose #F6A0DA
Tints of Lavender Rose #F6A0DA
RGB
CMYK
RGB Variations
Color information
#F6A0DA (or 0xF6A0DA) is known color: Lavender Rose. HEX triplet: F6, A0 and DA. RGB value is (246,160,218). Sum of RGB (Red+Green+Blue) = 246+160+218=624 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.42% from 624); Green value is 160 (62.89% from 255 or 25.64% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A0DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A0DA is #095F25. Grayscale: #C0C0C0. Windows color (decimal): -614182 or 14328054. OLE color: 14328054.
HSL color Cylindrical-coordinate representation of color #F6A0DA: hue angle of 319.53º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F6A0DA is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 160 | 218 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.04 |
| HSL | 319.53º | 0.83% | 0.8% | - |
| HSV(B) | 319.53º | 0.35% | 0.96% | - |
| XYZ | 63.23 | 49.8 | 72.61 | - |
| YUV | 192.33 | 142.49 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 160 | 218 | 0 | 0.35 | 0.11 | 0.04 | 319.53 | 0.83 | 0.8 |
| Hex | F6 | A0 | DA | 0 | 23 | B | 4 | 140 | 53 | 50 |
| Octal | 366 | 240 | 332 | 0 | 43 | 13 | 4 | 500 | 123 | 120 |
| Binary | 11110110 | 10100000 | 11011010 | 0 | 100011 | 1011 | 100 | 101000000 | 1010011 | 1010000 |
Color Harmonies of #F6A0DA
Complementary color
Monochromatic Colors of #F6A0DA
Black with #F6A0DA
Text Example
Text Example
White with #F6A0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A0DA; }
p { color: rgb(246,160,218); }
H1.HeaderClassName
{
color: #F6A0DA;
}
.AnyTagClassName
{
color: #F6A0DA;
}
</style>
background-color css
<style>
a { background-color: #F6A0DA; }
a { background-color: rgb(246,160,218); }
div.DivClassName
{
background-color: #F6A0DA;
}
.BgClassName
{
background-color: #F6A0DA;
}
</style>
border-color css
<style>
span { border-color: #F6A0DA; }
span { border-color: rgb(246,160,218); }
td.TdClassName
{
border-color: #F6A0DA;
}
.TagClassName
{
border-color: #F6A0DA;
}
</style>