Shades of Mauve #F2BBFF
Tints of Mauve #F2BBFF
RGB
CMYK
RGB Variations
Color information
#F2BBFF (or 0xF2BBFF) is known color: Mauve. HEX triplet: F2, BB and FF. RGB value is (242,187,255). Sum of RGB (Red+Green+Blue) = 242+187+255=684 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.38% from 684); Green value is 187 (73.44% from 255 or 27.34% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2BBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BBFF is #0D4400. Grayscale: #D2D2D2. Windows color (decimal): -869377 or 16759794. OLE color: 16759794.
HSL color Cylindrical-coordinate representation of color #F2BBFF: hue angle of 288.53º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F2BBFF is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 187 | 255 | - |
| CMYK | 0.05 | 0.27 | 0 | 0 |
| HSL | 288.53º | 1% | 0.87% | - |
| HSV(B) | 288.53º | 0.27% | 1% | - |
| XYZ | 72.44 | 61.64 | 102.69 | - |
| YUV | 211.2 | 152.72 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 187 | 255 | 0.05 | 0.27 | 0 | 0 | 288.53 | 1 | 0.87 |
| Hex | F2 | BB | FF | 5 | 1B | 0 | 0 | 121 | 64 | 57 |
| Octal | 362 | 273 | 377 | 5 | 33 | 0 | 0 | 441 | 144 | 127 |
| Binary | 11110010 | 10111011 | 11111111 | 101 | 11011 | 0 | 0 | 100100001 | 1100100 | 1010111 |
Color Harmonies of #F2BBFF
Complementary color
Monochromatic Colors of #F2BBFF
Black with #F2BBFF
Text Example
Text Example
White with #F2BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BBFF; }
p { color: rgb(242,187,255); }
H1.HeaderClassName
{
color: #F2BBFF;
}
.AnyTagClassName
{
color: #F2BBFF;
}
</style>
background-color css
<style>
a { background-color: #F2BBFF; }
a { background-color: rgb(242,187,255); }
div.DivClassName
{
background-color: #F2BBFF;
}
.BgClassName
{
background-color: #F2BBFF;
}
</style>
border-color css
<style>
span { border-color: #F2BBFF; }
span { border-color: rgb(242,187,255); }
td.TdClassName
{
border-color: #F2BBFF;
}
.TagClassName
{
border-color: #F2BBFF;
}
</style>