Shades of Mauve #FBACFF
Tints of Mauve #FBACFF
RGB
CMYK
RGB Variations
Color information
#FBACFF (or 0xFBACFF) is known color: Mauve. HEX triplet: FB, AC and FF. RGB value is (251,172,255). Sum of RGB (Red+Green+Blue) = 251+172+255=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 172 (67.58% from 255 or 25.37% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBACFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBACFF is #045300. Grayscale: #CCCCCC. Windows color (decimal): -283393 or 16755963. OLE color: 16755963.
HSL color Cylindrical-coordinate representation of color #FBACFF: hue angle of 297.11º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBACFF is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 172 | 255 | - |
| CMYK | 0.02 | 0.33 | 0 | 0 |
| HSL | 297.11º | 1% | 0.84% | - |
| HSV(B) | 297.11º | 0.33% | 1% | - |
| XYZ | 72.59 | 57.23 | 101.83 | - |
| YUV | 205.08 | 156.17 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 172 | 255 | 0.02 | 0.33 | 0 | 0 | 297.11 | 1 | 0.84 |
| Hex | FB | AC | FF | 2 | 21 | 0 | 0 | 129 | 64 | 54 |
| Octal | 373 | 254 | 377 | 2 | 41 | 0 | 0 | 451 | 144 | 124 |
| Binary | 11111011 | 10101100 | 11111111 | 10 | 100001 | 0 | 0 | 100101001 | 1100100 | 1010100 |
Color Harmonies of #FBACFF
Complementary color
Monochromatic Colors of #FBACFF
Black with #FBACFF
Text Example
Text Example
White with #FBACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBACFF; }
p { color: rgb(251,172,255); }
H1.HeaderClassName
{
color: #FBACFF;
}
.AnyTagClassName
{
color: #FBACFF;
}
</style>
background-color css
<style>
a { background-color: #FBACFF; }
a { background-color: rgb(251,172,255); }
div.DivClassName
{
background-color: #FBACFF;
}
.BgClassName
{
background-color: #FBACFF;
}
</style>
border-color css
<style>
span { border-color: #FBACFF; }
span { border-color: rgb(251,172,255); }
td.TdClassName
{
border-color: #FBACFF;
}
.TagClassName
{
border-color: #FBACFF;
}
</style>