Shades of Mauve #F7BCFF
Tints of Mauve #F7BCFF
RGB
CMYK
RGB Variations
Color information
#F7BCFF (or 0xF7BCFF) is known color: Mauve. HEX triplet: F7, BC and FF. RGB value is (247,188,255). Sum of RGB (Red+Green+Blue) = 247+188+255=690 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.80% from 690); Green value is 188 (73.83% from 255 or 27.25% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7BCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BCFF is #084300. Grayscale: #D5D5D5. Windows color (decimal): -541441 or 16760055. OLE color: 16760055.
HSL color Cylindrical-coordinate representation of color #F7BCFF: hue angle of 292.84º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F7BCFF is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 188 | 255 | - |
| CMYK | 0.03 | 0.26 | 0 | 0 |
| HSL | 292.84º | 1% | 0.87% | - |
| HSV(B) | 292.84º | 0.26% | 1% | - |
| XYZ | 74.39 | 62.96 | 102.84 | - |
| YUV | 213.28 | 151.55 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 188 | 255 | 0.03 | 0.26 | 0 | 0 | 292.84 | 1 | 0.87 |
| Hex | F7 | BC | FF | 3 | 1A | 0 | 0 | 125 | 64 | 57 |
| Octal | 367 | 274 | 377 | 3 | 32 | 0 | 0 | 445 | 144 | 127 |
| Binary | 11110111 | 10111100 | 11111111 | 11 | 11010 | 0 | 0 | 100100101 | 1100100 | 1010111 |
Color Harmonies of #F7BCFF
Complementary color
Monochromatic Colors of #F7BCFF
Black with #F7BCFF
Text Example
Text Example
White with #F7BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BCFF; }
p { color: rgb(247,188,255); }
H1.HeaderClassName
{
color: #F7BCFF;
}
.AnyTagClassName
{
color: #F7BCFF;
}
</style>
background-color css
<style>
a { background-color: #F7BCFF; }
a { background-color: rgb(247,188,255); }
div.DivClassName
{
background-color: #F7BCFF;
}
.BgClassName
{
background-color: #F7BCFF;
}
</style>
border-color css
<style>
span { border-color: #F7BCFF; }
span { border-color: rgb(247,188,255); }
td.TdClassName
{
border-color: #F7BCFF;
}
.TagClassName
{
border-color: #F7BCFF;
}
</style>