Shades of Mauve #F7ABFE
Tints of Mauve #F7ABFE
RGB
CMYK
RGB Variations
Color information
#F7ABFE (or 0xF7ABFE) is known color: Mauve. HEX triplet: F7, AB and FE. RGB value is (247,171,254). Sum of RGB (Red+Green+Blue) = 247+171+254=672 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.76% from 672); Green value is 171 (67.19% from 255 or 25.45% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7ABFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7ABFE is #085401. Grayscale: #CACACA. Windows color (decimal): -545794 or 16690167. OLE color: 16690167.
HSL color Cylindrical-coordinate representation of color #F7ABFE: hue angle of 294.94º 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 #F7ABFE is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 171 | 254 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.00 |
| HSL | 294.94º | 0.98% | 0.83% | - |
| HSV(B) | 294.94º | 0.33% | 1% | - |
| XYZ | 70.81 | 56.06 | 100.85 | - |
| YUV | 203.19 | 156.68 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 171 | 254 | 0.03 | 0.33 | 0 | 0.00 | 294.94 | 0.98 | 0.83 |
| Hex | F7 | AB | FE | 3 | 21 | 0 | 0 | 127 | 62 | 53 |
| Octal | 367 | 253 | 376 | 3 | 41 | 0 | 0 | 447 | 142 | 123 |
| Binary | 11110111 | 10101011 | 11111110 | 11 | 100001 | 0 | 0 | 100100111 | 1100010 | 1010011 |
Color Harmonies of #F7ABFE
Complementary color
Monochromatic Colors of #F7ABFE
Black with #F7ABFE
Text Example
Text Example
White with #F7ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ABFE; }
p { color: rgb(247,171,254); }
H1.HeaderClassName
{
color: #F7ABFE;
}
.AnyTagClassName
{
color: #F7ABFE;
}
</style>
background-color css
<style>
a { background-color: #F7ABFE; }
a { background-color: rgb(247,171,254); }
div.DivClassName
{
background-color: #F7ABFE;
}
.BgClassName
{
background-color: #F7ABFE;
}
</style>
border-color css
<style>
span { border-color: #F7ABFE; }
span { border-color: rgb(247,171,254); }
td.TdClassName
{
border-color: #F7ABFE;
}
.TagClassName
{
border-color: #F7ABFE;
}
</style>