Shades of Mauve #FABCFF
Tints of Mauve #FABCFF
RGB
CMYK
RGB Variations
Color information
#FABCFF (or 0xFABCFF) is known color: Mauve. HEX triplet: FA, BC and FF. RGB value is (250,188,255). Sum of RGB (Red+Green+Blue) = 250+188+255=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 188 (73.83% from 255 or 27.13% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #FABCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABCFF is #054300. Grayscale: #D5D5D5. Windows color (decimal): -344833 or 16760058. OLE color: 16760058.
HSL color Cylindrical-coordinate representation of color #FABCFF: hue angle of 295.52º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FABCFF is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 188 | 255 | - |
| CMYK | 0.02 | 0.26 | 0 | 0 |
| HSL | 295.52º | 1% | 0.87% | - |
| HSV(B) | 295.52º | 0.26% | 1% | - |
| XYZ | 75.46 | 63.51 | 102.89 | - |
| YUV | 214.18 | 151.04 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 255 | 0.02 | 0.26 | 0 | 0 | 295.52 | 1 | 0.87 |
| Hex | FA | BC | FF | 2 | 1A | 0 | 0 | 128 | 64 | 57 |
| Octal | 372 | 274 | 377 | 2 | 32 | 0 | 0 | 450 | 144 | 127 |
| Binary | 11111010 | 10111100 | 11111111 | 10 | 11010 | 0 | 0 | 100101000 | 1100100 | 1010111 |
Color Harmonies of #FABCFF
Complementary color
Monochromatic Colors of #FABCFF
Black with #FABCFF
Text Example
Text Example
White with #FABCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABCFF; }
p { color: rgb(250,188,255); }
H1.HeaderClassName
{
color: #FABCFF;
}
.AnyTagClassName
{
color: #FABCFF;
}
</style>
background-color css
<style>
a { background-color: #FABCFF; }
a { background-color: rgb(250,188,255); }
div.DivClassName
{
background-color: #FABCFF;
}
.BgClassName
{
background-color: #FABCFF;
}
</style>
border-color css
<style>
span { border-color: #FABCFF; }
span { border-color: rgb(250,188,255); }
td.TdClassName
{
border-color: #FABCFF;
}
.TagClassName
{
border-color: #FABCFF;
}
</style>