Shades of Mauve #F7B4FB
Tints of Mauve #F7B4FB
RGB
CMYK
RGB Variations
Color information
#F7B4FB (or 0xF7B4FB) is known color: Mauve. HEX triplet: F7, B4 and FB. RGB value is (247,180,251). Sum of RGB (Red+Green+Blue) = 247+180+251=678 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.43% from 678); Green value is 180 (70.70% from 255 or 26.55% from 678); Blue value is 251 (98.44% from 255 or 37.02% from 678); Max value from RGB is 251 - color contains mainly: blue. Hex color #F7B4FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7B4FB is #084B04. Grayscale: #CFCFCF. Windows color (decimal): -543493 or 16495863. OLE color: 16495863.
HSL color Cylindrical-coordinate representation of color #F7B4FB: hue angle of 296.62º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F7B4FB is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 180 | 251 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.02 |
| HSL | 296.62º | 0.9% | 0.85% | - |
| HSV(B) | 296.62º | 0.28% | 0.98% | - |
| XYZ | 72.09 | 59.38 | 98.93 | - |
| YUV | 208.13 | 152.2 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 180 | 251 | 0.02 | 0.28 | 0 | 0.02 | 296.62 | 0.9 | 0.85 |
| Hex | F7 | B4 | FB | 2 | 1C | 0 | 2 | 129 | 5A | 55 |
| Octal | 367 | 264 | 373 | 2 | 34 | 0 | 2 | 451 | 132 | 125 |
| Binary | 11110111 | 10110100 | 11111011 | 10 | 11100 | 0 | 10 | 100101001 | 1011010 | 1010101 |
Color Harmonies of #F7B4FB
Complementary color
Monochromatic Colors of #F7B4FB
Black with #F7B4FB
Text Example
Text Example
White with #F7B4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B4FB; }
p { color: rgb(247,180,251); }
H1.HeaderClassName
{
color: #F7B4FB;
}
.AnyTagClassName
{
color: #F7B4FB;
}
</style>
background-color css
<style>
a { background-color: #F7B4FB; }
a { background-color: rgb(247,180,251); }
div.DivClassName
{
background-color: #F7B4FB;
}
.BgClassName
{
background-color: #F7B4FB;
}
</style>
border-color css
<style>
span { border-color: #F7B4FB; }
span { border-color: rgb(247,180,251); }
td.TdClassName
{
border-color: #F7B4FB;
}
.TagClassName
{
border-color: #F7B4FB;
}
</style>