Shades of Mauve #F0AEFF
Tints of Mauve #F0AEFF
RGB
CMYK
RGB Variations
Color information
#F0AEFF (or 0xF0AEFF) is known color: Mauve. HEX triplet: F0, AE and FF. RGB value is (240,174,255). Sum of RGB (Red+Green+Blue) = 240+174+255=669 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.87% from 669); Green value is 174 (68.36% from 255 or 26.01% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0AEFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AEFF is #0F5100. Grayscale: #CACACA. Windows color (decimal): -1003777 or 16756464. OLE color: 16756464.
HSL color Cylindrical-coordinate representation of color #F0AEFF: hue angle of 288.89º 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 #F0AEFF is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 174 | 255 | - |
| CMYK | 0.06 | 0.32 | 0 | 0 |
| HSL | 288.89º | 1% | 0.84% | - |
| HSV(B) | 288.89º | 0.32% | 1% | - |
| XYZ | 69.12 | 56.02 | 101.78 | - |
| YUV | 202.97 | 157.37 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 174 | 255 | 0.06 | 0.32 | 0 | 0 | 288.89 | 1 | 0.84 |
| Hex | F0 | AE | FF | 6 | 20 | 0 | 0 | 121 | 64 | 54 |
| Octal | 360 | 256 | 377 | 6 | 40 | 0 | 0 | 441 | 144 | 124 |
| Binary | 11110000 | 10101110 | 11111111 | 110 | 100000 | 0 | 0 | 100100001 | 1100100 | 1010100 |
Color Harmonies of #F0AEFF
Complementary color
Monochromatic Colors of #F0AEFF
Black with #F0AEFF
Text Example
Text Example
White with #F0AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AEFF; }
p { color: rgb(240,174,255); }
H1.HeaderClassName
{
color: #F0AEFF;
}
.AnyTagClassName
{
color: #F0AEFF;
}
</style>
background-color css
<style>
a { background-color: #F0AEFF; }
a { background-color: rgb(240,174,255); }
div.DivClassName
{
background-color: #F0AEFF;
}
.BgClassName
{
background-color: #F0AEFF;
}
</style>
border-color css
<style>
span { border-color: #F0AEFF; }
span { border-color: rgb(240,174,255); }
td.TdClassName
{
border-color: #F0AEFF;
}
.TagClassName
{
border-color: #F0AEFF;
}
</style>