Shades of Mauve #F5B0FA
Tints of Mauve #F5B0FA
RGB
CMYK
RGB Variations
Color information
#F5B0FA (or 0xF5B0FA) is known color: Mauve. HEX triplet: F5, B0 and FA. RGB value is (245,176,250). Sum of RGB (Red+Green+Blue) = 245+176+250=671 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.51% from 671); Green value is 176 (69.14% from 255 or 26.23% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #F5B0FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5B0FA is #0A4F05. Grayscale: #CCCCCC. Windows color (decimal): -675590 or 16429301. OLE color: 16429301.
HSL color Cylindrical-coordinate representation of color #F5B0FA: hue angle of 295.95º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5B0FA is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 176 | 250 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.02 |
| HSL | 295.95º | 0.88% | 0.84% | - |
| HSV(B) | 295.95º | 0.3% | 0.98% | - |
| XYZ | 70.44 | 57.37 | 97.8 | - |
| YUV | 205.07 | 153.36 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 176 | 250 | 0.02 | 0.30 | 0 | 0.02 | 295.95 | 0.88 | 0.84 |
| Hex | F5 | B0 | FA | 2 | 1E | 0 | 2 | 128 | 58 | 54 |
| Octal | 365 | 260 | 372 | 2 | 36 | 0 | 2 | 450 | 130 | 124 |
| Binary | 11110101 | 10110000 | 11111010 | 10 | 11110 | 0 | 10 | 100101000 | 1011000 | 1010100 |
Color Harmonies of #F5B0FA
Complementary color
Monochromatic Colors of #F5B0FA
Black with #F5B0FA
Text Example
Text Example
White with #F5B0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B0FA; }
p { color: rgb(245,176,250); }
H1.HeaderClassName
{
color: #F5B0FA;
}
.AnyTagClassName
{
color: #F5B0FA;
}
</style>
background-color css
<style>
a { background-color: #F5B0FA; }
a { background-color: rgb(245,176,250); }
div.DivClassName
{
background-color: #F5B0FA;
}
.BgClassName
{
background-color: #F5B0FA;
}
</style>
border-color css
<style>
span { border-color: #F5B0FA; }
span { border-color: rgb(245,176,250); }
td.TdClassName
{
border-color: #F5B0FA;
}
.TagClassName
{
border-color: #F5B0FA;
}
</style>