Shades of Mauve #F2AAFE
Tints of Mauve #F2AAFE
RGB
CMYK
RGB Variations
Color information
#F2AAFE (or 0xF2AAFE) is known color: Mauve. HEX triplet: F2, AA and FE. RGB value is (242,170,254). Sum of RGB (Red+Green+Blue) = 242+170+254=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 170 (66.80% from 255 or 25.53% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2AAFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2AAFE is #0D5501. Grayscale: #C8C8C8. Windows color (decimal): -873730 or 16689906. OLE color: 16689906.
HSL color Cylindrical-coordinate representation of color #F2AAFE: hue angle of 291.43º 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 #F2AAFE is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 170 | 254 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.00 |
| HSL | 291.43º | 0.98% | 0.83% | - |
| HSV(B) | 291.43º | 0.33% | 1% | - |
| XYZ | 68.88 | 54.78 | 100.71 | - |
| YUV | 201.1 | 157.85 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 254 | 0.05 | 0.33 | 0 | 0.00 | 291.43 | 0.98 | 0.83 |
| Hex | F2 | AA | FE | 5 | 21 | 0 | 0 | 123 | 62 | 53 |
| Octal | 362 | 252 | 376 | 5 | 41 | 0 | 0 | 443 | 142 | 123 |
| Binary | 11110010 | 10101010 | 11111110 | 101 | 100001 | 0 | 0 | 100100011 | 1100010 | 1010011 |
Color Harmonies of #F2AAFE
Complementary color
Monochromatic Colors of #F2AAFE
Black with #F2AAFE
Text Example
Text Example
White with #F2AAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AAFE; }
p { color: rgb(242,170,254); }
H1.HeaderClassName
{
color: #F2AAFE;
}
.AnyTagClassName
{
color: #F2AAFE;
}
</style>
background-color css
<style>
a { background-color: #F2AAFE; }
a { background-color: rgb(242,170,254); }
div.DivClassName
{
background-color: #F2AAFE;
}
.BgClassName
{
background-color: #F2AAFE;
}
</style>
border-color css
<style>
span { border-color: #F2AAFE; }
span { border-color: rgb(242,170,254); }
td.TdClassName
{
border-color: #F2AAFE;
}
.TagClassName
{
border-color: #F2AAFE;
}
</style>