Shades of Mauve #F0AEFC
Tints of Mauve #F0AEFC
RGB
CMYK
RGB Variations
Color information
#F0AEFC (or 0xF0AEFC) is known color: Mauve. HEX triplet: F0, AE and FC. RGB value is (240,174,252). Sum of RGB (Red+Green+Blue) = 240+174+252=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 174 (68.36% from 255 or 26.13% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0AEFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AEFC is #0F5103. Grayscale: #CACACA. Windows color (decimal): -1003780 or 16559856. OLE color: 16559856.
HSL color Cylindrical-coordinate representation of color #F0AEFC: hue angle of 290.77º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0AEFC is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 174 | 252 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.01 |
| HSL | 290.77º | 0.93% | 0.84% | - |
| HSV(B) | 290.77º | 0.31% | 0.99% | - |
| XYZ | 68.64 | 55.83 | 99.25 | - |
| YUV | 202.63 | 155.87 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 174 | 252 | 0.05 | 0.31 | 0 | 0.01 | 290.77 | 0.93 | 0.84 |
| Hex | F0 | AE | FC | 5 | 1F | 0 | 1 | 123 | 5D | 54 |
| Octal | 360 | 256 | 374 | 5 | 37 | 0 | 1 | 443 | 135 | 124 |
| Binary | 11110000 | 10101110 | 11111100 | 101 | 11111 | 0 | 1 | 100100011 | 1011101 | 1010100 |
Color Harmonies of #F0AEFC
Complementary color
Monochromatic Colors of #F0AEFC
Black with #F0AEFC
Text Example
Text Example
White with #F0AEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AEFC; }
p { color: rgb(240,174,252); }
H1.HeaderClassName
{
color: #F0AEFC;
}
.AnyTagClassName
{
color: #F0AEFC;
}
</style>
background-color css
<style>
a { background-color: #F0AEFC; }
a { background-color: rgb(240,174,252); }
div.DivClassName
{
background-color: #F0AEFC;
}
.BgClassName
{
background-color: #F0AEFC;
}
</style>
border-color css
<style>
span { border-color: #F0AEFC; }
span { border-color: rgb(240,174,252); }
td.TdClassName
{
border-color: #F0AEFC;
}
.TagClassName
{
border-color: #F0AEFC;
}
</style>