Shades of Mauve #FBBAFD
Tints of Mauve #FBBAFD
RGB
CMYK
RGB Variations
Color information
#FBBAFD (or 0xFBBAFD) is known color: Mauve. HEX triplet: FB, BA and FD. RGB value is (251,186,253). Sum of RGB (Red+Green+Blue) = 251+186+253=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 186 (73.05% from 255 or 26.96% 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 #FBBAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBAFD is #044502. Grayscale: #D4D4D4. Windows color (decimal): -279811 or 16628475. OLE color: 16628475.
HSL color Cylindrical-coordinate representation of color #FBBAFD: hue angle of 298.21º 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 #FBBAFD is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 186 | 253 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.01 |
| HSL | 298.21º | 0.94% | 0.86% | - |
| HSV(B) | 298.21º | 0.26% | 0.99% | - |
| XYZ | 75.07 | 62.72 | 101.08 | - |
| YUV | 213.07 | 150.53 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 253 | 0.01 | 0.26 | 0 | 0.01 | 298.21 | 0.94 | 0.86 |
| Hex | FB | BA | FD | 1 | 1A | 0 | 1 | 12A | 5E | 56 |
| Octal | 373 | 272 | 375 | 1 | 32 | 0 | 1 | 452 | 136 | 126 |
| Binary | 11111011 | 10111010 | 11111101 | 1 | 11010 | 0 | 1 | 100101010 | 1011110 | 1010110 |
Color Harmonies of #FBBAFD
Complementary color
Monochromatic Colors of #FBBAFD
Black with #FBBAFD
Text Example
Text Example
White with #FBBAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBAFD; }
p { color: rgb(251,186,253); }
H1.HeaderClassName
{
color: #FBBAFD;
}
.AnyTagClassName
{
color: #FBBAFD;
}
</style>
background-color css
<style>
a { background-color: #FBBAFD; }
a { background-color: rgb(251,186,253); }
div.DivClassName
{
background-color: #FBBAFD;
}
.BgClassName
{
background-color: #FBBAFD;
}
</style>
border-color css
<style>
span { border-color: #FBBAFD; }
span { border-color: rgb(251,186,253); }
td.TdClassName
{
border-color: #FBBAFD;
}
.TagClassName
{
border-color: #FBBAFD;
}
</style>