Shades of Mauve #FAB9FE
Tints of Mauve #FAB9FE
RGB
CMYK
RGB Variations
Color information
#FAB9FE (or 0xFAB9FE) is known color: Mauve. HEX triplet: FA, B9 and FE. RGB value is (250,185,254). Sum of RGB (Red+Green+Blue) = 250+185+254=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 185 (72.66% from 255 or 26.85% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAB9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB9FE is #054601. Grayscale: #D4D4D4. Windows color (decimal): -345602 or 16693754. OLE color: 16693754.
HSL color Cylindrical-coordinate representation of color #FAB9FE: hue angle of 296.52º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAB9FE is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 185 | 254 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.00 |
| HSL | 296.52º | 0.97% | 0.86% | - |
| HSV(B) | 296.52º | 0.27% | 1% | - |
| XYZ | 74.66 | 62.18 | 101.83 | - |
| YUV | 212.3 | 151.53 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 254 | 0.02 | 0.27 | 0 | 0.00 | 296.52 | 0.97 | 0.86 |
| Hex | FA | B9 | FE | 2 | 1B | 0 | 0 | 129 | 61 | 56 |
| Octal | 372 | 271 | 376 | 2 | 33 | 0 | 0 | 451 | 141 | 126 |
| Binary | 11111010 | 10111001 | 11111110 | 10 | 11011 | 0 | 0 | 100101001 | 1100001 | 1010110 |
Color Harmonies of #FAB9FE
Complementary color
Monochromatic Colors of #FAB9FE
Black with #FAB9FE
Text Example
Text Example
White with #FAB9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB9FE; }
p { color: rgb(250,185,254); }
H1.HeaderClassName
{
color: #FAB9FE;
}
.AnyTagClassName
{
color: #FAB9FE;
}
</style>
background-color css
<style>
a { background-color: #FAB9FE; }
a { background-color: rgb(250,185,254); }
div.DivClassName
{
background-color: #FAB9FE;
}
.BgClassName
{
background-color: #FAB9FE;
}
</style>
border-color css
<style>
span { border-color: #FAB9FE; }
span { border-color: rgb(250,185,254); }
td.TdClassName
{
border-color: #FAB9FE;
}
.TagClassName
{
border-color: #FAB9FE;
}
</style>