Shades of Mauve #F8ABFD
Tints of Mauve #F8ABFD
RGB
CMYK
RGB Variations
Color information
#F8ABFD (or 0xF8ABFD) is known color: Mauve. HEX triplet: F8, AB and FD. RGB value is (248,171,253). Sum of RGB (Red+Green+Blue) = 248+171+253=672 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.90% from 672); Green value is 171 (67.19% from 255 or 25.45% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8ABFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8ABFD is #075402. Grayscale: #CBCBCB. Windows color (decimal): -480259 or 16624632. OLE color: 16624632.
HSL color Cylindrical-coordinate representation of color #F8ABFD: hue angle of 296.34º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F8ABFD is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 171 | 253 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.01 |
| HSL | 296.34º | 0.95% | 0.83% | - |
| HSV(B) | 296.34º | 0.32% | 0.99% | - |
| XYZ | 71 | 56.17 | 100.03 | - |
| YUV | 203.37 | 156.01 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 171 | 253 | 0.02 | 0.32 | 0 | 0.01 | 296.34 | 0.95 | 0.83 |
| Hex | F8 | AB | FD | 2 | 20 | 0 | 1 | 128 | 5F | 53 |
| Octal | 370 | 253 | 375 | 2 | 40 | 0 | 1 | 450 | 137 | 123 |
| Binary | 11111000 | 10101011 | 11111101 | 10 | 100000 | 0 | 1 | 100101000 | 1011111 | 1010011 |
Color Harmonies of #F8ABFD
Complementary color
Monochromatic Colors of #F8ABFD
Black with #F8ABFD
Text Example
Text Example
White with #F8ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ABFD; }
p { color: rgb(248,171,253); }
H1.HeaderClassName
{
color: #F8ABFD;
}
.AnyTagClassName
{
color: #F8ABFD;
}
</style>
background-color css
<style>
a { background-color: #F8ABFD; }
a { background-color: rgb(248,171,253); }
div.DivClassName
{
background-color: #F8ABFD;
}
.BgClassName
{
background-color: #F8ABFD;
}
</style>
border-color css
<style>
span { border-color: #F8ABFD; }
span { border-color: rgb(248,171,253); }
td.TdClassName
{
border-color: #F8ABFD;
}
.TagClassName
{
border-color: #F8ABFD;
}
</style>