Shades of Mauve #F0AAFF
Tints of Mauve #F0AAFF
RGB
CMYK
RGB Variations
Color information
#F0AAFF (or 0xF0AAFF) is known color: Mauve. HEX triplet: F0, AA and FF. RGB value is (240,170,255). Sum of RGB (Red+Green+Blue) = 240+170+255=665 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.09% from 665); Green value is 170 (66.80% from 255 or 25.56% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0AAFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AAFF is #0F5500. Grayscale: #C8C8C8. Windows color (decimal): -1004801 or 16755440. OLE color: 16755440.
HSL color Cylindrical-coordinate representation of color #F0AAFF: hue angle of 289.41º 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 #F0AAFF is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 170 | 255 | - |
| CMYK | 0.06 | 0.33 | 0 | 0 |
| HSL | 289.41º | 1% | 0.83% | - |
| HSV(B) | 289.41º | 0.33% | 1% | - |
| XYZ | 68.36 | 54.49 | 101.52 | - |
| YUV | 200.62 | 158.69 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 170 | 255 | 0.06 | 0.33 | 0 | 0 | 289.41 | 1 | 0.83 |
| Hex | F0 | AA | FF | 6 | 21 | 0 | 0 | 121 | 64 | 53 |
| Octal | 360 | 252 | 377 | 6 | 41 | 0 | 0 | 441 | 144 | 123 |
| Binary | 11110000 | 10101010 | 11111111 | 110 | 100001 | 0 | 0 | 100100001 | 1100100 | 1010011 |
Color Harmonies of #F0AAFF
Complementary color
Monochromatic Colors of #F0AAFF
Black with #F0AAFF
Text Example
Text Example
White with #F0AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AAFF; }
p { color: rgb(240,170,255); }
H1.HeaderClassName
{
color: #F0AAFF;
}
.AnyTagClassName
{
color: #F0AAFF;
}
</style>
background-color css
<style>
a { background-color: #F0AAFF; }
a { background-color: rgb(240,170,255); }
div.DivClassName
{
background-color: #F0AAFF;
}
.BgClassName
{
background-color: #F0AAFF;
}
</style>
border-color css
<style>
span { border-color: #F0AAFF; }
span { border-color: rgb(240,170,255); }
td.TdClassName
{
border-color: #F0AAFF;
}
.TagClassName
{
border-color: #F0AAFF;
}
</style>