Shades of Mauve #F9ABFE
Tints of Mauve #F9ABFE
RGB
CMYK
RGB Variations
Color information
#F9ABFE (or 0xF9ABFE) is known color: Mauve. HEX triplet: F9, AB and FE. RGB value is (249,171,254). Sum of RGB (Red+Green+Blue) = 249+171+254=674 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.94% from 674); Green value is 171 (67.19% from 255 or 25.37% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9ABFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9ABFE is #065401. Grayscale: #CBCBCB. Windows color (decimal): -414722 or 16690169. OLE color: 16690169.
HSL color Cylindrical-coordinate representation of color #F9ABFE: hue angle of 296.39º 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 #F9ABFE is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 171 | 254 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.00 |
| HSL | 296.39º | 0.98% | 0.83% | - |
| HSV(B) | 296.39º | 0.33% | 1% | - |
| XYZ | 71.52 | 56.42 | 100.89 | - |
| YUV | 203.78 | 156.34 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 171 | 254 | 0.02 | 0.33 | 0 | 0.00 | 296.39 | 0.98 | 0.83 |
| Hex | F9 | AB | FE | 2 | 21 | 0 | 0 | 128 | 62 | 53 |
| Octal | 371 | 253 | 376 | 2 | 41 | 0 | 0 | 450 | 142 | 123 |
| Binary | 11111001 | 10101011 | 11111110 | 10 | 100001 | 0 | 0 | 100101000 | 1100010 | 1010011 |
Color Harmonies of #F9ABFE
Complementary color
Monochromatic Colors of #F9ABFE
Black with #F9ABFE
Text Example
Text Example
White with #F9ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ABFE; }
p { color: rgb(249,171,254); }
H1.HeaderClassName
{
color: #F9ABFE;
}
.AnyTagClassName
{
color: #F9ABFE;
}
</style>
background-color css
<style>
a { background-color: #F9ABFE; }
a { background-color: rgb(249,171,254); }
div.DivClassName
{
background-color: #F9ABFE;
}
.BgClassName
{
background-color: #F9ABFE;
}
</style>
border-color css
<style>
span { border-color: #F9ABFE; }
span { border-color: rgb(249,171,254); }
td.TdClassName
{
border-color: #F9ABFE;
}
.TagClassName
{
border-color: #F9ABFE;
}
</style>