Shades of Mauve #F7B5FA
Tints of Mauve #F7B5FA
RGB
CMYK
RGB Variations
Color information
#F7B5FA (or 0xF7B5FA) is known color: Mauve. HEX triplet: F7, B5 and FA. RGB value is (247,181,250). Sum of RGB (Red+Green+Blue) = 247+181+250=678 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.43% from 678); Green value is 181 (71.09% from 255 or 26.70% from 678); Blue value is 250 (98.05% from 255 or 36.87% from 678); Max value from RGB is 250 - color contains mainly: blue. Hex color #F7B5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7B5FA is #084A05. Grayscale: #D0D0D0. Windows color (decimal): -543238 or 16430583. OLE color: 16430583.
HSL color Cylindrical-coordinate representation of color #F7B5FA: hue angle of 297.39º degrees, saturation: 0.87, 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 #F7B5FA is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 181 | 250 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.02 |
| HSL | 297.39º | 0.87% | 0.85% | - |
| HSV(B) | 297.39º | 0.28% | 0.98% | - |
| XYZ | 72.14 | 59.72 | 98.17 | - |
| YUV | 208.6 | 151.37 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 181 | 250 | 0.01 | 0.28 | 0 | 0.02 | 297.39 | 0.87 | 0.85 |
| Hex | F7 | B5 | FA | 1 | 1C | 0 | 2 | 129 | 57 | 55 |
| Octal | 367 | 265 | 372 | 1 | 34 | 0 | 2 | 451 | 127 | 125 |
| Binary | 11110111 | 10110101 | 11111010 | 1 | 11100 | 0 | 10 | 100101001 | 1010111 | 1010101 |
Color Harmonies of #F7B5FA
Complementary color
Monochromatic Colors of #F7B5FA
Black with #F7B5FA
Text Example
Text Example
White with #F7B5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B5FA; }
p { color: rgb(247,181,250); }
H1.HeaderClassName
{
color: #F7B5FA;
}
.AnyTagClassName
{
color: #F7B5FA;
}
</style>
background-color css
<style>
a { background-color: #F7B5FA; }
a { background-color: rgb(247,181,250); }
div.DivClassName
{
background-color: #F7B5FA;
}
.BgClassName
{
background-color: #F7B5FA;
}
</style>
border-color css
<style>
span { border-color: #F7B5FA; }
span { border-color: rgb(247,181,250); }
td.TdClassName
{
border-color: #F7B5FA;
}
.TagClassName
{
border-color: #F7B5FA;
}
</style>