Shades of Mauve #F7AAFF
Tints of Mauve #F7AAFF
RGB
CMYK
RGB Variations
Color information
#F7AAFF (or 0xF7AAFF) is known color: Mauve. HEX triplet: F7, AA and FF. RGB value is (247,170,255). Sum of RGB (Red+Green+Blue) = 247+170+255=672 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.76% from 672); Green value is 170 (66.80% from 255 or 25.30% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7AAFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7AAFF is #085500. Grayscale: #CACACA. Windows color (decimal): -546049 or 16755447. OLE color: 16755447.
HSL color Cylindrical-coordinate representation of color #F7AAFF: hue angle of 294.35º 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 #F7AAFF is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 170 | 255 | - |
| CMYK | 0.03 | 0.33 | 0 | 0 |
| HSL | 294.35º | 1% | 0.83% | - |
| HSV(B) | 294.35º | 0.33% | 1% | - |
| XYZ | 70.78 | 55.74 | 101.64 | - |
| YUV | 202.71 | 157.51 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 170 | 255 | 0.03 | 0.33 | 0 | 0 | 294.35 | 1 | 0.83 |
| Hex | F7 | AA | FF | 3 | 21 | 0 | 0 | 126 | 64 | 53 |
| Octal | 367 | 252 | 377 | 3 | 41 | 0 | 0 | 446 | 144 | 123 |
| Binary | 11110111 | 10101010 | 11111111 | 11 | 100001 | 0 | 0 | 100100110 | 1100100 | 1010011 |
Color Harmonies of #F7AAFF
Complementary color
Monochromatic Colors of #F7AAFF
Black with #F7AAFF
Text Example
Text Example
White with #F7AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AAFF; }
p { color: rgb(247,170,255); }
H1.HeaderClassName
{
color: #F7AAFF;
}
.AnyTagClassName
{
color: #F7AAFF;
}
</style>
background-color css
<style>
a { background-color: #F7AAFF; }
a { background-color: rgb(247,170,255); }
div.DivClassName
{
background-color: #F7AAFF;
}
.BgClassName
{
background-color: #F7AAFF;
}
</style>
border-color css
<style>
span { border-color: #F7AAFF; }
span { border-color: rgb(247,170,255); }
td.TdClassName
{
border-color: #F7AAFF;
}
.TagClassName
{
border-color: #F7AAFF;
}
</style>