Shades of Mauve #F2ABFA
Tints of Mauve #F2ABFA
RGB
CMYK
RGB Variations
Color information
#F2ABFA (or 0xF2ABFA) is known color: Mauve. HEX triplet: F2, AB and FA. RGB value is (242,171,250). Sum of RGB (Red+Green+Blue) = 242+171+250=663 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.50% from 663); Green value is 171 (67.19% from 255 or 25.79% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2ABFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ABFA is #0D5405. Grayscale: #C8C8C8. Windows color (decimal): -873478 or 16428018. OLE color: 16428018.
HSL color Cylindrical-coordinate representation of color #F2ABFA: hue angle of 293.92º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F2ABFA is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 171 | 250 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.02 |
| HSL | 293.92º | 0.89% | 0.83% | - |
| HSV(B) | 293.92º | 0.32% | 0.98% | - |
| XYZ | 68.44 | 54.91 | 97.43 | - |
| YUV | 201.24 | 155.52 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 250 | 0.03 | 0.32 | 0 | 0.02 | 293.92 | 0.89 | 0.83 |
| Hex | F2 | AB | FA | 3 | 20 | 0 | 2 | 126 | 59 | 53 |
| Octal | 362 | 253 | 372 | 3 | 40 | 0 | 2 | 446 | 131 | 123 |
| Binary | 11110010 | 10101011 | 11111010 | 11 | 100000 | 0 | 10 | 100100110 | 1011001 | 1010011 |
Color Harmonies of #F2ABFA
Complementary color
Monochromatic Colors of #F2ABFA
Black with #F2ABFA
Text Example
Text Example
White with #F2ABFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ABFA; }
p { color: rgb(242,171,250); }
H1.HeaderClassName
{
color: #F2ABFA;
}
.AnyTagClassName
{
color: #F2ABFA;
}
</style>
background-color css
<style>
a { background-color: #F2ABFA; }
a { background-color: rgb(242,171,250); }
div.DivClassName
{
background-color: #F2ABFA;
}
.BgClassName
{
background-color: #F2ABFA;
}
</style>
border-color css
<style>
span { border-color: #F2ABFA; }
span { border-color: rgb(242,171,250); }
td.TdClassName
{
border-color: #F2ABFA;
}
.TagClassName
{
border-color: #F2ABFA;
}
</style>