Shades of Mauve #F0AEF7
Tints of Mauve #F0AEF7
RGB
CMYK
RGB Variations
Color information
#F0AEF7 (or 0xF0AEF7) is known color: Mauve. HEX triplet: F0, AE and F7. RGB value is (240,174,247). Sum of RGB (Red+Green+Blue) = 240+174+247=661 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.31% from 661); Green value is 174 (68.36% from 255 or 26.32% from 661); Blue value is 247 (96.88% from 255 or 37.37% from 661); Max value from RGB is 247 - color contains mainly: blue. Hex color #F0AEF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AEF7 is #0F5108. Grayscale: #C9C9C9. Windows color (decimal): -1003785 or 16232176. OLE color: 16232176.
HSL color Cylindrical-coordinate representation of color #F0AEF7: hue angle of 294.25º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0AEF7 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 174 | 247 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.03 |
| HSL | 294.25º | 0.82% | 0.83% | - |
| HSV(B) | 294.25º | 0.3% | 0.97% | - |
| XYZ | 67.86 | 55.51 | 95.13 | - |
| YUV | 202.06 | 153.37 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 174 | 247 | 0.03 | 0.30 | 0 | 0.03 | 294.25 | 0.82 | 0.83 |
| Hex | F0 | AE | F7 | 3 | 1E | 0 | 3 | 126 | 52 | 53 |
| Octal | 360 | 256 | 367 | 3 | 36 | 0 | 3 | 446 | 122 | 123 |
| Binary | 11110000 | 10101110 | 11110111 | 11 | 11110 | 0 | 11 | 100100110 | 1010010 | 1010011 |
Color Harmonies of #F0AEF7
Complementary color
Monochromatic Colors of #F0AEF7
Black with #F0AEF7
Text Example
Text Example
White with #F0AEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AEF7; }
p { color: rgb(240,174,247); }
H1.HeaderClassName
{
color: #F0AEF7;
}
.AnyTagClassName
{
color: #F0AEF7;
}
</style>
background-color css
<style>
a { background-color: #F0AEF7; }
a { background-color: rgb(240,174,247); }
div.DivClassName
{
background-color: #F0AEF7;
}
.BgClassName
{
background-color: #F0AEF7;
}
</style>
border-color css
<style>
span { border-color: #F0AEF7; }
span { border-color: rgb(240,174,247); }
td.TdClassName
{
border-color: #F0AEF7;
}
.TagClassName
{
border-color: #F0AEF7;
}
</style>