Shades of Mauve #F7BCFE
Tints of Mauve #F7BCFE
RGB
CMYK
RGB Variations
Color information
#F7BCFE (or 0xF7BCFE) is known color: Mauve. HEX triplet: F7, BC and FE. RGB value is (247,188,254). Sum of RGB (Red+Green+Blue) = 247+188+254=689 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.85% from 689); Green value is 188 (73.83% from 255 or 27.29% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7BCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BCFE is #084301. Grayscale: #D4D4D4. Windows color (decimal): -541442 or 16694519. OLE color: 16694519.
HSL color Cylindrical-coordinate representation of color #F7BCFE: hue angle of 293.64º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F7BCFE is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 188 | 254 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.00 |
| HSL | 293.64º | 0.97% | 0.87% | - |
| HSV(B) | 293.64º | 0.26% | 1% | - |
| XYZ | 74.23 | 62.9 | 101.99 | - |
| YUV | 213.17 | 151.05 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 188 | 254 | 0.03 | 0.26 | 0 | 0.00 | 293.64 | 0.97 | 0.87 |
| Hex | F7 | BC | FE | 3 | 1A | 0 | 0 | 126 | 61 | 57 |
| Octal | 367 | 274 | 376 | 3 | 32 | 0 | 0 | 446 | 141 | 127 |
| Binary | 11110111 | 10111100 | 11111110 | 11 | 11010 | 0 | 0 | 100100110 | 1100001 | 1010111 |
Color Harmonies of #F7BCFE
Complementary color
Monochromatic Colors of #F7BCFE
Black with #F7BCFE
Text Example
Text Example
White with #F7BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BCFE; }
p { color: rgb(247,188,254); }
H1.HeaderClassName
{
color: #F7BCFE;
}
.AnyTagClassName
{
color: #F7BCFE;
}
</style>
background-color css
<style>
a { background-color: #F7BCFE; }
a { background-color: rgb(247,188,254); }
div.DivClassName
{
background-color: #F7BCFE;
}
.BgClassName
{
background-color: #F7BCFE;
}
</style>
border-color css
<style>
span { border-color: #F7BCFE; }
span { border-color: rgb(247,188,254); }
td.TdClassName
{
border-color: #F7BCFE;
}
.TagClassName
{
border-color: #F7BCFE;
}
</style>