Shades of Mauve #F1B8FB
Tints of Mauve #F1B8FB
RGB
CMYK
RGB Variations
Color information
#F1B8FB (or 0xF1B8FB) is known color: Mauve. HEX triplet: F1, B8 and FB. RGB value is (241,184,251). Sum of RGB (Red+Green+Blue) = 241+184+251=676 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.65% from 676); Green value is 184 (72.27% from 255 or 27.22% from 676); Blue value is 251 (98.44% from 255 or 37.13% from 676); Max value from RGB is 251 - color contains mainly: blue. Hex color #F1B8FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B8FB is #0E4704. Grayscale: #D0D0D0. Windows color (decimal): -935685 or 16496881. OLE color: 16496881.
HSL color Cylindrical-coordinate representation of color #F1B8FB: hue angle of 291.04º 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 #F1B8FB is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 184 | 251 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.02 |
| HSL | 291.04º | 0.89% | 0.85% | - |
| HSV(B) | 291.04º | 0.27% | 0.98% | - |
| XYZ | 70.83 | 59.95 | 99.1 | - |
| YUV | 208.68 | 151.88 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 184 | 251 | 0.04 | 0.27 | 0 | 0.02 | 291.04 | 0.89 | 0.85 |
| Hex | F1 | B8 | FB | 4 | 1B | 0 | 2 | 123 | 59 | 55 |
| Octal | 361 | 270 | 373 | 4 | 33 | 0 | 2 | 443 | 131 | 125 |
| Binary | 11110001 | 10111000 | 11111011 | 100 | 11011 | 0 | 10 | 100100011 | 1011001 | 1010101 |
Color Harmonies of #F1B8FB
Complementary color
Monochromatic Colors of #F1B8FB
Black with #F1B8FB
Text Example
Text Example
White with #F1B8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B8FB; }
p { color: rgb(241,184,251); }
H1.HeaderClassName
{
color: #F1B8FB;
}
.AnyTagClassName
{
color: #F1B8FB;
}
</style>
background-color css
<style>
a { background-color: #F1B8FB; }
a { background-color: rgb(241,184,251); }
div.DivClassName
{
background-color: #F1B8FB;
}
.BgClassName
{
background-color: #F1B8FB;
}
</style>
border-color css
<style>
span { border-color: #F1B8FB; }
span { border-color: rgb(241,184,251); }
td.TdClassName
{
border-color: #F1B8FB;
}
.TagClassName
{
border-color: #F1B8FB;
}
</style>