Shades of Mauve #F2AEFF
Tints of Mauve #F2AEFF
RGB
CMYK
RGB Variations
Color information
#F2AEFF (or 0xF2AEFF) is known color: Mauve. HEX triplet: F2, AE and FF. RGB value is (242,174,255). Sum of RGB (Red+Green+Blue) = 242+174+255=671 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.07% from 671); Green value is 174 (68.36% from 255 or 25.93% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2AEFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2AEFF is #0D5100. Grayscale: #CBCBCB. Windows color (decimal): -872705 or 16756466. OLE color: 16756466.
HSL color Cylindrical-coordinate representation of color #F2AEFF: hue angle of 290.37º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F2AEFF is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 174 | 255 | - |
| CMYK | 0.05 | 0.32 | 0 | 0 |
| HSL | 290.37º | 1% | 0.84% | - |
| HSV(B) | 290.37º | 0.32% | 1% | - |
| XYZ | 69.8 | 56.37 | 101.81 | - |
| YUV | 203.57 | 157.03 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 174 | 255 | 0.05 | 0.32 | 0 | 0 | 290.37 | 1 | 0.84 |
| Hex | F2 | AE | FF | 5 | 20 | 0 | 0 | 122 | 64 | 54 |
| Octal | 362 | 256 | 377 | 5 | 40 | 0 | 0 | 442 | 144 | 124 |
| Binary | 11110010 | 10101110 | 11111111 | 101 | 100000 | 0 | 0 | 100100010 | 1100100 | 1010100 |
Color Harmonies of #F2AEFF
Complementary color
Monochromatic Colors of #F2AEFF
Black with #F2AEFF
Text Example
Text Example
White with #F2AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AEFF; }
p { color: rgb(242,174,255); }
H1.HeaderClassName
{
color: #F2AEFF;
}
.AnyTagClassName
{
color: #F2AEFF;
}
</style>
background-color css
<style>
a { background-color: #F2AEFF; }
a { background-color: rgb(242,174,255); }
div.DivClassName
{
background-color: #F2AEFF;
}
.BgClassName
{
background-color: #F2AEFF;
}
</style>
border-color css
<style>
span { border-color: #F2AEFF; }
span { border-color: rgb(242,174,255); }
td.TdClassName
{
border-color: #F2AEFF;
}
.TagClassName
{
border-color: #F2AEFF;
}
</style>