Shades of Mauve #F5B7F8
Tints of Mauve #F5B7F8
RGB
CMYK
RGB Variations
Color information
#F5B7F8 (or 0xF5B7F8) is known color: Mauve. HEX triplet: F5, B7 and F8. RGB value is (245,183,248). Sum of RGB (Red+Green+Blue) = 245+183+248=676 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.24% from 676); Green value is 183 (71.88% from 255 or 27.07% from 676); Blue value is 248 (97.27% from 255 or 36.69% from 676); Max value from RGB is 248 - color contains mainly: blue. Hex color #F5B7F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5B7F8 is #0A4807. Grayscale: #D0D0D0. Windows color (decimal): -673800 or 16300021. OLE color: 16300021.
HSL color Cylindrical-coordinate representation of color #F5B7F8: hue angle of 297.23º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F5B7F8 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 183 | 248 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.03 |
| HSL | 297.23º | 0.82% | 0.85% | - |
| HSV(B) | 297.23º | 0.26% | 0.97% | - |
| XYZ | 71.53 | 60.06 | 96.63 | - |
| YUV | 208.95 | 150.04 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 183 | 248 | 0.01 | 0.26 | 0 | 0.03 | 297.23 | 0.82 | 0.85 |
| Hex | F5 | B7 | F8 | 1 | 1A | 0 | 3 | 129 | 52 | 55 |
| Octal | 365 | 267 | 370 | 1 | 32 | 0 | 3 | 451 | 122 | 125 |
| Binary | 11110101 | 10110111 | 11111000 | 1 | 11010 | 0 | 11 | 100101001 | 1010010 | 1010101 |
Color Harmonies of #F5B7F8
Complementary color
Monochromatic Colors of #F5B7F8
Black with #F5B7F8
Text Example
Text Example
White with #F5B7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B7F8; }
p { color: rgb(245,183,248); }
H1.HeaderClassName
{
color: #F5B7F8;
}
.AnyTagClassName
{
color: #F5B7F8;
}
</style>
background-color css
<style>
a { background-color: #F5B7F8; }
a { background-color: rgb(245,183,248); }
div.DivClassName
{
background-color: #F5B7F8;
}
.BgClassName
{
background-color: #F5B7F8;
}
</style>
border-color css
<style>
span { border-color: #F5B7F8; }
span { border-color: rgb(245,183,248); }
td.TdClassName
{
border-color: #F5B7F8;
}
.TagClassName
{
border-color: #F5B7F8;
}
</style>