Shades of Mauve #FABBFD
Tints of Mauve #FABBFD
RGB
CMYK
RGB Variations
Color information
#FABBFD (or 0xFABBFD) is known color: Mauve. HEX triplet: FA, BB and FD. RGB value is (250,187,253). Sum of RGB (Red+Green+Blue) = 250+187+253=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 187 (73.44% from 255 or 27.10% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #FABBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABBFD is #054402. Grayscale: #D5D5D5. Windows color (decimal): -345091 or 16628730. OLE color: 16628730.
HSL color Cylindrical-coordinate representation of color #FABBFD: hue angle of 297.27º 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 #FABBFD is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 187 | 253 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.01 |
| HSL | 297.27º | 0.94% | 0.86% | - |
| HSV(B) | 297.27º | 0.26% | 0.99% | - |
| XYZ | 74.92 | 62.96 | 101.13 | - |
| YUV | 213.36 | 150.37 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 253 | 0.01 | 0.26 | 0 | 0.01 | 297.27 | 0.94 | 0.86 |
| Hex | FA | BB | FD | 1 | 1A | 0 | 1 | 129 | 5E | 56 |
| Octal | 372 | 273 | 375 | 1 | 32 | 0 | 1 | 451 | 136 | 126 |
| Binary | 11111010 | 10111011 | 11111101 | 1 | 11010 | 0 | 1 | 100101001 | 1011110 | 1010110 |
Color Harmonies of #FABBFD
Complementary color
Monochromatic Colors of #FABBFD
Black with #FABBFD
Text Example
Text Example
White with #FABBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBFD; }
p { color: rgb(250,187,253); }
H1.HeaderClassName
{
color: #FABBFD;
}
.AnyTagClassName
{
color: #FABBFD;
}
</style>
background-color css
<style>
a { background-color: #FABBFD; }
a { background-color: rgb(250,187,253); }
div.DivClassName
{
background-color: #FABBFD;
}
.BgClassName
{
background-color: #FABBFD;
}
</style>
border-color css
<style>
span { border-color: #FABBFD; }
span { border-color: rgb(250,187,253); }
td.TdClassName
{
border-color: #FABBFD;
}
.TagClassName
{
border-color: #FABBFD;
}
</style>