Shades of Mauve #F4ABFD
Tints of Mauve #F4ABFD
RGB
CMYK
RGB Variations
Color information
#F4ABFD (or 0xF4ABFD) is known color: Mauve. HEX triplet: F4, AB and FD. RGB value is (244,171,253). Sum of RGB (Red+Green+Blue) = 244+171+253=668 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.53% from 668); Green value is 171 (67.19% from 255 or 25.60% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #F4ABFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4ABFD is #0B5402. Grayscale: #C9C9C9. Windows color (decimal): -742403 or 16624628. OLE color: 16624628.
HSL color Cylindrical-coordinate representation of color #F4ABFD: hue angle of 293.41º 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 #F4ABFD is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 171 | 253 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.01 |
| HSL | 293.41º | 0.95% | 0.83% | - |
| HSV(B) | 293.41º | 0.32% | 0.99% | - |
| XYZ | 69.6 | 55.45 | 99.96 | - |
| YUV | 202.18 | 156.68 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 171 | 253 | 0.04 | 0.32 | 0 | 0.01 | 293.41 | 0.95 | 0.83 |
| Hex | F4 | AB | FD | 4 | 20 | 0 | 1 | 125 | 5F | 53 |
| Octal | 364 | 253 | 375 | 4 | 40 | 0 | 1 | 445 | 137 | 123 |
| Binary | 11110100 | 10101011 | 11111101 | 100 | 100000 | 0 | 1 | 100100101 | 1011111 | 1010011 |
Color Harmonies of #F4ABFD
Complementary color
Monochromatic Colors of #F4ABFD
Black with #F4ABFD
Text Example
Text Example
White with #F4ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ABFD; }
p { color: rgb(244,171,253); }
H1.HeaderClassName
{
color: #F4ABFD;
}
.AnyTagClassName
{
color: #F4ABFD;
}
</style>
background-color css
<style>
a { background-color: #F4ABFD; }
a { background-color: rgb(244,171,253); }
div.DivClassName
{
background-color: #F4ABFD;
}
.BgClassName
{
background-color: #F4ABFD;
}
</style>
border-color css
<style>
span { border-color: #F4ABFD; }
span { border-color: rgb(244,171,253); }
td.TdClassName
{
border-color: #F4ABFD;
}
.TagClassName
{
border-color: #F4ABFD;
}
</style>