Shades of Mauve #F8A8FF
Tints of Mauve #F8A8FF
RGB
CMYK
RGB Variations
Color information
#F8A8FF (or 0xF8A8FF) is known color: Mauve. HEX triplet: F8, A8 and FF. RGB value is (248,168,255). Sum of RGB (Red+Green+Blue) = 248+168+255=671 (88% of max value = 765). Red value is 248 (97.27% from 255 or 36.96% from 671); Green value is 168 (66.02% from 255 or 25.04% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8A8FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A8FF is #075700. Grayscale: #C9C9C9. Windows color (decimal): -481025 or 16754936. OLE color: 16754936.
HSL color Cylindrical-coordinate representation of color #F8A8FF: hue angle of 295.17º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F8A8FF is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 168 | 255 | - |
| CMYK | 0.03 | 0.34 | 0 | 0 |
| HSL | 295.17º | 1% | 0.83% | - |
| HSV(B) | 295.17º | 0.34% | 1% | - |
| XYZ | 70.76 | 55.18 | 101.53 | - |
| YUV | 201.84 | 158 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 255 | 0.03 | 0.34 | 0 | 0 | 295.17 | 1 | 0.83 |
| Hex | F8 | A8 | FF | 3 | 22 | 0 | 0 | 127 | 64 | 53 |
| Octal | 370 | 250 | 377 | 3 | 42 | 0 | 0 | 447 | 144 | 123 |
| Binary | 11111000 | 10101000 | 11111111 | 11 | 100010 | 0 | 0 | 100100111 | 1100100 | 1010011 |
Color Harmonies of #F8A8FF
Complementary color
Monochromatic Colors of #F8A8FF
Black with #F8A8FF
Text Example
Text Example
White with #F8A8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A8FF; }
p { color: rgb(248,168,255); }
H1.HeaderClassName
{
color: #F8A8FF;
}
.AnyTagClassName
{
color: #F8A8FF;
}
</style>
background-color css
<style>
a { background-color: #F8A8FF; }
a { background-color: rgb(248,168,255); }
div.DivClassName
{
background-color: #F8A8FF;
}
.BgClassName
{
background-color: #F8A8FF;
}
</style>
border-color css
<style>
span { border-color: #F8A8FF; }
span { border-color: rgb(248,168,255); }
td.TdClassName
{
border-color: #F8A8FF;
}
.TagClassName
{
border-color: #F8A8FF;
}
</style>