Shades of Mauve #F6AAFF
Tints of Mauve #F6AAFF
RGB
CMYK
RGB Variations
Color information
#F6AAFF (or 0xF6AAFF) is known color: Mauve. HEX triplet: F6, AA and FF. RGB value is (246,170,255). Sum of RGB (Red+Green+Blue) = 246+170+255=671 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.66% from 671); Green value is 170 (66.80% from 255 or 25.34% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6AAFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6AAFF is #095500. Grayscale: #CACACA. Windows color (decimal): -611585 or 16755446. OLE color: 16755446.
HSL color Cylindrical-coordinate representation of color #F6AAFF: hue angle of 293.65º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6AAFF is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 170 | 255 | - |
| CMYK | 0.04 | 0.33 | 0 | 0 |
| HSL | 293.65º | 1% | 0.83% | - |
| HSV(B) | 293.65º | 0.33% | 1% | - |
| XYZ | 70.43 | 55.56 | 101.62 | - |
| YUV | 202.41 | 157.68 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 170 | 255 | 0.04 | 0.33 | 0 | 0 | 293.65 | 1 | 0.83 |
| Hex | F6 | AA | FF | 4 | 21 | 0 | 0 | 126 | 64 | 53 |
| Octal | 366 | 252 | 377 | 4 | 41 | 0 | 0 | 446 | 144 | 123 |
| Binary | 11110110 | 10101010 | 11111111 | 100 | 100001 | 0 | 0 | 100100110 | 1100100 | 1010011 |
Color Harmonies of #F6AAFF
Complementary color
Monochromatic Colors of #F6AAFF
Black with #F6AAFF
Text Example
Text Example
White with #F6AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AAFF; }
p { color: rgb(246,170,255); }
H1.HeaderClassName
{
color: #F6AAFF;
}
.AnyTagClassName
{
color: #F6AAFF;
}
</style>
background-color css
<style>
a { background-color: #F6AAFF; }
a { background-color: rgb(246,170,255); }
div.DivClassName
{
background-color: #F6AAFF;
}
.BgClassName
{
background-color: #F6AAFF;
}
</style>
border-color css
<style>
span { border-color: #F6AAFF; }
span { border-color: rgb(246,170,255); }
td.TdClassName
{
border-color: #F6AAFF;
}
.TagClassName
{
border-color: #F6AAFF;
}
</style>