Shades of Mauve #F0BAFA
Tints of Mauve #F0BAFA
RGB
CMYK
RGB Variations
Color information
#F0BAFA (or 0xF0BAFA) is known color: Mauve. HEX triplet: F0, BA and FA. RGB value is (240,186,250). Sum of RGB (Red+Green+Blue) = 240+186+250=676 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.50% from 676); Green value is 186 (73.05% from 255 or 27.51% from 676); Blue value is 250 (98.05% from 255 or 36.98% from 676); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0BAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BAFA is #0F4505. Grayscale: #D1D1D1. Windows color (decimal): -1000710 or 16431856. OLE color: 16431856.
HSL color Cylindrical-coordinate representation of color #F0BAFA: hue angle of 290.62º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0BAFA is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 186 | 250 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.02 |
| HSL | 290.63º | 0.86% | 0.85% | - |
| HSV(B) | 290.63º | 0.26% | 0.98% | - |
| XYZ | 70.75 | 60.55 | 98.4 | - |
| YUV | 209.44 | 150.89 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 250 | 0.04 | 0.26 | 0 | 0.02 | 290.63 | 0.86 | 0.85 |
| Hex | F0 | BA | FA | 4 | 1A | 0 | 2 | 123 | 56 | 55 |
| Octal | 360 | 272 | 372 | 4 | 32 | 0 | 2 | 443 | 126 | 125 |
| Binary | 11110000 | 10111010 | 11111010 | 100 | 11010 | 0 | 10 | 100100011 | 1010110 | 1010101 |
Color Harmonies of #F0BAFA
Complementary color
Monochromatic Colors of #F0BAFA
Black with #F0BAFA
Text Example
Text Example
White with #F0BAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BAFA; }
p { color: rgb(240,186,250); }
H1.HeaderClassName
{
color: #F0BAFA;
}
.AnyTagClassName
{
color: #F0BAFA;
}
</style>
background-color css
<style>
a { background-color: #F0BAFA; }
a { background-color: rgb(240,186,250); }
div.DivClassName
{
background-color: #F0BAFA;
}
.BgClassName
{
background-color: #F0BAFA;
}
</style>
border-color css
<style>
span { border-color: #F0BAFA; }
span { border-color: rgb(240,186,250); }
td.TdClassName
{
border-color: #F0BAFA;
}
.TagClassName
{
border-color: #F0BAFA;
}
</style>