Shades of Mauve #F3B1FB
Tints of Mauve #F3B1FB
RGB
CMYK
RGB Variations
Color information
#F3B1FB (or 0xF3B1FB) is known color: Mauve. HEX triplet: F3, B1 and FB. RGB value is (243,177,251). Sum of RGB (Red+Green+Blue) = 243+177+251=671 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.21% from 671); Green value is 177 (69.53% from 255 or 26.38% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #F3B1FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3B1FB is #0C4E04. Grayscale: #CCCCCC. Windows color (decimal): -806405 or 16495091. OLE color: 16495091.
HSL color Cylindrical-coordinate representation of color #F3B1FB: hue angle of 293.51º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F3B1FB is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 177 | 251 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.02 |
| HSL | 293.51º | 0.9% | 0.84% | - |
| HSV(B) | 293.51º | 0.29% | 0.98% | - |
| XYZ | 70.1 | 57.46 | 98.66 | - |
| YUV | 205.17 | 153.87 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 177 | 251 | 0.03 | 0.29 | 0 | 0.02 | 293.51 | 0.9 | 0.84 |
| Hex | F3 | B1 | FB | 3 | 1D | 0 | 2 | 126 | 5A | 54 |
| Octal | 363 | 261 | 373 | 3 | 35 | 0 | 2 | 446 | 132 | 124 |
| Binary | 11110011 | 10110001 | 11111011 | 11 | 11101 | 0 | 10 | 100100110 | 1011010 | 1010100 |
Color Harmonies of #F3B1FB
Complementary color
Monochromatic Colors of #F3B1FB
Black with #F3B1FB
Text Example
Text Example
White with #F3B1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B1FB; }
p { color: rgb(243,177,251); }
H1.HeaderClassName
{
color: #F3B1FB;
}
.AnyTagClassName
{
color: #F3B1FB;
}
</style>
background-color css
<style>
a { background-color: #F3B1FB; }
a { background-color: rgb(243,177,251); }
div.DivClassName
{
background-color: #F3B1FB;
}
.BgClassName
{
background-color: #F3B1FB;
}
</style>
border-color css
<style>
span { border-color: #F3B1FB; }
span { border-color: rgb(243,177,251); }
td.TdClassName
{
border-color: #F3B1FB;
}
.TagClassName
{
border-color: #F3B1FB;
}
</style>