Shades of Mauve #F8A8FE
Tints of Mauve #F8A8FE
RGB
CMYK
RGB Variations
Color information
#F8A8FE (or 0xF8A8FE) is known color: Mauve. HEX triplet: F8, A8 and FE. RGB value is (248,168,254). Sum of RGB (Red+Green+Blue) = 248+168+254=670 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.01% from 670); Green value is 168 (66.02% from 255 or 25.07% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8A8FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A8FE is #075701. Grayscale: #C9C9C9. Windows color (decimal): -481026 or 16689400. OLE color: 16689400.
HSL color Cylindrical-coordinate representation of color #F8A8FE: hue angle of 295.81º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F8A8FE is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 168 | 254 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.00 |
| HSL | 295.81º | 0.98% | 0.83% | - |
| HSV(B) | 295.81º | 0.34% | 1% | - |
| XYZ | 70.6 | 55.12 | 100.68 | - |
| YUV | 201.72 | 157.5 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 254 | 0.02 | 0.34 | 0 | 0.00 | 295.81 | 0.98 | 0.83 |
| Hex | F8 | A8 | FE | 2 | 22 | 0 | 0 | 128 | 62 | 53 |
| Octal | 370 | 250 | 376 | 2 | 42 | 0 | 0 | 450 | 142 | 123 |
| Binary | 11111000 | 10101000 | 11111110 | 10 | 100010 | 0 | 0 | 100101000 | 1100010 | 1010011 |
Color Harmonies of #F8A8FE
Complementary color
Monochromatic Colors of #F8A8FE
Black with #F8A8FE
Text Example
Text Example
White with #F8A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A8FE; }
p { color: rgb(248,168,254); }
H1.HeaderClassName
{
color: #F8A8FE;
}
.AnyTagClassName
{
color: #F8A8FE;
}
</style>
background-color css
<style>
a { background-color: #F8A8FE; }
a { background-color: rgb(248,168,254); }
div.DivClassName
{
background-color: #F8A8FE;
}
.BgClassName
{
background-color: #F8A8FE;
}
</style>
border-color css
<style>
span { border-color: #F8A8FE; }
span { border-color: rgb(248,168,254); }
td.TdClassName
{
border-color: #F8A8FE;
}
.TagClassName
{
border-color: #F8A8FE;
}
</style>