Shades of Mauve #F3B8FB
Tints of Mauve #F3B8FB
RGB
CMYK
RGB Variations
Color information
#F3B8FB (or 0xF3B8FB) is known color: Mauve. HEX triplet: F3, B8 and FB. RGB value is (243,184,251). Sum of RGB (Red+Green+Blue) = 243+184+251=678 (89% of max value = 765). Red value is 243 (95.31% from 255 or 35.84% from 678); Green value is 184 (72.27% from 255 or 27.14% from 678); Blue value is 251 (98.44% from 255 or 37.02% from 678); Max value from RGB is 251 - color contains mainly: blue. Hex color #F3B8FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3B8FB is #0C4704. Grayscale: #D1D1D1. Windows color (decimal): -804613 or 16496883. OLE color: 16496883.
HSL color Cylindrical-coordinate representation of color #F3B8FB: hue angle of 292.84º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F3B8FB is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 184 | 251 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.02 |
| HSL | 292.84º | 0.89% | 0.85% | - |
| HSV(B) | 292.84º | 0.27% | 0.98% | - |
| XYZ | 71.52 | 60.3 | 99.14 | - |
| YUV | 209.28 | 151.55 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 184 | 251 | 0.03 | 0.27 | 0 | 0.02 | 292.84 | 0.89 | 0.85 |
| Hex | F3 | B8 | FB | 3 | 1B | 0 | 2 | 125 | 59 | 55 |
| Octal | 363 | 270 | 373 | 3 | 33 | 0 | 2 | 445 | 131 | 125 |
| Binary | 11110011 | 10111000 | 11111011 | 11 | 11011 | 0 | 10 | 100100101 | 1011001 | 1010101 |
Color Harmonies of #F3B8FB
Complementary color
Monochromatic Colors of #F3B8FB
Black with #F3B8FB
Text Example
Text Example
White with #F3B8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B8FB; }
p { color: rgb(243,184,251); }
H1.HeaderClassName
{
color: #F3B8FB;
}
.AnyTagClassName
{
color: #F3B8FB;
}
</style>
background-color css
<style>
a { background-color: #F3B8FB; }
a { background-color: rgb(243,184,251); }
div.DivClassName
{
background-color: #F3B8FB;
}
.BgClassName
{
background-color: #F3B8FB;
}
</style>
border-color css
<style>
span { border-color: #F3B8FB; }
span { border-color: rgb(243,184,251); }
td.TdClassName
{
border-color: #F3B8FB;
}
.TagClassName
{
border-color: #F3B8FB;
}
</style>