Shades of Mauve #F8ABFF
Tints of Mauve #F8ABFF
RGB
CMYK
RGB Variations
Color information
#F8ABFF (or 0xF8ABFF) is known color: Mauve. HEX triplet: F8, AB and FF. RGB value is (248,171,255). Sum of RGB (Red+Green+Blue) = 248+171+255=674 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.80% from 674); Green value is 171 (67.19% from 255 or 25.37% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8ABFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8ABFF is #075400. Grayscale: #CBCBCB. Windows color (decimal): -480257 or 16755704. OLE color: 16755704.
HSL color Cylindrical-coordinate representation of color #F8ABFF: hue angle of 295º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8ABFF is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 171 | 255 | - |
| CMYK | 0.03 | 0.33 | 0 | 0 |
| HSL | 295º | 1% | 0.84% | - |
| HSV(B) | 295º | 0.33% | 1% | - |
| XYZ | 71.32 | 56.3 | 101.72 | - |
| YUV | 203.6 | 157.01 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 171 | 255 | 0.03 | 0.33 | 0 | 0 | 295 | 1 | 0.84 |
| Hex | F8 | AB | FF | 3 | 21 | 0 | 0 | 127 | 64 | 54 |
| Octal | 370 | 253 | 377 | 3 | 41 | 0 | 0 | 447 | 144 | 124 |
| Binary | 11111000 | 10101011 | 11111111 | 11 | 100001 | 0 | 0 | 100100111 | 1100100 | 1010100 |
Color Harmonies of #F8ABFF
Complementary color
Monochromatic Colors of #F8ABFF
Black with #F8ABFF
Text Example
Text Example
White with #F8ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ABFF; }
p { color: rgb(248,171,255); }
H1.HeaderClassName
{
color: #F8ABFF;
}
.AnyTagClassName
{
color: #F8ABFF;
}
</style>
background-color css
<style>
a { background-color: #F8ABFF; }
a { background-color: rgb(248,171,255); }
div.DivClassName
{
background-color: #F8ABFF;
}
.BgClassName
{
background-color: #F8ABFF;
}
</style>
border-color css
<style>
span { border-color: #F8ABFF; }
span { border-color: rgb(248,171,255); }
td.TdClassName
{
border-color: #F8ABFF;
}
.TagClassName
{
border-color: #F8ABFF;
}
</style>