Shades of Mauve #FBBAFF
Tints of Mauve #FBBAFF
RGB
CMYK
RGB Variations
Color information
#FBBAFF (or 0xFBBAFF) is known color: Mauve. HEX triplet: FB, BA and FF. RGB value is (251,186,255). Sum of RGB (Red+Green+Blue) = 251+186+255=692 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.27% from 692); Green value is 186 (73.05% from 255 or 26.88% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBBAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBAFF is #044500. Grayscale: #D5D5D5. Windows color (decimal): -279809 or 16759547. OLE color: 16759547.
HSL color Cylindrical-coordinate representation of color #FBBAFF: hue angle of 296.52º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBBAFF is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 186 | 255 | - |
| CMYK | 0.02 | 0.27 | 0 | 0 |
| HSL | 296.52º | 1% | 0.86% | - |
| HSV(B) | 296.52º | 0.27% | 1% | - |
| XYZ | 75.39 | 62.85 | 102.76 | - |
| YUV | 213.3 | 151.53 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 255 | 0.02 | 0.27 | 0 | 0 | 296.52 | 1 | 0.86 |
| Hex | FB | BA | FF | 2 | 1B | 0 | 0 | 129 | 64 | 56 |
| Octal | 373 | 272 | 377 | 2 | 33 | 0 | 0 | 451 | 144 | 126 |
| Binary | 11111011 | 10111010 | 11111111 | 10 | 11011 | 0 | 0 | 100101001 | 1100100 | 1010110 |
Color Harmonies of #FBBAFF
Complementary color
Monochromatic Colors of #FBBAFF
Black with #FBBAFF
Text Example
Text Example
White with #FBBAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBAFF; }
p { color: rgb(251,186,255); }
H1.HeaderClassName
{
color: #FBBAFF;
}
.AnyTagClassName
{
color: #FBBAFF;
}
</style>
background-color css
<style>
a { background-color: #FBBAFF; }
a { background-color: rgb(251,186,255); }
div.DivClassName
{
background-color: #FBBAFF;
}
.BgClassName
{
background-color: #FBBAFF;
}
</style>
border-color css
<style>
span { border-color: #FBBAFF; }
span { border-color: rgb(251,186,255); }
td.TdClassName
{
border-color: #FBBAFF;
}
.TagClassName
{
border-color: #FBBAFF;
}
</style>