Shades of Lavender Rose #F6AAF1
Tints of Lavender Rose #F6AAF1
RGB
CMYK
RGB Variations
Color information
#F6AAF1 (or 0xF6AAF1) is known color: Lavender Rose. HEX triplet: F6, AA and F1. RGB value is (246,170,241). Sum of RGB (Red+Green+Blue) = 246+170+241=657 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.44% from 657); Green value is 170 (66.80% from 255 or 25.88% from 657); Blue value is 241 (94.53% from 255 or 36.68% from 657); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AAF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6AAF1 is #09550E. Grayscale: #C8C8C8. Windows color (decimal): -611599 or 15837942. OLE color: 15837942.
HSL color Cylindrical-coordinate representation of color #F6AAF1: hue angle of 303.95º 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 #F6AAF1 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 170 | 241 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.04 |
| HSL | 303.95º | 0.81% | 0.82% | - |
| HSV(B) | 303.95º | 0.31% | 0.96% | - |
| XYZ | 68.26 | 54.69 | 90.18 | - |
| YUV | 200.82 | 150.68 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 170 | 241 | 0 | 0.31 | 0.02 | 0.04 | 303.95 | 0.81 | 0.82 |
| Hex | F6 | AA | F1 | 0 | 1F | 2 | 4 | 130 | 51 | 52 |
| Octal | 366 | 252 | 361 | 0 | 37 | 2 | 4 | 460 | 121 | 122 |
| Binary | 11110110 | 10101010 | 11110001 | 0 | 11111 | 10 | 100 | 100110000 | 1010001 | 1010010 |
Color Harmonies of #F6AAF1
Complementary color
Monochromatic Colors of #F6AAF1
Black with #F6AAF1
Text Example
Text Example
White with #F6AAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AAF1; }
p { color: rgb(246,170,241); }
H1.HeaderClassName
{
color: #F6AAF1;
}
.AnyTagClassName
{
color: #F6AAF1;
}
</style>
background-color css
<style>
a { background-color: #F6AAF1; }
a { background-color: rgb(246,170,241); }
div.DivClassName
{
background-color: #F6AAF1;
}
.BgClassName
{
background-color: #F6AAF1;
}
</style>
border-color css
<style>
span { border-color: #F6AAF1; }
span { border-color: rgb(246,170,241); }
td.TdClassName
{
border-color: #F6AAF1;
}
.TagClassName
{
border-color: #F6AAF1;
}
</style>