Shades of Mauve #F6ABFC
Tints of Mauve #F6ABFC
RGB
CMYK
RGB Variations
Color information
#F6ABFC (or 0xF6ABFC) is known color: Mauve. HEX triplet: F6, AB and FC. RGB value is (246,171,252). Sum of RGB (Red+Green+Blue) = 246+171+252=669 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.77% from 669); Green value is 171 (67.19% from 255 or 25.56% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #F6ABFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6ABFC is #095403. Grayscale: #CACACA. Windows color (decimal): -611332 or 16559094. OLE color: 16559094.
HSL color Cylindrical-coordinate representation of color #F6ABFC: hue angle of 295.56º 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 #F6ABFC is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 171 | 252 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.01 |
| HSL | 295.56º | 0.93% | 0.83% | - |
| HSV(B) | 295.56º | 0.32% | 0.99% | - |
| XYZ | 70.14 | 55.75 | 99.16 | - |
| YUV | 202.66 | 155.85 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 171 | 252 | 0.02 | 0.32 | 0 | 0.01 | 295.56 | 0.93 | 0.83 |
| Hex | F6 | AB | FC | 2 | 20 | 0 | 1 | 128 | 5D | 53 |
| Octal | 366 | 253 | 374 | 2 | 40 | 0 | 1 | 450 | 135 | 123 |
| Binary | 11110110 | 10101011 | 11111100 | 10 | 100000 | 0 | 1 | 100101000 | 1011101 | 1010011 |
Color Harmonies of #F6ABFC
Complementary color
Monochromatic Colors of #F6ABFC
Black with #F6ABFC
Text Example
Text Example
White with #F6ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ABFC; }
p { color: rgb(246,171,252); }
H1.HeaderClassName
{
color: #F6ABFC;
}
.AnyTagClassName
{
color: #F6ABFC;
}
</style>
background-color css
<style>
a { background-color: #F6ABFC; }
a { background-color: rgb(246,171,252); }
div.DivClassName
{
background-color: #F6ABFC;
}
.BgClassName
{
background-color: #F6ABFC;
}
</style>
border-color css
<style>
span { border-color: #F6ABFC; }
span { border-color: rgb(246,171,252); }
td.TdClassName
{
border-color: #F6ABFC;
}
.TagClassName
{
border-color: #F6ABFC;
}
</style>