Shades of Mauve #F0ABFB
Tints of Mauve #F0ABFB
RGB
CMYK
RGB Variations
Color information
#F0ABFB (or 0xF0ABFB) is known color: Mauve. HEX triplet: F0, AB and FB. RGB value is (240,171,251). Sum of RGB (Red+Green+Blue) = 240+171+251=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 171 (67.19% from 255 or 25.83% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0ABFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ABFB is #0F5404. Grayscale: #C8C8C8. Windows color (decimal): -1004549 or 16493552. OLE color: 16493552.
HSL color Cylindrical-coordinate representation of color #F0ABFB: hue angle of 291.75º degrees, saturation: 0.91, 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 #F0ABFB is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 171 | 251 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.02 |
| HSL | 291.75º | 0.91% | 0.83% | - |
| HSV(B) | 291.75º | 0.32% | 0.98% | - |
| XYZ | 67.91 | 54.62 | 98.23 | - |
| YUV | 200.75 | 156.36 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 251 | 0.04 | 0.32 | 0 | 0.02 | 291.75 | 0.91 | 0.83 |
| Hex | F0 | AB | FB | 4 | 20 | 0 | 2 | 124 | 5B | 53 |
| Octal | 360 | 253 | 373 | 4 | 40 | 0 | 2 | 444 | 133 | 123 |
| Binary | 11110000 | 10101011 | 11111011 | 100 | 100000 | 0 | 10 | 100100100 | 1011011 | 1010011 |
Color Harmonies of #F0ABFB
Complementary color
Monochromatic Colors of #F0ABFB
Black with #F0ABFB
Text Example
Text Example
White with #F0ABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ABFB; }
p { color: rgb(240,171,251); }
H1.HeaderClassName
{
color: #F0ABFB;
}
.AnyTagClassName
{
color: #F0ABFB;
}
</style>
background-color css
<style>
a { background-color: #F0ABFB; }
a { background-color: rgb(240,171,251); }
div.DivClassName
{
background-color: #F0ABFB;
}
.BgClassName
{
background-color: #F0ABFB;
}
</style>
border-color css
<style>
span { border-color: #F0ABFB; }
span { border-color: rgb(240,171,251); }
td.TdClassName
{
border-color: #F0ABFB;
}
.TagClassName
{
border-color: #F0ABFB;
}
</style>