Shades of Mauve #F0ABFD
Tints of Mauve #F0ABFD
RGB
CMYK
RGB Variations
Color information
#F0ABFD (or 0xF0ABFD) is known color: Mauve. HEX triplet: F0, AB and FD. RGB value is (240,171,253). Sum of RGB (Red+Green+Blue) = 240+171+253=664 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.14% from 664); Green value is 171 (67.19% from 255 or 25.75% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0ABFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ABFD is #0F5402. Grayscale: #C8C8C8. Windows color (decimal): -1004547 or 16624624. OLE color: 16624624.
HSL color Cylindrical-coordinate representation of color #F0ABFD: hue angle of 290.49º degrees, saturation: 0.95, 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 #F0ABFD is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 171 | 253 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.01 |
| HSL | 290.49º | 0.95% | 0.83% | - |
| HSV(B) | 290.49º | 0.32% | 0.99% | - |
| XYZ | 68.23 | 54.74 | 99.9 | - |
| YUV | 200.98 | 157.36 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 253 | 0.05 | 0.32 | 0 | 0.01 | 290.49 | 0.95 | 0.83 |
| Hex | F0 | AB | FD | 5 | 20 | 0 | 1 | 122 | 5F | 53 |
| Octal | 360 | 253 | 375 | 5 | 40 | 0 | 1 | 442 | 137 | 123 |
| Binary | 11110000 | 10101011 | 11111101 | 101 | 100000 | 0 | 1 | 100100010 | 1011111 | 1010011 |
Color Harmonies of #F0ABFD
Complementary color
Monochromatic Colors of #F0ABFD
Black with #F0ABFD
Text Example
Text Example
White with #F0ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ABFD; }
p { color: rgb(240,171,253); }
H1.HeaderClassName
{
color: #F0ABFD;
}
.AnyTagClassName
{
color: #F0ABFD;
}
</style>
background-color css
<style>
a { background-color: #F0ABFD; }
a { background-color: rgb(240,171,253); }
div.DivClassName
{
background-color: #F0ABFD;
}
.BgClassName
{
background-color: #F0ABFD;
}
</style>
border-color css
<style>
span { border-color: #F0ABFD; }
span { border-color: rgb(240,171,253); }
td.TdClassName
{
border-color: #F0ABFD;
}
.TagClassName
{
border-color: #F0ABFD;
}
</style>