Shades of Mauve #F1BFFB
Tints of Mauve #F1BFFB
RGB
CMYK
RGB Variations
Color information
#F1BFFB (or 0xF1BFFB) is known color: Mauve. HEX triplet: F1, BF and FB. RGB value is (241,191,251). Sum of RGB (Red+Green+Blue) = 241+191+251=683 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.29% from 683); Green value is 191 (75% from 255 or 27.96% from 683); Blue value is 251 (98.44% from 255 or 36.75% from 683); Max value from RGB is 251 - color contains mainly: blue. Hex color #F1BFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BFFB is #0E4004. Grayscale: #D4D4D4. Windows color (decimal): -933893 or 16498673. OLE color: 16498673.
HSL color Cylindrical-coordinate representation of color #F1BFFB: hue angle of 290º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F1BFFB is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 191 | 251 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.02 |
| HSL | 290º | 0.88% | 0.87% | - |
| HSV(B) | 290º | 0.24% | 0.98% | - |
| XYZ | 72.32 | 62.93 | 99.6 | - |
| YUV | 212.79 | 149.57 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 251 | 0.04 | 0.24 | 0 | 0.02 | 290 | 0.88 | 0.87 |
| Hex | F1 | BF | FB | 4 | 18 | 0 | 2 | 122 | 58 | 57 |
| Octal | 361 | 277 | 373 | 4 | 30 | 0 | 2 | 442 | 130 | 127 |
| Binary | 11110001 | 10111111 | 11111011 | 100 | 11000 | 0 | 10 | 100100010 | 1011000 | 1010111 |
Color Harmonies of #F1BFFB
Complementary color
Monochromatic Colors of #F1BFFB
Black with #F1BFFB
Text Example
Text Example
White with #F1BFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BFFB; }
p { color: rgb(241,191,251); }
H1.HeaderClassName
{
color: #F1BFFB;
}
.AnyTagClassName
{
color: #F1BFFB;
}
</style>
background-color css
<style>
a { background-color: #F1BFFB; }
a { background-color: rgb(241,191,251); }
div.DivClassName
{
background-color: #F1BFFB;
}
.BgClassName
{
background-color: #F1BFFB;
}
</style>
border-color css
<style>
span { border-color: #F1BFFB; }
span { border-color: rgb(241,191,251); }
td.TdClassName
{
border-color: #F1BFFB;
}
.TagClassName
{
border-color: #F1BFFB;
}
</style>