Shades of Mauve #F5B6F9
Tints of Mauve #F5B6F9
RGB
CMYK
RGB Variations
Color information
#F5B6F9 (or 0xF5B6F9) is known color: Mauve. HEX triplet: F5, B6 and F9. RGB value is (245,182,249). Sum of RGB (Red+Green+Blue) = 245+182+249=676 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.24% from 676); Green value is 182 (71.48% from 255 or 26.92% from 676); Blue value is 249 (97.66% from 255 or 36.83% from 676); Max value from RGB is 249 - color contains mainly: blue. Hex color #F5B6F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5B6F9 is #0A4906. Grayscale: #D0D0D0. Windows color (decimal): -674055 or 16365301. OLE color: 16365301.
HSL color Cylindrical-coordinate representation of color #F5B6F9: hue angle of 296.42º 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 #F5B6F9 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 182 | 249 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.02 |
| HSL | 296.42º | 0.85% | 0.85% | - |
| HSV(B) | 296.42º | 0.27% | 0.98% | - |
| XYZ | 71.48 | 59.71 | 97.38 | - |
| YUV | 208.48 | 150.87 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 182 | 249 | 0.02 | 0.27 | 0 | 0.02 | 296.42 | 0.85 | 0.85 |
| Hex | F5 | B6 | F9 | 2 | 1B | 0 | 2 | 128 | 55 | 55 |
| Octal | 365 | 266 | 371 | 2 | 33 | 0 | 2 | 450 | 125 | 125 |
| Binary | 11110101 | 10110110 | 11111001 | 10 | 11011 | 0 | 10 | 100101000 | 1010101 | 1010101 |
Color Harmonies of #F5B6F9
Complementary color
Monochromatic Colors of #F5B6F9
Black with #F5B6F9
Text Example
Text Example
White with #F5B6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B6F9; }
p { color: rgb(245,182,249); }
H1.HeaderClassName
{
color: #F5B6F9;
}
.AnyTagClassName
{
color: #F5B6F9;
}
</style>
background-color css
<style>
a { background-color: #F5B6F9; }
a { background-color: rgb(245,182,249); }
div.DivClassName
{
background-color: #F5B6F9;
}
.BgClassName
{
background-color: #F5B6F9;
}
</style>
border-color css
<style>
span { border-color: #F5B6F9; }
span { border-color: rgb(245,182,249); }
td.TdClassName
{
border-color: #F5B6F9;
}
.TagClassName
{
border-color: #F5B6F9;
}
</style>