Shades of Mauve #FAB3FE
Tints of Mauve #FAB3FE
RGB
CMYK
RGB Variations
Color information
#FAB3FE (or 0xFAB3FE) is known color: Mauve. HEX triplet: FA, B3 and FE. RGB value is (250,179,254). Sum of RGB (Red+Green+Blue) = 250+179+254=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 179 (70.31% from 255 or 26.21% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAB3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB3FE is #054C01. Grayscale: #D0D0D0. Windows color (decimal): -347138 or 16692218. OLE color: 16692218.
HSL color Cylindrical-coordinate representation of color #FAB3FE: hue angle of 296.8º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAB3FE is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 179 | 254 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.00 |
| HSL | 296.8º | 0.97% | 0.85% | - |
| HSV(B) | 296.8º | 0.3% | 1% | - |
| XYZ | 73.43 | 59.72 | 101.42 | - |
| YUV | 208.78 | 153.52 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 254 | 0.02 | 0.30 | 0 | 0.00 | 296.8 | 0.97 | 0.85 |
| Hex | FA | B3 | FE | 2 | 1E | 0 | 0 | 129 | 61 | 55 |
| Octal | 372 | 263 | 376 | 2 | 36 | 0 | 0 | 451 | 141 | 125 |
| Binary | 11111010 | 10110011 | 11111110 | 10 | 11110 | 0 | 0 | 100101001 | 1100001 | 1010101 |
Color Harmonies of #FAB3FE
Complementary color
Monochromatic Colors of #FAB3FE
Black with #FAB3FE
Text Example
Text Example
White with #FAB3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB3FE; }
p { color: rgb(250,179,254); }
H1.HeaderClassName
{
color: #FAB3FE;
}
.AnyTagClassName
{
color: #FAB3FE;
}
</style>
background-color css
<style>
a { background-color: #FAB3FE; }
a { background-color: rgb(250,179,254); }
div.DivClassName
{
background-color: #FAB3FE;
}
.BgClassName
{
background-color: #FAB3FE;
}
</style>
border-color css
<style>
span { border-color: #FAB3FE; }
span { border-color: rgb(250,179,254); }
td.TdClassName
{
border-color: #FAB3FE;
}
.TagClassName
{
border-color: #FAB3FE;
}
</style>