Shades of Mauve #F7BCFC
Tints of Mauve #F7BCFC
RGB
CMYK
RGB Variations
Color information
#F7BCFC (or 0xF7BCFC) is known color: Mauve. HEX triplet: F7, BC and FC. RGB value is (247,188,252). Sum of RGB (Red+Green+Blue) = 247+188+252=687 (90% of max value = 765). Red value is 247 (96.88% from 255 or 35.95% from 687); Green value is 188 (73.83% from 255 or 27.37% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #F7BCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BCFC is #084303. Grayscale: #D4D4D4. Windows color (decimal): -541444 or 16563447. OLE color: 16563447.
HSL color Cylindrical-coordinate representation of color #F7BCFC: hue angle of 295.31º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F7BCFC is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 188 | 252 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.01 |
| HSL | 295.31º | 0.91% | 0.86% | - |
| HSV(B) | 295.31º | 0.25% | 0.99% | - |
| XYZ | 73.91 | 62.77 | 100.32 | - |
| YUV | 212.94 | 150.05 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 188 | 252 | 0.02 | 0.25 | 0 | 0.01 | 295.31 | 0.91 | 0.86 |
| Hex | F7 | BC | FC | 2 | 19 | 0 | 1 | 127 | 5B | 56 |
| Octal | 367 | 274 | 374 | 2 | 31 | 0 | 1 | 447 | 133 | 126 |
| Binary | 11110111 | 10111100 | 11111100 | 10 | 11001 | 0 | 1 | 100100111 | 1011011 | 1010110 |
Color Harmonies of #F7BCFC
Complementary color
Monochromatic Colors of #F7BCFC
Black with #F7BCFC
Text Example
Text Example
White with #F7BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BCFC; }
p { color: rgb(247,188,252); }
H1.HeaderClassName
{
color: #F7BCFC;
}
.AnyTagClassName
{
color: #F7BCFC;
}
</style>
background-color css
<style>
a { background-color: #F7BCFC; }
a { background-color: rgb(247,188,252); }
div.DivClassName
{
background-color: #F7BCFC;
}
.BgClassName
{
background-color: #F7BCFC;
}
</style>
border-color css
<style>
span { border-color: #F7BCFC; }
span { border-color: rgb(247,188,252); }
td.TdClassName
{
border-color: #F7BCFC;
}
.TagClassName
{
border-color: #F7BCFC;
}
</style>