Shades of Mauve #F3B7F6
Tints of Mauve #F3B7F6
RGB
CMYK
RGB Variations
Color information
#F3B7F6 (or 0xF3B7F6) is known color: Mauve. HEX triplet: F3, B7 and F6. RGB value is (243,183,246). Sum of RGB (Red+Green+Blue) = 243+183+246=672 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.16% from 672); Green value is 183 (71.88% from 255 or 27.23% from 672); Blue value is 246 (96.48% from 255 or 36.61% from 672); Max value from RGB is 246 - color contains mainly: blue. Hex color #F3B7F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3B7F6 is #0C4809. Grayscale: #CFCFCF. Windows color (decimal): -804874 or 16168947. OLE color: 16168947.
HSL color Cylindrical-coordinate representation of color #F3B7F6: hue angle of 297.14º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F3B7F6 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 183 | 246 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.04 |
| HSL | 297.14º | 0.78% | 0.84% | - |
| HSV(B) | 297.14º | 0.26% | 0.96% | - |
| XYZ | 70.53 | 59.58 | 94.97 | - |
| YUV | 208.12 | 149.38 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 183 | 246 | 0.01 | 0.26 | 0 | 0.04 | 297.14 | 0.78 | 0.84 |
| Hex | F3 | B7 | F6 | 1 | 1A | 0 | 4 | 129 | 4E | 54 |
| Octal | 363 | 267 | 366 | 1 | 32 | 0 | 4 | 451 | 116 | 124 |
| Binary | 11110011 | 10110111 | 11110110 | 1 | 11010 | 0 | 100 | 100101001 | 1001110 | 1010100 |
Color Harmonies of #F3B7F6
Complementary color
Monochromatic Colors of #F3B7F6
Black with #F3B7F6
Text Example
Text Example
White with #F3B7F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B7F6; }
p { color: rgb(243,183,246); }
H1.HeaderClassName
{
color: #F3B7F6;
}
.AnyTagClassName
{
color: #F3B7F6;
}
</style>
background-color css
<style>
a { background-color: #F3B7F6; }
a { background-color: rgb(243,183,246); }
div.DivClassName
{
background-color: #F3B7F6;
}
.BgClassName
{
background-color: #F3B7F6;
}
</style>
border-color css
<style>
span { border-color: #F3B7F6; }
span { border-color: rgb(243,183,246); }
td.TdClassName
{
border-color: #F3B7F6;
}
.TagClassName
{
border-color: #F3B7F6;
}
</style>