Shades of Mauve #F2ABF8
Tints of Mauve #F2ABF8
RGB
CMYK
RGB Variations
Color information
#F2ABF8 (or 0xF2ABF8) is known color: Mauve. HEX triplet: F2, AB and F8. RGB value is (242,171,248). Sum of RGB (Red+Green+Blue) = 242+171+248=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 171 (67.19% from 255 or 25.87% from 661); Blue value is 248 (97.27% from 255 or 37.52% from 661); Max value from RGB is 248 - color contains mainly: blue. Hex color #F2ABF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ABF8 is #0D5407. Grayscale: #C8C8C8. Windows color (decimal): -873480 or 16296946. OLE color: 16296946.
HSL color Cylindrical-coordinate representation of color #F2ABF8: hue angle of 295.32º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2ABF8 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 171 | 248 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.03 |
| HSL | 295.32º | 0.85% | 0.82% | - |
| HSV(B) | 295.32º | 0.31% | 0.97% | - |
| XYZ | 68.12 | 54.78 | 95.79 | - |
| YUV | 201.01 | 154.52 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 248 | 0.02 | 0.31 | 0 | 0.03 | 295.32 | 0.85 | 0.82 |
| Hex | F2 | AB | F8 | 2 | 1F | 0 | 3 | 127 | 55 | 52 |
| Octal | 362 | 253 | 370 | 2 | 37 | 0 | 3 | 447 | 125 | 122 |
| Binary | 11110010 | 10101011 | 11111000 | 10 | 11111 | 0 | 11 | 100100111 | 1010101 | 1010010 |
Color Harmonies of #F2ABF8
Complementary color
Monochromatic Colors of #F2ABF8
Black with #F2ABF8
Text Example
Text Example
White with #F2ABF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ABF8; }
p { color: rgb(242,171,248); }
H1.HeaderClassName
{
color: #F2ABF8;
}
.AnyTagClassName
{
color: #F2ABF8;
}
</style>
background-color css
<style>
a { background-color: #F2ABF8; }
a { background-color: rgb(242,171,248); }
div.DivClassName
{
background-color: #F2ABF8;
}
.BgClassName
{
background-color: #F2ABF8;
}
</style>
border-color css
<style>
span { border-color: #F2ABF8; }
span { border-color: rgb(242,171,248); }
td.TdClassName
{
border-color: #F2ABF8;
}
.TagClassName
{
border-color: #F2ABF8;
}
</style>