Shades of Mauve #F7BBFF
Tints of Mauve #F7BBFF
RGB
CMYK
RGB Variations
Color information
#F7BBFF (or 0xF7BBFF) is known color: Mauve. HEX triplet: F7, BB and FF. RGB value is (247,187,255). Sum of RGB (Red+Green+Blue) = 247+187+255=689 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.85% from 689); Green value is 187 (73.44% from 255 or 27.14% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7BBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BBFF is #084400. Grayscale: #D4D4D4. Windows color (decimal): -541697 or 16759799. OLE color: 16759799.
HSL color Cylindrical-coordinate representation of color #F7BBFF: hue angle of 292.94º 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 #F7BBFF is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 187 | 255 | - |
| CMYK | 0.03 | 0.27 | 0 | 0 |
| HSL | 292.94º | 1% | 0.87% | - |
| HSV(B) | 292.94º | 0.27% | 1% | - |
| XYZ | 74.18 | 62.53 | 102.77 | - |
| YUV | 212.69 | 151.88 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 187 | 255 | 0.03 | 0.27 | 0 | 0 | 292.94 | 1 | 0.87 |
| Hex | F7 | BB | FF | 3 | 1B | 0 | 0 | 125 | 64 | 57 |
| Octal | 367 | 273 | 377 | 3 | 33 | 0 | 0 | 445 | 144 | 127 |
| Binary | 11110111 | 10111011 | 11111111 | 11 | 11011 | 0 | 0 | 100100101 | 1100100 | 1010111 |
Color Harmonies of #F7BBFF
Complementary color
Monochromatic Colors of #F7BBFF
Black with #F7BBFF
Text Example
Text Example
White with #F7BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BBFF; }
p { color: rgb(247,187,255); }
H1.HeaderClassName
{
color: #F7BBFF;
}
.AnyTagClassName
{
color: #F7BBFF;
}
</style>
background-color css
<style>
a { background-color: #F7BBFF; }
a { background-color: rgb(247,187,255); }
div.DivClassName
{
background-color: #F7BBFF;
}
.BgClassName
{
background-color: #F7BBFF;
}
</style>
border-color css
<style>
span { border-color: #F7BBFF; }
span { border-color: rgb(247,187,255); }
td.TdClassName
{
border-color: #F7BBFF;
}
.TagClassName
{
border-color: #F7BBFF;
}
</style>