Shades of Mauve #F5B7FE
Tints of Mauve #F5B7FE
RGB
CMYK
RGB Variations
Color information
#F5B7FE (or 0xF5B7FE) is known color: Mauve. HEX triplet: F5, B7 and FE. RGB value is (245,183,254). Sum of RGB (Red+Green+Blue) = 245+183+254=682 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.92% from 682); Green value is 183 (71.88% from 255 or 26.83% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5B7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5B7FE is #0A4801. Grayscale: #D1D1D1. Windows color (decimal): -673794 or 16693237. OLE color: 16693237.
HSL color Cylindrical-coordinate representation of color #F5B7FE: hue angle of 292.39º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F5B7FE is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 183 | 254 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.00 |
| HSL | 292.39º | 0.97% | 0.86% | - |
| HSV(B) | 292.39º | 0.28% | 1% | - |
| XYZ | 72.48 | 60.44 | 101.61 | - |
| YUV | 209.63 | 153.04 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 183 | 254 | 0.04 | 0.28 | 0 | 0.00 | 292.39 | 0.97 | 0.86 |
| Hex | F5 | B7 | FE | 4 | 1C | 0 | 0 | 124 | 61 | 56 |
| Octal | 365 | 267 | 376 | 4 | 34 | 0 | 0 | 444 | 141 | 126 |
| Binary | 11110101 | 10110111 | 11111110 | 100 | 11100 | 0 | 0 | 100100100 | 1100001 | 1010110 |
Color Harmonies of #F5B7FE
Complementary color
Monochromatic Colors of #F5B7FE
Black with #F5B7FE
Text Example
Text Example
White with #F5B7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B7FE; }
p { color: rgb(245,183,254); }
H1.HeaderClassName
{
color: #F5B7FE;
}
.AnyTagClassName
{
color: #F5B7FE;
}
</style>
background-color css
<style>
a { background-color: #F5B7FE; }
a { background-color: rgb(245,183,254); }
div.DivClassName
{
background-color: #F5B7FE;
}
.BgClassName
{
background-color: #F5B7FE;
}
</style>
border-color css
<style>
span { border-color: #F5B7FE; }
span { border-color: rgb(245,183,254); }
td.TdClassName
{
border-color: #F5B7FE;
}
.TagClassName
{
border-color: #F5B7FE;
}
</style>