Shades of Mauve #F7B7F9
Tints of Mauve #F7B7F9
RGB
CMYK
RGB Variations
Color information
#F7B7F9 (or 0xF7B7F9) is known color: Mauve. HEX triplet: F7, B7 and F9. RGB value is (247,183,249). Sum of RGB (Red+Green+Blue) = 247+183+249=679 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.38% from 679); Green value is 183 (71.88% from 255 or 26.95% from 679); Blue value is 249 (97.66% from 255 or 36.67% from 679); Max value from RGB is 249 - color contains mainly: blue. Hex color #F7B7F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7B7F9 is #084806. Grayscale: #D1D1D1. Windows color (decimal): -542727 or 16365559. OLE color: 16365559.
HSL color Cylindrical-coordinate representation of color #F7B7F9: hue angle of 298.18º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F7B7F9 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 183 | 249 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.02 |
| HSL | 298.18º | 0.85% | 0.85% | - |
| HSV(B) | 298.18º | 0.27% | 0.98% | - |
| XYZ | 72.39 | 60.48 | 97.48 | - |
| YUV | 209.66 | 150.2 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 183 | 249 | 0.01 | 0.27 | 0 | 0.02 | 298.18 | 0.85 | 0.85 |
| Hex | F7 | B7 | F9 | 1 | 1B | 0 | 2 | 12A | 55 | 55 |
| Octal | 367 | 267 | 371 | 1 | 33 | 0 | 2 | 452 | 125 | 125 |
| Binary | 11110111 | 10110111 | 11111001 | 1 | 11011 | 0 | 10 | 100101010 | 1010101 | 1010101 |
Color Harmonies of #F7B7F9
Complementary color
Monochromatic Colors of #F7B7F9
Black with #F7B7F9
Text Example
Text Example
White with #F7B7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B7F9; }
p { color: rgb(247,183,249); }
H1.HeaderClassName
{
color: #F7B7F9;
}
.AnyTagClassName
{
color: #F7B7F9;
}
</style>
background-color css
<style>
a { background-color: #F7B7F9; }
a { background-color: rgb(247,183,249); }
div.DivClassName
{
background-color: #F7B7F9;
}
.BgClassName
{
background-color: #F7B7F9;
}
</style>
border-color css
<style>
span { border-color: #F7B7F9; }
span { border-color: rgb(247,183,249); }
td.TdClassName
{
border-color: #F7B7F9;
}
.TagClassName
{
border-color: #F7B7F9;
}
</style>