Shades of Mauve #F8A4FE
Tints of Mauve #F8A4FE
RGB
CMYK
RGB Variations
Color information
#F8A4FE (or 0xF8A4FE) is known color: Mauve. HEX triplet: F8, A4 and FE. RGB value is (248,164,254). Sum of RGB (Red+Green+Blue) = 248+164+254=666 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.24% from 666); Green value is 164 (64.45% from 255 or 24.62% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8A4FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A4FE is #075B01. Grayscale: #C7C7C7. Windows color (decimal): -482050 or 16688376. OLE color: 16688376.
HSL color Cylindrical-coordinate representation of color #F8A4FE: hue angle of 296º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8A4FE is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 164 | 254 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.00 |
| HSL | 296º | 0.98% | 0.82% | - |
| HSV(B) | 296º | 0.35% | 1% | - |
| XYZ | 69.88 | 53.66 | 100.44 | - |
| YUV | 199.38 | 158.83 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 164 | 254 | 0.02 | 0.35 | 0 | 0.00 | 296 | 0.98 | 0.82 |
| Hex | F8 | A4 | FE | 2 | 23 | 0 | 0 | 128 | 62 | 52 |
| Octal | 370 | 244 | 376 | 2 | 43 | 0 | 0 | 450 | 142 | 122 |
| Binary | 11111000 | 10100100 | 11111110 | 10 | 100011 | 0 | 0 | 100101000 | 1100010 | 1010010 |
Color Harmonies of #F8A4FE
Complementary color
Monochromatic Colors of #F8A4FE
Black with #F8A4FE
Text Example
Text Example
White with #F8A4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A4FE; }
p { color: rgb(248,164,254); }
H1.HeaderClassName
{
color: #F8A4FE;
}
.AnyTagClassName
{
color: #F8A4FE;
}
</style>
background-color css
<style>
a { background-color: #F8A4FE; }
a { background-color: rgb(248,164,254); }
div.DivClassName
{
background-color: #F8A4FE;
}
.BgClassName
{
background-color: #F8A4FE;
}
</style>
border-color css
<style>
span { border-color: #F8A4FE; }
span { border-color: rgb(248,164,254); }
td.TdClassName
{
border-color: #F8A4FE;
}
.TagClassName
{
border-color: #F8A4FE;
}
</style>