Shades of Lavender Rose #F6A0ED
Tints of Lavender Rose #F6A0ED
RGB
CMYK
RGB Variations
Color information
#F6A0ED (or 0xF6A0ED) is known color: Lavender Rose. HEX triplet: F6, A0 and ED. RGB value is (246,160,237). Sum of RGB (Red+Green+Blue) = 246+160+237=643 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.26% from 643); Green value is 160 (62.89% from 255 or 24.88% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A0ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A0ED is #095F12. Grayscale: #C2C2C2. Windows color (decimal): -614163 or 15573238. OLE color: 15573238.
HSL color Cylindrical-coordinate representation of color #F6A0ED: hue angle of 306.28º 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 #F6A0ED is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 160 | 237 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.04 |
| HSL | 306.28º | 0.83% | 0.8% | - |
| HSV(B) | 306.28º | 0.35% | 0.96% | - |
| XYZ | 65.86 | 50.85 | 86.46 | - |
| YUV | 194.49 | 151.99 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 160 | 237 | 0 | 0.35 | 0.04 | 0.04 | 306.28 | 0.83 | 0.8 |
| Hex | F6 | A0 | ED | 0 | 23 | 4 | 4 | 132 | 53 | 50 |
| Octal | 366 | 240 | 355 | 0 | 43 | 4 | 4 | 462 | 123 | 120 |
| Binary | 11110110 | 10100000 | 11101101 | 0 | 100011 | 100 | 100 | 100110010 | 1010011 | 1010000 |
Color Harmonies of #F6A0ED
Complementary color
Monochromatic Colors of #F6A0ED
Black with #F6A0ED
Text Example
Text Example
White with #F6A0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A0ED; }
p { color: rgb(246,160,237); }
H1.HeaderClassName
{
color: #F6A0ED;
}
.AnyTagClassName
{
color: #F6A0ED;
}
</style>
background-color css
<style>
a { background-color: #F6A0ED; }
a { background-color: rgb(246,160,237); }
div.DivClassName
{
background-color: #F6A0ED;
}
.BgClassName
{
background-color: #F6A0ED;
}
</style>
border-color css
<style>
span { border-color: #F6A0ED; }
span { border-color: rgb(246,160,237); }
td.TdClassName
{
border-color: #F6A0ED;
}
.TagClassName
{
border-color: #F6A0ED;
}
</style>