Shades of Mauve #F0B3FE
Tints of Mauve #F0B3FE
RGB
CMYK
RGB Variations
Color information
#F0B3FE (or 0xF0B3FE) is known color: Mauve. HEX triplet: F0, B3 and FE. RGB value is (240,179,254). Sum of RGB (Red+Green+Blue) = 240+179+254=673 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.66% from 673); Green value is 179 (70.31% from 255 or 26.60% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0B3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B3FE is #0F4C01. Grayscale: #CDCDCD. Windows color (decimal): -1002498 or 16692208. OLE color: 16692208.
HSL color Cylindrical-coordinate representation of color #F0B3FE: hue angle of 288.8º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0B3FE is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 179 | 254 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.00 |
| HSL | 288.8º | 0.97% | 0.85% | - |
| HSV(B) | 288.8º | 0.3% | 1% | - |
| XYZ | 69.94 | 57.92 | 101.26 | - |
| YUV | 205.79 | 155.21 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 179 | 254 | 0.06 | 0.30 | 0 | 0.00 | 288.8 | 0.97 | 0.85 |
| Hex | F0 | B3 | FE | 6 | 1E | 0 | 0 | 121 | 61 | 55 |
| Octal | 360 | 263 | 376 | 6 | 36 | 0 | 0 | 441 | 141 | 125 |
| Binary | 11110000 | 10110011 | 11111110 | 110 | 11110 | 0 | 0 | 100100001 | 1100001 | 1010101 |
Color Harmonies of #F0B3FE
Complementary color
Monochromatic Colors of #F0B3FE
Black with #F0B3FE
Text Example
Text Example
White with #F0B3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B3FE; }
p { color: rgb(240,179,254); }
H1.HeaderClassName
{
color: #F0B3FE;
}
.AnyTagClassName
{
color: #F0B3FE;
}
</style>
background-color css
<style>
a { background-color: #F0B3FE; }
a { background-color: rgb(240,179,254); }
div.DivClassName
{
background-color: #F0B3FE;
}
.BgClassName
{
background-color: #F0B3FE;
}
</style>
border-color css
<style>
span { border-color: #F0B3FE; }
span { border-color: rgb(240,179,254); }
td.TdClassName
{
border-color: #F0B3FE;
}
.TagClassName
{
border-color: #F0B3FE;
}
</style>