Shades of Mauve #FAB8FE
Tints of Mauve #FAB8FE
RGB
CMYK
RGB Variations
Color information
#FAB8FE (or 0xFAB8FE) is known color: Mauve. HEX triplet: FA, B8 and FE. RGB value is (250,184,254). Sum of RGB (Red+Green+Blue) = 250+184+254=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 184 (72.27% from 255 or 26.74% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAB8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB8FE is #054701. Grayscale: #D3D3D3. Windows color (decimal): -345858 or 16693498. OLE color: 16693498.
HSL color Cylindrical-coordinate representation of color #FAB8FE: hue angle of 296.57º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB8FE is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 184 | 254 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.00 |
| HSL | 296.57º | 0.97% | 0.86% | - |
| HSV(B) | 296.57º | 0.28% | 1% | - |
| XYZ | 74.45 | 61.76 | 101.76 | - |
| YUV | 211.71 | 151.87 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 254 | 0.02 | 0.28 | 0 | 0.00 | 296.57 | 0.97 | 0.86 |
| Hex | FA | B8 | FE | 2 | 1C | 0 | 0 | 129 | 61 | 56 |
| Octal | 372 | 270 | 376 | 2 | 34 | 0 | 0 | 451 | 141 | 126 |
| Binary | 11111010 | 10111000 | 11111110 | 10 | 11100 | 0 | 0 | 100101001 | 1100001 | 1010110 |
Color Harmonies of #FAB8FE
Complementary color
Monochromatic Colors of #FAB8FE
Black with #FAB8FE
Text Example
Text Example
White with #FAB8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB8FE; }
p { color: rgb(250,184,254); }
H1.HeaderClassName
{
color: #FAB8FE;
}
.AnyTagClassName
{
color: #FAB8FE;
}
</style>
background-color css
<style>
a { background-color: #FAB8FE; }
a { background-color: rgb(250,184,254); }
div.DivClassName
{
background-color: #FAB8FE;
}
.BgClassName
{
background-color: #FAB8FE;
}
</style>
border-color css
<style>
span { border-color: #FAB8FE; }
span { border-color: rgb(250,184,254); }
td.TdClassName
{
border-color: #FAB8FE;
}
.TagClassName
{
border-color: #FAB8FE;
}
</style>