Shades of Mauve #FABAFD
Tints of Mauve #FABAFD
RGB
CMYK
RGB Variations
Color information
#FABAFD (or 0xFABAFD) is known color: Mauve. HEX triplet: FA, BA and FD. RGB value is (250,186,253). Sum of RGB (Red+Green+Blue) = 250+186+253=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 186 (73.05% from 255 or 27.00% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #FABAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABAFD is #054502. Grayscale: #D4D4D4. Windows color (decimal): -345347 or 16628474. OLE color: 16628474.
HSL color Cylindrical-coordinate representation of color #FABAFD: hue angle of 297.31º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FABAFD is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 186 | 253 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.01 |
| HSL | 297.31º | 0.94% | 0.86% | - |
| HSV(B) | 297.31º | 0.26% | 0.99% | - |
| XYZ | 74.71 | 62.53 | 101.06 | - |
| YUV | 212.77 | 150.7 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 253 | 0.01 | 0.26 | 0 | 0.01 | 297.31 | 0.94 | 0.86 |
| Hex | FA | BA | FD | 1 | 1A | 0 | 1 | 129 | 5E | 56 |
| Octal | 372 | 272 | 375 | 1 | 32 | 0 | 1 | 451 | 136 | 126 |
| Binary | 11111010 | 10111010 | 11111101 | 1 | 11010 | 0 | 1 | 100101001 | 1011110 | 1010110 |
Color Harmonies of #FABAFD
Complementary color
Monochromatic Colors of #FABAFD
Black with #FABAFD
Text Example
Text Example
White with #FABAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABAFD; }
p { color: rgb(250,186,253); }
H1.HeaderClassName
{
color: #FABAFD;
}
.AnyTagClassName
{
color: #FABAFD;
}
</style>
background-color css
<style>
a { background-color: #FABAFD; }
a { background-color: rgb(250,186,253); }
div.DivClassName
{
background-color: #FABAFD;
}
.BgClassName
{
background-color: #FABAFD;
}
</style>
border-color css
<style>
span { border-color: #FABAFD; }
span { border-color: rgb(250,186,253); }
td.TdClassName
{
border-color: #FABAFD;
}
.TagClassName
{
border-color: #FABAFD;
}
</style>