Shades of Mauve #F8AAFF
Tints of Mauve #F8AAFF
RGB
CMYK
RGB Variations
Color information
#F8AAFF (or 0xF8AAFF) is known color: Mauve. HEX triplet: F8, AA and FF. RGB value is (248,170,255). Sum of RGB (Red+Green+Blue) = 248+170+255=673 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.85% from 673); Green value is 170 (66.80% from 255 or 25.26% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8AAFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8AAFF is #075500. Grayscale: #CACACA. Windows color (decimal): -480513 or 16755448. OLE color: 16755448.
HSL color Cylindrical-coordinate representation of color #F8AAFF: hue angle of 295.06º 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 #F8AAFF is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 170 | 255 | - |
| CMYK | 0.03 | 0.33 | 0 | 0 |
| HSL | 295.06º | 1% | 0.83% | - |
| HSV(B) | 295.06º | 0.33% | 1% | - |
| XYZ | 71.14 | 55.93 | 101.65 | - |
| YUV | 203.01 | 157.34 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 170 | 255 | 0.03 | 0.33 | 0 | 0 | 295.06 | 1 | 0.83 |
| Hex | F8 | AA | FF | 3 | 21 | 0 | 0 | 127 | 64 | 53 |
| Octal | 370 | 252 | 377 | 3 | 41 | 0 | 0 | 447 | 144 | 123 |
| Binary | 11111000 | 10101010 | 11111111 | 11 | 100001 | 0 | 0 | 100100111 | 1100100 | 1010011 |
Color Harmonies of #F8AAFF
Complementary color
Monochromatic Colors of #F8AAFF
Black with #F8AAFF
Text Example
Text Example
White with #F8AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AAFF; }
p { color: rgb(248,170,255); }
H1.HeaderClassName
{
color: #F8AAFF;
}
.AnyTagClassName
{
color: #F8AAFF;
}
</style>
background-color css
<style>
a { background-color: #F8AAFF; }
a { background-color: rgb(248,170,255); }
div.DivClassName
{
background-color: #F8AAFF;
}
.BgClassName
{
background-color: #F8AAFF;
}
</style>
border-color css
<style>
span { border-color: #F8AAFF; }
span { border-color: rgb(248,170,255); }
td.TdClassName
{
border-color: #F8AAFF;
}
.TagClassName
{
border-color: #F8AAFF;
}
</style>