Shades of Mauve #F7B6FE
Tints of Mauve #F7B6FE
RGB
CMYK
RGB Variations
Color information
#F7B6FE (or 0xF7B6FE) is known color: Mauve. HEX triplet: F7, B6 and FE. RGB value is (247,182,254). Sum of RGB (Red+Green+Blue) = 247+182+254=683 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.16% from 683); Green value is 182 (71.48% from 255 or 26.65% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7B6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7B6FE is #084901. Grayscale: #D1D1D1. Windows color (decimal): -542978 or 16692983. OLE color: 16692983.
HSL color Cylindrical-coordinate representation of color #F7B6FE: hue angle of 294.17º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F7B6FE is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 182 | 254 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.00 |
| HSL | 294.17º | 0.97% | 0.85% | - |
| HSV(B) | 294.17º | 0.28% | 1% | - |
| XYZ | 72.98 | 60.39 | 101.58 | - |
| YUV | 209.64 | 153.03 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 182 | 254 | 0.03 | 0.28 | 0 | 0.00 | 294.17 | 0.97 | 0.85 |
| Hex | F7 | B6 | FE | 3 | 1C | 0 | 0 | 126 | 61 | 55 |
| Octal | 367 | 266 | 376 | 3 | 34 | 0 | 0 | 446 | 141 | 125 |
| Binary | 11110111 | 10110110 | 11111110 | 11 | 11100 | 0 | 0 | 100100110 | 1100001 | 1010101 |
Color Harmonies of #F7B6FE
Complementary color
Monochromatic Colors of #F7B6FE
Black with #F7B6FE
Text Example
Text Example
White with #F7B6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B6FE; }
p { color: rgb(247,182,254); }
H1.HeaderClassName
{
color: #F7B6FE;
}
.AnyTagClassName
{
color: #F7B6FE;
}
</style>
background-color css
<style>
a { background-color: #F7B6FE; }
a { background-color: rgb(247,182,254); }
div.DivClassName
{
background-color: #F7B6FE;
}
.BgClassName
{
background-color: #F7B6FE;
}
</style>
border-color css
<style>
span { border-color: #F7B6FE; }
span { border-color: rgb(247,182,254); }
td.TdClassName
{
border-color: #F7B6FE;
}
.TagClassName
{
border-color: #F7B6FE;
}
</style>