Shades of Mauve #FAB3FF
Tints of Mauve #FAB3FF
RGB
CMYK
RGB Variations
Color information
#FAB3FF (or 0xFAB3FF) is known color: Mauve. HEX triplet: FA, B3 and FF. RGB value is (250,179,255). Sum of RGB (Red+Green+Blue) = 250+179+255=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 179 (70.31% from 255 or 26.17% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAB3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB3FF is #054C00. Grayscale: #D0D0D0. Windows color (decimal): -347137 or 16757754. OLE color: 16757754.
HSL color Cylindrical-coordinate representation of color #FAB3FF: hue angle of 296.05º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAB3FF is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 179 | 255 | - |
| CMYK | 0.02 | 0.30 | 0 | 0 |
| HSL | 296.05º | 1% | 0.85% | - |
| HSV(B) | 296.05º | 0.3% | 1% | - |
| XYZ | 73.59 | 59.78 | 102.27 | - |
| YUV | 208.89 | 154.02 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 255 | 0.02 | 0.30 | 0 | 0 | 296.05 | 1 | 0.85 |
| Hex | FA | B3 | FF | 2 | 1E | 0 | 0 | 128 | 64 | 55 |
| Octal | 372 | 263 | 377 | 2 | 36 | 0 | 0 | 450 | 144 | 125 |
| Binary | 11111010 | 10110011 | 11111111 | 10 | 11110 | 0 | 0 | 100101000 | 1100100 | 1010101 |
Color Harmonies of #FAB3FF
Complementary color
Monochromatic Colors of #FAB3FF
Black with #FAB3FF
Text Example
Text Example
White with #FAB3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB3FF; }
p { color: rgb(250,179,255); }
H1.HeaderClassName
{
color: #FAB3FF;
}
.AnyTagClassName
{
color: #FAB3FF;
}
</style>
background-color css
<style>
a { background-color: #FAB3FF; }
a { background-color: rgb(250,179,255); }
div.DivClassName
{
background-color: #FAB3FF;
}
.BgClassName
{
background-color: #FAB3FF;
}
</style>
border-color css
<style>
span { border-color: #FAB3FF; }
span { border-color: rgb(250,179,255); }
td.TdClassName
{
border-color: #FAB3FF;
}
.TagClassName
{
border-color: #FAB3FF;
}
</style>