Shades of Lavender Rose #F6AAF2
Tints of Lavender Rose #F6AAF2
RGB
CMYK
RGB Variations
Color information
#F6AAF2 (or 0xF6AAF2) is known color: Lavender Rose. HEX triplet: F6, AA and F2. RGB value is (246,170,242). Sum of RGB (Red+Green+Blue) = 246+170+242=658 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.39% from 658); Green value is 170 (66.80% from 255 or 25.84% from 658); Blue value is 242 (94.92% from 255 or 36.78% from 658); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AAF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6AAF2 is #09550D. Grayscale: #C8C8C8. Windows color (decimal): -611598 or 15903478. OLE color: 15903478.
HSL color Cylindrical-coordinate representation of color #F6AAF2: hue angle of 303.16º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F6AAF2 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 170 | 242 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.04 |
| HSL | 303.16º | 0.81% | 0.82% | - |
| HSV(B) | 303.16º | 0.31% | 0.96% | - |
| XYZ | 68.41 | 54.75 | 90.97 | - |
| YUV | 200.93 | 151.18 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 170 | 242 | 0 | 0.31 | 0.02 | 0.04 | 303.16 | 0.81 | 0.82 |
| Hex | F6 | AA | F2 | 0 | 1F | 2 | 4 | 12F | 51 | 52 |
| Octal | 366 | 252 | 362 | 0 | 37 | 2 | 4 | 457 | 121 | 122 |
| Binary | 11110110 | 10101010 | 11110010 | 0 | 11111 | 10 | 100 | 100101111 | 1010001 | 1010010 |
Color Harmonies of #F6AAF2
Complementary color
Monochromatic Colors of #F6AAF2
Black with #F6AAF2
Text Example
Text Example
White with #F6AAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AAF2; }
p { color: rgb(246,170,242); }
H1.HeaderClassName
{
color: #F6AAF2;
}
.AnyTagClassName
{
color: #F6AAF2;
}
</style>
background-color css
<style>
a { background-color: #F6AAF2; }
a { background-color: rgb(246,170,242); }
div.DivClassName
{
background-color: #F6AAF2;
}
.BgClassName
{
background-color: #F6AAF2;
}
</style>
border-color css
<style>
span { border-color: #F6AAF2; }
span { border-color: rgb(246,170,242); }
td.TdClassName
{
border-color: #F6AAF2;
}
.TagClassName
{
border-color: #F6AAF2;
}
</style>