Shades of Mauve #F0ABFC
Tints of Mauve #F0ABFC
RGB
CMYK
RGB Variations
Color information
#F0ABFC (or 0xF0ABFC) is known color: Mauve. HEX triplet: F0, AB and FC. RGB value is (240,171,252). Sum of RGB (Red+Green+Blue) = 240+171+252=663 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.20% from 663); Green value is 171 (67.19% from 255 or 25.79% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0ABFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ABFC is #0F5403. Grayscale: #C8C8C8. Windows color (decimal): -1004548 or 16559088. OLE color: 16559088.
HSL color Cylindrical-coordinate representation of color #F0ABFC: hue angle of 291.11º 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 #F0ABFC is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 171 | 252 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.01 |
| HSL | 291.11º | 0.93% | 0.83% | - |
| HSV(B) | 291.11º | 0.32% | 0.99% | - |
| XYZ | 68.07 | 54.68 | 99.06 | - |
| YUV | 200.87 | 156.86 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 252 | 0.05 | 0.32 | 0 | 0.01 | 291.11 | 0.93 | 0.83 |
| Hex | F0 | AB | FC | 5 | 20 | 0 | 1 | 123 | 5D | 53 |
| Octal | 360 | 253 | 374 | 5 | 40 | 0 | 1 | 443 | 135 | 123 |
| Binary | 11110000 | 10101011 | 11111100 | 101 | 100000 | 0 | 1 | 100100011 | 1011101 | 1010011 |
Color Harmonies of #F0ABFC
Complementary color
Monochromatic Colors of #F0ABFC
Black with #F0ABFC
Text Example
Text Example
White with #F0ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ABFC; }
p { color: rgb(240,171,252); }
H1.HeaderClassName
{
color: #F0ABFC;
}
.AnyTagClassName
{
color: #F0ABFC;
}
</style>
background-color css
<style>
a { background-color: #F0ABFC; }
a { background-color: rgb(240,171,252); }
div.DivClassName
{
background-color: #F0ABFC;
}
.BgClassName
{
background-color: #F0ABFC;
}
</style>
border-color css
<style>
span { border-color: #F0ABFC; }
span { border-color: rgb(240,171,252); }
td.TdClassName
{
border-color: #F0ABFC;
}
.TagClassName
{
border-color: #F0ABFC;
}
</style>