Shades of Mauve #F0B9F6
Tints of Mauve #F0B9F6
RGB
CMYK
RGB Variations
Color information
#F0B9F6 (or 0xF0B9F6) is known color: Mauve. HEX triplet: F0, B9 and F6. RGB value is (240,185,246). Sum of RGB (Red+Green+Blue) = 240+185+246=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 185 (72.66% from 255 or 27.57% from 671); Blue value is 246 (96.48% from 255 or 36.66% from 671); Max value from RGB is 246 - color contains mainly: blue. Hex color #F0B9F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B9F6 is #0F4609. Grayscale: #D0D0D0. Windows color (decimal): -1000970 or 16169456. OLE color: 16169456.
HSL color Cylindrical-coordinate representation of color #F0B9F6: hue angle of 294.1º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0B9F6 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 185 | 246 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.04 |
| HSL | 294.1º | 0.77% | 0.85% | - |
| HSV(B) | 294.1º | 0.25% | 0.96% | - |
| XYZ | 69.92 | 59.88 | 95.06 | - |
| YUV | 208.4 | 149.22 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 185 | 246 | 0.02 | 0.25 | 0 | 0.04 | 294.1 | 0.77 | 0.85 |
| Hex | F0 | B9 | F6 | 2 | 19 | 0 | 4 | 126 | 4D | 55 |
| Octal | 360 | 271 | 366 | 2 | 31 | 0 | 4 | 446 | 115 | 125 |
| Binary | 11110000 | 10111001 | 11110110 | 10 | 11001 | 0 | 100 | 100100110 | 1001101 | 1010101 |
Color Harmonies of #F0B9F6
Complementary color
Monochromatic Colors of #F0B9F6
Black with #F0B9F6
Text Example
Text Example
White with #F0B9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B9F6; }
p { color: rgb(240,185,246); }
H1.HeaderClassName
{
color: #F0B9F6;
}
.AnyTagClassName
{
color: #F0B9F6;
}
</style>
background-color css
<style>
a { background-color: #F0B9F6; }
a { background-color: rgb(240,185,246); }
div.DivClassName
{
background-color: #F0B9F6;
}
.BgClassName
{
background-color: #F0B9F6;
}
</style>
border-color css
<style>
span { border-color: #F0B9F6; }
span { border-color: rgb(240,185,246); }
td.TdClassName
{
border-color: #F0B9F6;
}
.TagClassName
{
border-color: #F0B9F6;
}
</style>