Shades of Mauve #F0BAF6
Tints of Mauve #F0BAF6
RGB
CMYK
RGB Variations
Color information
#F0BAF6 (or 0xF0BAF6) is known color: Mauve. HEX triplet: F0, BA and F6. RGB value is (240,186,246). Sum of RGB (Red+Green+Blue) = 240+186+246=672 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.71% from 672); Green value is 186 (73.05% from 255 or 27.68% from 672); Blue value is 246 (96.48% from 255 or 36.61% from 672); Max value from RGB is 246 - color contains mainly: blue. Hex color #F0BAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BAF6 is #0F4509. Grayscale: #D0D0D0. Windows color (decimal): -1000714 or 16169712. OLE color: 16169712.
HSL color Cylindrical-coordinate representation of color #F0BAF6: hue angle of 294º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0BAF6 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 186 | 246 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.04 |
| HSL | 294º | 0.77% | 0.85% | - |
| HSV(B) | 294º | 0.24% | 0.96% | - |
| XYZ | 70.13 | 60.3 | 95.13 | - |
| YUV | 208.99 | 148.89 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 246 | 0.02 | 0.24 | 0 | 0.04 | 294 | 0.77 | 0.85 |
| Hex | F0 | BA | F6 | 2 | 18 | 0 | 4 | 126 | 4D | 55 |
| Octal | 360 | 272 | 366 | 2 | 30 | 0 | 4 | 446 | 115 | 125 |
| Binary | 11110000 | 10111010 | 11110110 | 10 | 11000 | 0 | 100 | 100100110 | 1001101 | 1010101 |
Color Harmonies of #F0BAF6
Complementary color
Monochromatic Colors of #F0BAF6
Black with #F0BAF6
Text Example
Text Example
White with #F0BAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BAF6; }
p { color: rgb(240,186,246); }
H1.HeaderClassName
{
color: #F0BAF6;
}
.AnyTagClassName
{
color: #F0BAF6;
}
</style>
background-color css
<style>
a { background-color: #F0BAF6; }
a { background-color: rgb(240,186,246); }
div.DivClassName
{
background-color: #F0BAF6;
}
.BgClassName
{
background-color: #F0BAF6;
}
</style>
border-color css
<style>
span { border-color: #F0BAF6; }
span { border-color: rgb(240,186,246); }
td.TdClassName
{
border-color: #F0BAF6;
}
.TagClassName
{
border-color: #F0BAF6;
}
</style>