Shades of Lavender Rose #F6A0D7
Tints of Lavender Rose #F6A0D7
RGB
CMYK
RGB Variations
Color information
#F6A0D7 (or 0xF6A0D7) is known color: Lavender Rose. HEX triplet: F6, A0 and D7. RGB value is (246,160,215). Sum of RGB (Red+Green+Blue) = 246+160+215=621 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.61% from 621); Green value is 160 (62.89% from 255 or 25.76% from 621); Blue value is 215 (84.38% from 255 or 34.62% from 621); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A0D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A0D7 is #095F28. Grayscale: #BFBFBF. Windows color (decimal): -614185 or 14131446. OLE color: 14131446.
HSL color Cylindrical-coordinate representation of color #F6A0D7: hue angle of 321.63º 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 #F6A0D7 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 160 | 215 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.04 |
| HSL | 321.63º | 0.83% | 0.8% | - |
| HSV(B) | 321.63º | 0.35% | 0.96% | - |
| XYZ | 62.84 | 49.64 | 70.56 | - |
| YUV | 191.98 | 140.99 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 160 | 215 | 0 | 0.35 | 0.13 | 0.04 | 321.63 | 0.83 | 0.8 |
| Hex | F6 | A0 | D7 | 0 | 23 | D | 4 | 142 | 53 | 50 |
| Octal | 366 | 240 | 327 | 0 | 43 | 15 | 4 | 502 | 123 | 120 |
| Binary | 11110110 | 10100000 | 11010111 | 0 | 100011 | 1101 | 100 | 101000010 | 1010011 | 1010000 |
Color Harmonies of #F6A0D7
Complementary color
Monochromatic Colors of #F6A0D7
Black with #F6A0D7
Text Example
Text Example
White with #F6A0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A0D7; }
p { color: rgb(246,160,215); }
H1.HeaderClassName
{
color: #F6A0D7;
}
.AnyTagClassName
{
color: #F6A0D7;
}
</style>
background-color css
<style>
a { background-color: #F6A0D7; }
a { background-color: rgb(246,160,215); }
div.DivClassName
{
background-color: #F6A0D7;
}
.BgClassName
{
background-color: #F6A0D7;
}
</style>
border-color css
<style>
span { border-color: #F6A0D7; }
span { border-color: rgb(246,160,215); }
td.TdClassName
{
border-color: #F6A0D7;
}
.TagClassName
{
border-color: #F6A0D7;
}
</style>