Shades of Mauve #F1ABFD
Tints of Mauve #F1ABFD
RGB
CMYK
RGB Variations
Color information
#F1ABFD (or 0xF1ABFD) is known color: Mauve. HEX triplet: F1, AB and FD. RGB value is (241,171,253). Sum of RGB (Red+Green+Blue) = 241+171+253=665 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.24% from 665); Green value is 171 (67.19% from 255 or 25.71% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1ABFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ABFD is #0E5402. Grayscale: #C9C9C9. Windows color (decimal): -939011 or 16624625. OLE color: 16624625.
HSL color Cylindrical-coordinate representation of color #F1ABFD: hue angle of 291.22º 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 #F1ABFD is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 171 | 253 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.01 |
| HSL | 291.22º | 0.95% | 0.83% | - |
| HSV(B) | 291.22º | 0.32% | 0.99% | - |
| XYZ | 68.57 | 54.92 | 99.91 | - |
| YUV | 201.28 | 157.19 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 171 | 253 | 0.05 | 0.32 | 0 | 0.01 | 291.22 | 0.95 | 0.83 |
| Hex | F1 | AB | FD | 5 | 20 | 0 | 1 | 123 | 5F | 53 |
| Octal | 361 | 253 | 375 | 5 | 40 | 0 | 1 | 443 | 137 | 123 |
| Binary | 11110001 | 10101011 | 11111101 | 101 | 100000 | 0 | 1 | 100100011 | 1011111 | 1010011 |
Color Harmonies of #F1ABFD
Complementary color
Monochromatic Colors of #F1ABFD
Black with #F1ABFD
Text Example
Text Example
White with #F1ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ABFD; }
p { color: rgb(241,171,253); }
H1.HeaderClassName
{
color: #F1ABFD;
}
.AnyTagClassName
{
color: #F1ABFD;
}
</style>
background-color css
<style>
a { background-color: #F1ABFD; }
a { background-color: rgb(241,171,253); }
div.DivClassName
{
background-color: #F1ABFD;
}
.BgClassName
{
background-color: #F1ABFD;
}
</style>
border-color css
<style>
span { border-color: #F1ABFD; }
span { border-color: rgb(241,171,253); }
td.TdClassName
{
border-color: #F1ABFD;
}
.TagClassName
{
border-color: #F1ABFD;
}
</style>