Shades of Mauve #F2BFFB
Tints of Mauve #F2BFFB
RGB
CMYK
RGB Variations
Color information
#F2BFFB (or 0xF2BFFB) is known color: Mauve. HEX triplet: F2, BF and FB. RGB value is (242,191,251). Sum of RGB (Red+Green+Blue) = 242+191+251=684 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.38% from 684); Green value is 191 (75% from 255 or 27.92% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2BFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BFFB is #0D4004. Grayscale: #D4D4D4. Windows color (decimal): -868357 or 16498674. OLE color: 16498674.
HSL color Cylindrical-coordinate representation of color #F2BFFB: hue angle of 291º 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 #F2BFFB is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 191 | 251 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.02 |
| HSL | 291º | 0.88% | 0.87% | - |
| HSV(B) | 291º | 0.24% | 0.98% | - |
| XYZ | 72.66 | 63.1 | 99.62 | - |
| YUV | 213.09 | 149.4 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 251 | 0.04 | 0.24 | 0 | 0.02 | 291 | 0.88 | 0.87 |
| Hex | F2 | BF | FB | 4 | 18 | 0 | 2 | 123 | 58 | 57 |
| Octal | 362 | 277 | 373 | 4 | 30 | 0 | 2 | 443 | 130 | 127 |
| Binary | 11110010 | 10111111 | 11111011 | 100 | 11000 | 0 | 10 | 100100011 | 1011000 | 1010111 |
Color Harmonies of #F2BFFB
Complementary color
Monochromatic Colors of #F2BFFB
Black with #F2BFFB
Text Example
Text Example
White with #F2BFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BFFB; }
p { color: rgb(242,191,251); }
H1.HeaderClassName
{
color: #F2BFFB;
}
.AnyTagClassName
{
color: #F2BFFB;
}
</style>
background-color css
<style>
a { background-color: #F2BFFB; }
a { background-color: rgb(242,191,251); }
div.DivClassName
{
background-color: #F2BFFB;
}
.BgClassName
{
background-color: #F2BFFB;
}
</style>
border-color css
<style>
span { border-color: #F2BFFB; }
span { border-color: rgb(242,191,251); }
td.TdClassName
{
border-color: #F2BFFB;
}
.TagClassName
{
border-color: #F2BFFB;
}
</style>