Shades of Mauve #FABCFD
Tints of Mauve #FABCFD
RGB
CMYK
RGB Variations
Color information
#FABCFD (or 0xFABCFD) is known color: Mauve. HEX triplet: FA, BC and FD. RGB value is (250,188,253). Sum of RGB (Red+Green+Blue) = 250+188+253=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 188 (73.83% from 255 or 27.21% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #FABCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABCFD is #054302. Grayscale: #D5D5D5. Windows color (decimal): -344835 or 16628986. OLE color: 16628986.
HSL color Cylindrical-coordinate representation of color #FABCFD: hue angle of 297.23º 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 #FABCFD is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 188 | 253 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.01 |
| HSL | 297.23º | 0.94% | 0.86% | - |
| HSV(B) | 297.23º | 0.26% | 0.99% | - |
| XYZ | 75.14 | 63.38 | 101.2 | - |
| YUV | 213.95 | 150.04 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 253 | 0.01 | 0.26 | 0 | 0.01 | 297.23 | 0.94 | 0.86 |
| Hex | FA | BC | FD | 1 | 1A | 0 | 1 | 129 | 5E | 56 |
| Octal | 372 | 274 | 375 | 1 | 32 | 0 | 1 | 451 | 136 | 126 |
| Binary | 11111010 | 10111100 | 11111101 | 1 | 11010 | 0 | 1 | 100101001 | 1011110 | 1010110 |
Color Harmonies of #FABCFD
Complementary color
Monochromatic Colors of #FABCFD
Black with #FABCFD
Text Example
Text Example
White with #FABCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABCFD; }
p { color: rgb(250,188,253); }
H1.HeaderClassName
{
color: #FABCFD;
}
.AnyTagClassName
{
color: #FABCFD;
}
</style>
background-color css
<style>
a { background-color: #FABCFD; }
a { background-color: rgb(250,188,253); }
div.DivClassName
{
background-color: #FABCFD;
}
.BgClassName
{
background-color: #FABCFD;
}
</style>
border-color css
<style>
span { border-color: #FABCFD; }
span { border-color: rgb(250,188,253); }
td.TdClassName
{
border-color: #FABCFD;
}
.TagClassName
{
border-color: #FABCFD;
}
</style>