Shades of Mauve #FAB5FE
Tints of Mauve #FAB5FE
RGB
CMYK
RGB Variations
Color information
#FAB5FE (or 0xFAB5FE) is known color: Mauve. HEX triplet: FA, B5 and FE. RGB value is (250,181,254). Sum of RGB (Red+Green+Blue) = 250+181+254=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 181 (71.09% from 255 or 26.42% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAB5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB5FE is #054A01. Grayscale: #D1D1D1. Windows color (decimal): -346626 or 16692730. OLE color: 16692730.
HSL color Cylindrical-coordinate representation of color #FAB5FE: hue angle of 296.71º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAB5FE is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 181 | 254 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.00 |
| HSL | 296.71º | 0.97% | 0.85% | - |
| HSV(B) | 296.71º | 0.29% | 1% | - |
| XYZ | 73.84 | 60.53 | 101.56 | - |
| YUV | 209.95 | 152.86 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 254 | 0.02 | 0.29 | 0 | 0.00 | 296.71 | 0.97 | 0.85 |
| Hex | FA | B5 | FE | 2 | 1D | 0 | 0 | 129 | 61 | 55 |
| Octal | 372 | 265 | 376 | 2 | 35 | 0 | 0 | 451 | 141 | 125 |
| Binary | 11111010 | 10110101 | 11111110 | 10 | 11101 | 0 | 0 | 100101001 | 1100001 | 1010101 |
Color Harmonies of #FAB5FE
Complementary color
Monochromatic Colors of #FAB5FE
Black with #FAB5FE
Text Example
Text Example
White with #FAB5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB5FE; }
p { color: rgb(250,181,254); }
H1.HeaderClassName
{
color: #FAB5FE;
}
.AnyTagClassName
{
color: #FAB5FE;
}
</style>
background-color css
<style>
a { background-color: #FAB5FE; }
a { background-color: rgb(250,181,254); }
div.DivClassName
{
background-color: #FAB5FE;
}
.BgClassName
{
background-color: #FAB5FE;
}
</style>
border-color css
<style>
span { border-color: #FAB5FE; }
span { border-color: rgb(250,181,254); }
td.TdClassName
{
border-color: #FAB5FE;
}
.TagClassName
{
border-color: #FAB5FE;
}
</style>