Shades of Mauve #F7B3FE
Tints of Mauve #F7B3FE
RGB
CMYK
RGB Variations
Color information
#F7B3FE (or 0xF7B3FE) is known color: Mauve. HEX triplet: F7, B3 and FE. RGB value is (247,179,254). Sum of RGB (Red+Green+Blue) = 247+179+254=680 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.32% from 680); Green value is 179 (70.31% from 255 or 26.32% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7B3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7B3FE is #084C01. Grayscale: #CFCFCF. Windows color (decimal): -543746 or 16692215. OLE color: 16692215.
HSL color Cylindrical-coordinate representation of color #F7B3FE: hue angle of 294.4º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7B3FE is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 179 | 254 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.00 |
| HSL | 294.4º | 0.97% | 0.85% | - |
| HSV(B) | 294.4º | 0.3% | 1% | - |
| XYZ | 72.37 | 59.17 | 101.37 | - |
| YUV | 207.88 | 154.03 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 179 | 254 | 0.03 | 0.30 | 0 | 0.00 | 294.4 | 0.97 | 0.85 |
| Hex | F7 | B3 | FE | 3 | 1E | 0 | 0 | 126 | 61 | 55 |
| Octal | 367 | 263 | 376 | 3 | 36 | 0 | 0 | 446 | 141 | 125 |
| Binary | 11110111 | 10110011 | 11111110 | 11 | 11110 | 0 | 0 | 100100110 | 1100001 | 1010101 |
Color Harmonies of #F7B3FE
Complementary color
Monochromatic Colors of #F7B3FE
Black with #F7B3FE
Text Example
Text Example
White with #F7B3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B3FE; }
p { color: rgb(247,179,254); }
H1.HeaderClassName
{
color: #F7B3FE;
}
.AnyTagClassName
{
color: #F7B3FE;
}
</style>
background-color css
<style>
a { background-color: #F7B3FE; }
a { background-color: rgb(247,179,254); }
div.DivClassName
{
background-color: #F7B3FE;
}
.BgClassName
{
background-color: #F7B3FE;
}
</style>
border-color css
<style>
span { border-color: #F7B3FE; }
span { border-color: rgb(247,179,254); }
td.TdClassName
{
border-color: #F7B3FE;
}
.TagClassName
{
border-color: #F7B3FE;
}
</style>