Shades of Mauve #F7ABFD
Tints of Mauve #F7ABFD
RGB
CMYK
RGB Variations
Color information
#F7ABFD (or 0xF7ABFD) is known color: Mauve. HEX triplet: F7, AB and FD. RGB value is (247,171,253). Sum of RGB (Red+Green+Blue) = 247+171+253=671 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.81% from 671); Green value is 171 (67.19% from 255 or 25.48% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #F7ABFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7ABFD is #085402. Grayscale: #CACACA. Windows color (decimal): -545795 or 16624631. OLE color: 16624631.
HSL color Cylindrical-coordinate representation of color #F7ABFD: hue angle of 295.61º 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 #F7ABFD is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 171 | 253 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.01 |
| HSL | 295.61º | 0.95% | 0.83% | - |
| HSV(B) | 295.61º | 0.32% | 0.99% | - |
| XYZ | 70.65 | 55.99 | 100.01 | - |
| YUV | 203.07 | 156.18 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 171 | 253 | 0.02 | 0.32 | 0 | 0.01 | 295.61 | 0.95 | 0.83 |
| Hex | F7 | AB | FD | 2 | 20 | 0 | 1 | 128 | 5F | 53 |
| Octal | 367 | 253 | 375 | 2 | 40 | 0 | 1 | 450 | 137 | 123 |
| Binary | 11110111 | 10101011 | 11111101 | 10 | 100000 | 0 | 1 | 100101000 | 1011111 | 1010011 |
Color Harmonies of #F7ABFD
Complementary color
Monochromatic Colors of #F7ABFD
Black with #F7ABFD
Text Example
Text Example
White with #F7ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ABFD; }
p { color: rgb(247,171,253); }
H1.HeaderClassName
{
color: #F7ABFD;
}
.AnyTagClassName
{
color: #F7ABFD;
}
</style>
background-color css
<style>
a { background-color: #F7ABFD; }
a { background-color: rgb(247,171,253); }
div.DivClassName
{
background-color: #F7ABFD;
}
.BgClassName
{
background-color: #F7ABFD;
}
</style>
border-color css
<style>
span { border-color: #F7ABFD; }
span { border-color: rgb(247,171,253); }
td.TdClassName
{
border-color: #F7ABFD;
}
.TagClassName
{
border-color: #F7ABFD;
}
</style>