Shades of Mauve #F0ABFE
Tints of Mauve #F0ABFE
RGB
CMYK
RGB Variations
Color information
#F0ABFE (or 0xF0ABFE) is known color: Mauve. HEX triplet: F0, AB and FE. RGB value is (240,171,254). Sum of RGB (Red+Green+Blue) = 240+171+254=665 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.09% from 665); Green value is 171 (67.19% from 255 or 25.71% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0ABFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ABFE is #0F5401. Grayscale: #C8C8C8. Windows color (decimal): -1004546 or 16690160. OLE color: 16690160.
HSL color Cylindrical-coordinate representation of color #F0ABFE: hue angle of 289.88º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0ABFE is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 171 | 254 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.00 |
| HSL | 289.88º | 0.98% | 0.83% | - |
| HSV(B) | 289.88º | 0.33% | 1% | - |
| XYZ | 68.39 | 54.81 | 100.74 | - |
| YUV | 201.09 | 157.86 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 254 | 0.06 | 0.33 | 0 | 0.00 | 289.88 | 0.98 | 0.83 |
| Hex | F0 | AB | FE | 6 | 21 | 0 | 0 | 122 | 62 | 53 |
| Octal | 360 | 253 | 376 | 6 | 41 | 0 | 0 | 442 | 142 | 123 |
| Binary | 11110000 | 10101011 | 11111110 | 110 | 100001 | 0 | 0 | 100100010 | 1100010 | 1010011 |
Color Harmonies of #F0ABFE
Complementary color
Monochromatic Colors of #F0ABFE
Black with #F0ABFE
Text Example
Text Example
White with #F0ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ABFE; }
p { color: rgb(240,171,254); }
H1.HeaderClassName
{
color: #F0ABFE;
}
.AnyTagClassName
{
color: #F0ABFE;
}
</style>
background-color css
<style>
a { background-color: #F0ABFE; }
a { background-color: rgb(240,171,254); }
div.DivClassName
{
background-color: #F0ABFE;
}
.BgClassName
{
background-color: #F0ABFE;
}
</style>
border-color css
<style>
span { border-color: #F0ABFE; }
span { border-color: rgb(240,171,254); }
td.TdClassName
{
border-color: #F0ABFE;
}
.TagClassName
{
border-color: #F0ABFE;
}
</style>