Shades of Mauve #F0AAFE
Tints of Mauve #F0AAFE
RGB
CMYK
RGB Variations
Color information
#F0AAFE (or 0xF0AAFE) is known color: Mauve. HEX triplet: F0, AA and FE. RGB value is (240,170,254). Sum of RGB (Red+Green+Blue) = 240+170+254=664 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.14% from 664); Green value is 170 (66.80% from 255 or 25.60% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0AAFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AAFE is #0F5501. Grayscale: #C8C8C8. Windows color (decimal): -1004802 or 16689904. OLE color: 16689904.
HSL color Cylindrical-coordinate representation of color #F0AAFE: hue angle of 290º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0AAFE is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 170 | 254 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.00 |
| HSL | 290º | 0.98% | 0.83% | - |
| HSV(B) | 290º | 0.33% | 1% | - |
| XYZ | 68.2 | 54.43 | 100.68 | - |
| YUV | 200.51 | 158.19 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 170 | 254 | 0.06 | 0.33 | 0 | 0.00 | 290 | 0.98 | 0.83 |
| Hex | F0 | AA | FE | 6 | 21 | 0 | 0 | 122 | 62 | 53 |
| Octal | 360 | 252 | 376 | 6 | 41 | 0 | 0 | 442 | 142 | 123 |
| Binary | 11110000 | 10101010 | 11111110 | 110 | 100001 | 0 | 0 | 100100010 | 1100010 | 1010011 |
Color Harmonies of #F0AAFE
Complementary color
Monochromatic Colors of #F0AAFE
Black with #F0AAFE
Text Example
Text Example
White with #F0AAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AAFE; }
p { color: rgb(240,170,254); }
H1.HeaderClassName
{
color: #F0AAFE;
}
.AnyTagClassName
{
color: #F0AAFE;
}
</style>
background-color css
<style>
a { background-color: #F0AAFE; }
a { background-color: rgb(240,170,254); }
div.DivClassName
{
background-color: #F0AAFE;
}
.BgClassName
{
background-color: #F0AAFE;
}
</style>
border-color css
<style>
span { border-color: #F0AAFE; }
span { border-color: rgb(240,170,254); }
td.TdClassName
{
border-color: #F0AAFE;
}
.TagClassName
{
border-color: #F0AAFE;
}
</style>