Shades of Mauve #FABDFF
Tints of Mauve #FABDFF
RGB
CMYK
RGB Variations
Color information
#FABDFF (or 0xFABDFF) is known color: Mauve. HEX triplet: FA, BD and FF. RGB value is (250,189,255). Sum of RGB (Red+Green+Blue) = 250+189+255=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 189 (74.22% from 255 or 27.23% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #FABDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABDFF is #054200. Grayscale: #D6D6D6. Windows color (decimal): -344577 or 16760314. OLE color: 16760314.
HSL color Cylindrical-coordinate representation of color #FABDFF: hue angle of 295.45º 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 #FABDFF is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 189 | 255 | - |
| CMYK | 0.02 | 0.26 | 0 | 0 |
| HSL | 295.45º | 1% | 0.87% | - |
| HSV(B) | 295.45º | 0.26% | 1% | - |
| XYZ | 75.67 | 63.94 | 102.96 | - |
| YUV | 214.76 | 150.71 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 255 | 0.02 | 0.26 | 0 | 0 | 295.45 | 1 | 0.87 |
| Hex | FA | BD | FF | 2 | 1A | 0 | 0 | 127 | 64 | 57 |
| Octal | 372 | 275 | 377 | 2 | 32 | 0 | 0 | 447 | 144 | 127 |
| Binary | 11111010 | 10111101 | 11111111 | 10 | 11010 | 0 | 0 | 100100111 | 1100100 | 1010111 |
Color Harmonies of #FABDFF
Complementary color
Monochromatic Colors of #FABDFF
Black with #FABDFF
Text Example
Text Example
White with #FABDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABDFF; }
p { color: rgb(250,189,255); }
H1.HeaderClassName
{
color: #FABDFF;
}
.AnyTagClassName
{
color: #FABDFF;
}
</style>
background-color css
<style>
a { background-color: #FABDFF; }
a { background-color: rgb(250,189,255); }
div.DivClassName
{
background-color: #FABDFF;
}
.BgClassName
{
background-color: #FABDFF;
}
</style>
border-color css
<style>
span { border-color: #FABDFF; }
span { border-color: rgb(250,189,255); }
td.TdClassName
{
border-color: #FABDFF;
}
.TagClassName
{
border-color: #FABDFF;
}
</style>