Shades of Mauve #F4AEF9
Tints of Mauve #F4AEF9
RGB
CMYK
RGB Variations
Color information
#F4AEF9 (or 0xF4AEF9) is known color: Mauve. HEX triplet: F4, AE and F9. RGB value is (244,174,249). Sum of RGB (Red+Green+Blue) = 244+174+249=667 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.58% from 667); Green value is 174 (68.36% from 255 or 26.09% from 667); Blue value is 249 (97.66% from 255 or 37.33% from 667); Max value from RGB is 249 - color contains mainly: blue. Hex color #F4AEF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4AEF9 is #0B5106. Grayscale: #CBCBCB. Windows color (decimal): -741639 or 16363252. OLE color: 16363252.
HSL color Cylindrical-coordinate representation of color #F4AEF9: hue angle of 296º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4AEF9 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 174 | 249 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.02 |
| HSL | 296º | 0.86% | 0.83% | - |
| HSV(B) | 296º | 0.3% | 0.98% | - |
| XYZ | 69.54 | 56.34 | 96.83 | - |
| YUV | 203.48 | 153.69 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 174 | 249 | 0.02 | 0.30 | 0 | 0.02 | 296 | 0.86 | 0.83 |
| Hex | F4 | AE | F9 | 2 | 1E | 0 | 2 | 128 | 56 | 53 |
| Octal | 364 | 256 | 371 | 2 | 36 | 0 | 2 | 450 | 126 | 123 |
| Binary | 11110100 | 10101110 | 11111001 | 10 | 11110 | 0 | 10 | 100101000 | 1010110 | 1010011 |
Color Harmonies of #F4AEF9
Complementary color
Monochromatic Colors of #F4AEF9
Black with #F4AEF9
Text Example
Text Example
White with #F4AEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AEF9; }
p { color: rgb(244,174,249); }
H1.HeaderClassName
{
color: #F4AEF9;
}
.AnyTagClassName
{
color: #F4AEF9;
}
</style>
background-color css
<style>
a { background-color: #F4AEF9; }
a { background-color: rgb(244,174,249); }
div.DivClassName
{
background-color: #F4AEF9;
}
.BgClassName
{
background-color: #F4AEF9;
}
</style>
border-color css
<style>
span { border-color: #F4AEF9; }
span { border-color: rgb(244,174,249); }
td.TdClassName
{
border-color: #F4AEF9;
}
.TagClassName
{
border-color: #F4AEF9;
}
</style>