Shades of Mauve #F8ABFE
Tints of Mauve #F8ABFE
RGB
CMYK
RGB Variations
Color information
#F8ABFE (or 0xF8ABFE) is known color: Mauve. HEX triplet: F8, AB and FE. RGB value is (248,171,254). Sum of RGB (Red+Green+Blue) = 248+171+254=673 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.85% from 673); Green value is 171 (67.19% from 255 or 25.41% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8ABFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8ABFE is #075401. Grayscale: #CBCBCB. Windows color (decimal): -480258 or 16690168. OLE color: 16690168.
HSL color Cylindrical-coordinate representation of color #F8ABFE: hue angle of 295.66º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8ABFE is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 171 | 254 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.00 |
| HSL | 295.66º | 0.98% | 0.83% | - |
| HSV(B) | 295.66º | 0.33% | 1% | - |
| XYZ | 71.16 | 56.24 | 100.87 | - |
| YUV | 203.49 | 156.51 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 171 | 254 | 0.02 | 0.33 | 0 | 0.00 | 295.66 | 0.98 | 0.83 |
| Hex | F8 | AB | FE | 2 | 21 | 0 | 0 | 128 | 62 | 53 |
| Octal | 370 | 253 | 376 | 2 | 41 | 0 | 0 | 450 | 142 | 123 |
| Binary | 11111000 | 10101011 | 11111110 | 10 | 100001 | 0 | 0 | 100101000 | 1100010 | 1010011 |
Color Harmonies of #F8ABFE
Complementary color
Monochromatic Colors of #F8ABFE
Black with #F8ABFE
Text Example
Text Example
White with #F8ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ABFE; }
p { color: rgb(248,171,254); }
H1.HeaderClassName
{
color: #F8ABFE;
}
.AnyTagClassName
{
color: #F8ABFE;
}
</style>
background-color css
<style>
a { background-color: #F8ABFE; }
a { background-color: rgb(248,171,254); }
div.DivClassName
{
background-color: #F8ABFE;
}
.BgClassName
{
background-color: #F8ABFE;
}
</style>
border-color css
<style>
span { border-color: #F8ABFE; }
span { border-color: rgb(248,171,254); }
td.TdClassName
{
border-color: #F8ABFE;
}
.TagClassName
{
border-color: #F8ABFE;
}
</style>