Shades of Mauve #F4ABFC
Tints of Mauve #F4ABFC
RGB
CMYK
RGB Variations
Color information
#F4ABFC (or 0xF4ABFC) is known color: Mauve. HEX triplet: F4, AB and FC. RGB value is (244,171,252). Sum of RGB (Red+Green+Blue) = 244+171+252=667 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.58% from 667); Green value is 171 (67.19% from 255 or 25.64% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #F4ABFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4ABFC is #0B5403. Grayscale: #C9C9C9. Windows color (decimal): -742404 or 16559092. OLE color: 16559092.
HSL color Cylindrical-coordinate representation of color #F4ABFC: hue angle of 294.07º degrees, saturation: 0.93, 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 #F4ABFC is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 171 | 252 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.01 |
| HSL | 294.07º | 0.93% | 0.83% | - |
| HSV(B) | 294.07º | 0.32% | 0.99% | - |
| XYZ | 69.44 | 55.39 | 99.13 | - |
| YUV | 202.06 | 156.18 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 171 | 252 | 0.03 | 0.32 | 0 | 0.01 | 294.07 | 0.93 | 0.83 |
| Hex | F4 | AB | FC | 3 | 20 | 0 | 1 | 126 | 5D | 53 |
| Octal | 364 | 253 | 374 | 3 | 40 | 0 | 1 | 446 | 135 | 123 |
| Binary | 11110100 | 10101011 | 11111100 | 11 | 100000 | 0 | 1 | 100100110 | 1011101 | 1010011 |
Color Harmonies of #F4ABFC
Complementary color
Monochromatic Colors of #F4ABFC
Black with #F4ABFC
Text Example
Text Example
White with #F4ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ABFC; }
p { color: rgb(244,171,252); }
H1.HeaderClassName
{
color: #F4ABFC;
}
.AnyTagClassName
{
color: #F4ABFC;
}
</style>
background-color css
<style>
a { background-color: #F4ABFC; }
a { background-color: rgb(244,171,252); }
div.DivClassName
{
background-color: #F4ABFC;
}
.BgClassName
{
background-color: #F4ABFC;
}
</style>
border-color css
<style>
span { border-color: #F4ABFC; }
span { border-color: rgb(244,171,252); }
td.TdClassName
{
border-color: #F4ABFC;
}
.TagClassName
{
border-color: #F4ABFC;
}
</style>