Shades of Mauve #F8AEFF
Tints of Mauve #F8AEFF
RGB
CMYK
RGB Variations
Color information
#F8AEFF (or 0xF8AEFF) is known color: Mauve. HEX triplet: F8, AE and FF. RGB value is (248,174,255). Sum of RGB (Red+Green+Blue) = 248+174+255=677 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.63% from 677); Green value is 174 (68.36% from 255 or 25.70% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8AEFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8AEFF is #075100. Grayscale: #CDCDCD. Windows color (decimal): -479489 or 16756472. OLE color: 16756472.
HSL color Cylindrical-coordinate representation of color #F8AEFF: hue angle of 294.81º 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 #F8AEFF is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 174 | 255 | - |
| CMYK | 0.03 | 0.32 | 0 | 0 |
| HSL | 294.81º | 1% | 0.84% | - |
| HSV(B) | 294.81º | 0.32% | 1% | - |
| XYZ | 71.9 | 57.45 | 101.91 | - |
| YUV | 205.36 | 156.02 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 174 | 255 | 0.03 | 0.32 | 0 | 0 | 294.81 | 1 | 0.84 |
| Hex | F8 | AE | FF | 3 | 20 | 0 | 0 | 127 | 64 | 54 |
| Octal | 370 | 256 | 377 | 3 | 40 | 0 | 0 | 447 | 144 | 124 |
| Binary | 11111000 | 10101110 | 11111111 | 11 | 100000 | 0 | 0 | 100100111 | 1100100 | 1010100 |
Color Harmonies of #F8AEFF
Complementary color
Monochromatic Colors of #F8AEFF
Black with #F8AEFF
Text Example
Text Example
White with #F8AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AEFF; }
p { color: rgb(248,174,255); }
H1.HeaderClassName
{
color: #F8AEFF;
}
.AnyTagClassName
{
color: #F8AEFF;
}
</style>
background-color css
<style>
a { background-color: #F8AEFF; }
a { background-color: rgb(248,174,255); }
div.DivClassName
{
background-color: #F8AEFF;
}
.BgClassName
{
background-color: #F8AEFF;
}
</style>
border-color css
<style>
span { border-color: #F8AEFF; }
span { border-color: rgb(248,174,255); }
td.TdClassName
{
border-color: #F8AEFF;
}
.TagClassName
{
border-color: #F8AEFF;
}
</style>