Shades of Mauve #FAB6FE
Tints of Mauve #FAB6FE
RGB
CMYK
RGB Variations
Color information
#FAB6FE (or 0xFAB6FE) is known color: Mauve. HEX triplet: FA, B6 and FE. RGB value is (250,182,254). Sum of RGB (Red+Green+Blue) = 250+182+254=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 182 (71.48% from 255 or 26.53% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAB6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB6FE is #054901. Grayscale: #D2D2D2. Windows color (decimal): -346370 or 16692986. OLE color: 16692986.
HSL color Cylindrical-coordinate representation of color #FAB6FE: hue angle of 296.67º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB6FE is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 182 | 254 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.00 |
| HSL | 296.67º | 0.97% | 0.85% | - |
| HSV(B) | 296.67º | 0.28% | 1% | - |
| XYZ | 74.04 | 60.94 | 101.63 | - |
| YUV | 210.54 | 152.53 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 254 | 0.02 | 0.28 | 0 | 0.00 | 296.67 | 0.97 | 0.85 |
| Hex | FA | B6 | FE | 2 | 1C | 0 | 0 | 129 | 61 | 55 |
| Octal | 372 | 266 | 376 | 2 | 34 | 0 | 0 | 451 | 141 | 125 |
| Binary | 11111010 | 10110110 | 11111110 | 10 | 11100 | 0 | 0 | 100101001 | 1100001 | 1010101 |
Color Harmonies of #FAB6FE
Complementary color
Monochromatic Colors of #FAB6FE
Black with #FAB6FE
Text Example
Text Example
White with #FAB6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB6FE; }
p { color: rgb(250,182,254); }
H1.HeaderClassName
{
color: #FAB6FE;
}
.AnyTagClassName
{
color: #FAB6FE;
}
</style>
background-color css
<style>
a { background-color: #FAB6FE; }
a { background-color: rgb(250,182,254); }
div.DivClassName
{
background-color: #FAB6FE;
}
.BgClassName
{
background-color: #FAB6FE;
}
</style>
border-color css
<style>
span { border-color: #FAB6FE; }
span { border-color: rgb(250,182,254); }
td.TdClassName
{
border-color: #FAB6FE;
}
.TagClassName
{
border-color: #FAB6FE;
}
</style>