Shades of Mauve #F5B3F9
Tints of Mauve #F5B3F9
RGB
CMYK
RGB Variations
Color information
#F5B3F9 (or 0xF5B3F9) is known color: Mauve. HEX triplet: F5, B3 and F9. RGB value is (245,179,249). Sum of RGB (Red+Green+Blue) = 245+179+249=673 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.40% from 673); Green value is 179 (70.31% from 255 or 26.60% from 673); Blue value is 249 (97.66% from 255 or 37.00% from 673); Max value from RGB is 249 - color contains mainly: blue. Hex color #F5B3F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5B3F9 is #0A4C06. Grayscale: #CECECE. Windows color (decimal): -674823 or 16364533. OLE color: 16364533.
HSL color Cylindrical-coordinate representation of color #F5B3F9: hue angle of 296.57º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F5B3F9 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 179 | 249 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.02 |
| HSL | 296.57º | 0.85% | 0.84% | - |
| HSV(B) | 296.57º | 0.28% | 0.98% | - |
| XYZ | 70.88 | 58.49 | 97.18 | - |
| YUV | 206.71 | 151.87 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 179 | 249 | 0.02 | 0.28 | 0 | 0.02 | 296.57 | 0.85 | 0.84 |
| Hex | F5 | B3 | F9 | 2 | 1C | 0 | 2 | 129 | 55 | 54 |
| Octal | 365 | 263 | 371 | 2 | 34 | 0 | 2 | 451 | 125 | 124 |
| Binary | 11110101 | 10110011 | 11111001 | 10 | 11100 | 0 | 10 | 100101001 | 1010101 | 1010100 |
Color Harmonies of #F5B3F9
Complementary color
Monochromatic Colors of #F5B3F9
Black with #F5B3F9
Text Example
Text Example
White with #F5B3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B3F9; }
p { color: rgb(245,179,249); }
H1.HeaderClassName
{
color: #F5B3F9;
}
.AnyTagClassName
{
color: #F5B3F9;
}
</style>
background-color css
<style>
a { background-color: #F5B3F9; }
a { background-color: rgb(245,179,249); }
div.DivClassName
{
background-color: #F5B3F9;
}
.BgClassName
{
background-color: #F5B3F9;
}
</style>
border-color css
<style>
span { border-color: #F5B3F9; }
span { border-color: rgb(245,179,249); }
td.TdClassName
{
border-color: #F5B3F9;
}
.TagClassName
{
border-color: #F5B3F9;
}
</style>