Shades of Mauve #F6AFFA
Tints of Mauve #F6AFFA
RGB
CMYK
RGB Variations
Color information
#F6AFFA (or 0xF6AFFA) is known color: Mauve. HEX triplet: F6, AF and FA. RGB value is (246,175,250). Sum of RGB (Red+Green+Blue) = 246+175+250=671 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.66% from 671); Green value is 175 (68.75% from 255 or 26.08% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6AFFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6AFFA is #095005. Grayscale: #CCCCCC. Windows color (decimal): -610310 or 16429046. OLE color: 16429046.
HSL color Cylindrical-coordinate representation of color #F6AFFA: hue angle of 296.8º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6AFFA is Cyan = 0.02, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 175 | 250 | - |
| CMYK | 0.02 | 0.3 | 0 | 0.02 |
| HSL | 296.8º | 0.88% | 0.83% | - |
| HSV(B) | 296.8º | 0.3% | 0.98% | - |
| XYZ | 70.59 | 57.15 | 97.75 | - |
| YUV | 204.78 | 153.52 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 175 | 250 | 0.02 | 0.3 | 0 | 0.02 | 296.8 | 0.88 | 0.83 |
| Hex | F6 | AF | FA | 2 | 1E | 0 | 2 | 129 | 58 | 53 |
| Octal | 366 | 257 | 372 | 2 | 36 | 0 | 2 | 451 | 130 | 123 |
| Binary | 11110110 | 10101111 | 11111010 | 10 | 11110 | 0 | 10 | 100101001 | 1011000 | 1010011 |
Color Harmonies of #F6AFFA
Complementary color
Monochromatic Colors of #F6AFFA
Black with #F6AFFA
Text Example
Text Example
White with #F6AFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AFFA; }
p { color: rgb(246,175,250); }
H1.HeaderClassName
{
color: #F6AFFA;
}
.AnyTagClassName
{
color: #F6AFFA;
}
</style>
background-color css
<style>
a { background-color: #F6AFFA; }
a { background-color: rgb(246,175,250); }
div.DivClassName
{
background-color: #F6AFFA;
}
.BgClassName
{
background-color: #F6AFFA;
}
</style>
border-color css
<style>
span { border-color: #F6AFFA; }
span { border-color: rgb(246,175,250); }
td.TdClassName
{
border-color: #F6AFFA;
}
.TagClassName
{
border-color: #F6AFFA;
}
</style>