Shades of Mauve #F0BAFE
Tints of Mauve #F0BAFE
RGB
CMYK
RGB Variations
Color information
#F0BAFE (or 0xF0BAFE) is known color: Mauve. HEX triplet: F0, BA and FE. RGB value is (240,186,254). Sum of RGB (Red+Green+Blue) = 240+186+254=680 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.29% from 680); Green value is 186 (73.05% from 255 or 27.35% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0BAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BAFE is #0F4501. Grayscale: #D1D1D1. Windows color (decimal): -1000706 or 16694000. OLE color: 16694000.
HSL color Cylindrical-coordinate representation of color #F0BAFE: hue angle of 287.65º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0BAFE is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 186 | 254 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.00 |
| HSL | 287.65º | 0.97% | 0.86% | - |
| HSV(B) | 287.65º | 0.27% | 1% | - |
| XYZ | 71.38 | 60.8 | 101.74 | - |
| YUV | 209.9 | 152.89 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 254 | 0.06 | 0.27 | 0 | 0.00 | 287.65 | 0.97 | 0.86 |
| Hex | F0 | BA | FE | 6 | 1B | 0 | 0 | 120 | 61 | 56 |
| Octal | 360 | 272 | 376 | 6 | 33 | 0 | 0 | 440 | 141 | 126 |
| Binary | 11110000 | 10111010 | 11111110 | 110 | 11011 | 0 | 0 | 100100000 | 1100001 | 1010110 |
Color Harmonies of #F0BAFE
Complementary color
Monochromatic Colors of #F0BAFE
Black with #F0BAFE
Text Example
Text Example
White with #F0BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BAFE; }
p { color: rgb(240,186,254); }
H1.HeaderClassName
{
color: #F0BAFE;
}
.AnyTagClassName
{
color: #F0BAFE;
}
</style>
background-color css
<style>
a { background-color: #F0BAFE; }
a { background-color: rgb(240,186,254); }
div.DivClassName
{
background-color: #F0BAFE;
}
.BgClassName
{
background-color: #F0BAFE;
}
</style>
border-color css
<style>
span { border-color: #F0BAFE; }
span { border-color: rgb(240,186,254); }
td.TdClassName
{
border-color: #F0BAFE;
}
.TagClassName
{
border-color: #F0BAFE;
}
</style>