Shades of Mauve #FAB0FE
Tints of Mauve #FAB0FE
RGB
CMYK
RGB Variations
Color information
#FAB0FE (or 0xFAB0FE) is known color: Mauve. HEX triplet: FA, B0 and FE. RGB value is (250,176,254). Sum of RGB (Red+Green+Blue) = 250+176+254=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 176 (69.14% from 255 or 25.88% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAB0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB0FE is #054F01. Grayscale: #CECECE. Windows color (decimal): -347906 or 16691450. OLE color: 16691450.
HSL color Cylindrical-coordinate representation of color #FAB0FE: hue angle of 296.92º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAB0FE is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 176 | 254 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.00 |
| HSL | 296.92º | 0.98% | 0.84% | - |
| HSV(B) | 296.92º | 0.31% | 1% | - |
| XYZ | 72.84 | 58.53 | 101.22 | - |
| YUV | 207.02 | 154.52 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 254 | 0.02 | 0.31 | 0 | 0.00 | 296.92 | 0.98 | 0.84 |
| Hex | FA | B0 | FE | 2 | 1F | 0 | 0 | 129 | 62 | 54 |
| Octal | 372 | 260 | 376 | 2 | 37 | 0 | 0 | 451 | 142 | 124 |
| Binary | 11111010 | 10110000 | 11111110 | 10 | 11111 | 0 | 0 | 100101001 | 1100010 | 1010100 |
Color Harmonies of #FAB0FE
Complementary color
Monochromatic Colors of #FAB0FE
Black with #FAB0FE
Text Example
Text Example
White with #FAB0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB0FE; }
p { color: rgb(250,176,254); }
H1.HeaderClassName
{
color: #FAB0FE;
}
.AnyTagClassName
{
color: #FAB0FE;
}
</style>
background-color css
<style>
a { background-color: #FAB0FE; }
a { background-color: rgb(250,176,254); }
div.DivClassName
{
background-color: #FAB0FE;
}
.BgClassName
{
background-color: #FAB0FE;
}
</style>
border-color css
<style>
span { border-color: #FAB0FE; }
span { border-color: rgb(250,176,254); }
td.TdClassName
{
border-color: #FAB0FE;
}
.TagClassName
{
border-color: #FAB0FE;
}
</style>