Shades of Mauve #FABFFF
Tints of Mauve #FABFFF
RGB
CMYK
RGB Variations
Color information
#FABFFF (or 0xFABFFF) is known color: Mauve. HEX triplet: FA, BF and FF. RGB value is (250,191,255). Sum of RGB (Red+Green+Blue) = 250+191+255=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 191 (75% from 255 or 27.44% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #FABFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABFFF is #054000. Grayscale: #D7D7D7. Windows color (decimal): -344065 or 16760826. OLE color: 16760826.
HSL color Cylindrical-coordinate representation of color #FABFFF: hue angle of 295.31º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FABFFF is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 191 | 255 | - |
| CMYK | 0.02 | 0.25 | 0 | 0 |
| HSL | 295.31º | 1% | 0.87% | - |
| HSV(B) | 295.31º | 0.25% | 1% | - |
| XYZ | 76.11 | 64.81 | 103.11 | - |
| YUV | 215.94 | 150.05 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 255 | 0.02 | 0.25 | 0 | 0 | 295.31 | 1 | 0.87 |
| Hex | FA | BF | FF | 2 | 19 | 0 | 0 | 127 | 64 | 57 |
| Octal | 372 | 277 | 377 | 2 | 31 | 0 | 0 | 447 | 144 | 127 |
| Binary | 11111010 | 10111111 | 11111111 | 10 | 11001 | 0 | 0 | 100100111 | 1100100 | 1010111 |
Color Harmonies of #FABFFF
Complementary color
Monochromatic Colors of #FABFFF
Black with #FABFFF
Text Example
Text Example
White with #FABFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABFFF; }
p { color: rgb(250,191,255); }
H1.HeaderClassName
{
color: #FABFFF;
}
.AnyTagClassName
{
color: #FABFFF;
}
</style>
background-color css
<style>
a { background-color: #FABFFF; }
a { background-color: rgb(250,191,255); }
div.DivClassName
{
background-color: #FABFFF;
}
.BgClassName
{
background-color: #FABFFF;
}
</style>
border-color css
<style>
span { border-color: #FABFFF; }
span { border-color: rgb(250,191,255); }
td.TdClassName
{
border-color: #FABFFF;
}
.TagClassName
{
border-color: #FABFFF;
}
</style>