Shades of Mauve #F2ABFD
Tints of Mauve #F2ABFD
RGB
CMYK
RGB Variations
Color information
#F2ABFD (or 0xF2ABFD) is known color: Mauve. HEX triplet: F2, AB and FD. RGB value is (242,171,253). Sum of RGB (Red+Green+Blue) = 242+171+253=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 171 (67.19% from 255 or 25.68% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2ABFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ABFD is #0D5402. Grayscale: #C9C9C9. Windows color (decimal): -873475 or 16624626. OLE color: 16624626.
HSL color Cylindrical-coordinate representation of color #F2ABFD: hue angle of 291.95º 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 #F2ABFD is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 171 | 253 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.01 |
| HSL | 291.95º | 0.95% | 0.83% | - |
| HSV(B) | 291.95º | 0.32% | 0.99% | - |
| XYZ | 68.91 | 55.09 | 99.93 | - |
| YUV | 201.58 | 157.02 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 253 | 0.04 | 0.32 | 0 | 0.01 | 291.95 | 0.95 | 0.83 |
| Hex | F2 | AB | FD | 4 | 20 | 0 | 1 | 124 | 5F | 53 |
| Octal | 362 | 253 | 375 | 4 | 40 | 0 | 1 | 444 | 137 | 123 |
| Binary | 11110010 | 10101011 | 11111101 | 100 | 100000 | 0 | 1 | 100100100 | 1011111 | 1010011 |
Color Harmonies of #F2ABFD
Complementary color
Monochromatic Colors of #F2ABFD
Black with #F2ABFD
Text Example
Text Example
White with #F2ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ABFD; }
p { color: rgb(242,171,253); }
H1.HeaderClassName
{
color: #F2ABFD;
}
.AnyTagClassName
{
color: #F2ABFD;
}
</style>
background-color css
<style>
a { background-color: #F2ABFD; }
a { background-color: rgb(242,171,253); }
div.DivClassName
{
background-color: #F2ABFD;
}
.BgClassName
{
background-color: #F2ABFD;
}
</style>
border-color css
<style>
span { border-color: #F2ABFD; }
span { border-color: rgb(242,171,253); }
td.TdClassName
{
border-color: #F2ABFD;
}
.TagClassName
{
border-color: #F2ABFD;
}
</style>