Shades of Mauve #F5B7F9
Tints of Mauve #F5B7F9
RGB
CMYK
RGB Variations
Color information
#F5B7F9 (or 0xF5B7F9) is known color: Mauve. HEX triplet: F5, B7 and F9. RGB value is (245,183,249). Sum of RGB (Red+Green+Blue) = 245+183+249=677 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.19% from 677); Green value is 183 (71.88% from 255 or 27.03% from 677); Blue value is 249 (97.66% from 255 or 36.78% from 677); Max value from RGB is 249 - color contains mainly: blue. Hex color #F5B7F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5B7F9 is #0A4806. Grayscale: #D0D0D0. Windows color (decimal): -673799 or 16365557. OLE color: 16365557.
HSL color Cylindrical-coordinate representation of color #F5B7F9: hue angle of 296.36º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F5B7F9 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 183 | 249 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.02 |
| HSL | 296.36º | 0.85% | 0.85% | - |
| HSV(B) | 296.36º | 0.27% | 0.98% | - |
| XYZ | 71.69 | 60.12 | 97.45 | - |
| YUV | 209.06 | 150.54 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 183 | 249 | 0.02 | 0.27 | 0 | 0.02 | 296.36 | 0.85 | 0.85 |
| Hex | F5 | B7 | F9 | 2 | 1B | 0 | 2 | 128 | 55 | 55 |
| Octal | 365 | 267 | 371 | 2 | 33 | 0 | 2 | 450 | 125 | 125 |
| Binary | 11110101 | 10110111 | 11111001 | 10 | 11011 | 0 | 10 | 100101000 | 1010101 | 1010101 |
Color Harmonies of #F5B7F9
Complementary color
Monochromatic Colors of #F5B7F9
Black with #F5B7F9
Text Example
Text Example
White with #F5B7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B7F9; }
p { color: rgb(245,183,249); }
H1.HeaderClassName
{
color: #F5B7F9;
}
.AnyTagClassName
{
color: #F5B7F9;
}
</style>
background-color css
<style>
a { background-color: #F5B7F9; }
a { background-color: rgb(245,183,249); }
div.DivClassName
{
background-color: #F5B7F9;
}
.BgClassName
{
background-color: #F5B7F9;
}
</style>
border-color css
<style>
span { border-color: #F5B7F9; }
span { border-color: rgb(245,183,249); }
td.TdClassName
{
border-color: #F5B7F9;
}
.TagClassName
{
border-color: #F5B7F9;
}
</style>