Shades of Mauve #F0B1FE
Tints of Mauve #F0B1FE
RGB
CMYK
RGB Variations
Color information
#F0B1FE (or 0xF0B1FE) is known color: Mauve. HEX triplet: F0, B1 and FE. RGB value is (240,177,254). Sum of RGB (Red+Green+Blue) = 240+177+254=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 177 (69.53% from 255 or 26.38% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0B1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0B1FE is #0F4E01. Grayscale: #CCCCCC. Windows color (decimal): -1003010 or 16691696. OLE color: 16691696.
HSL color Cylindrical-coordinate representation of color #F0B1FE: hue angle of 289.09º 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 #F0B1FE is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 177 | 254 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.00 |
| HSL | 289.09º | 0.97% | 0.85% | - |
| HSV(B) | 289.09º | 0.3% | 1% | - |
| XYZ | 69.55 | 57.13 | 101.13 | - |
| YUV | 204.62 | 155.87 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 177 | 254 | 0.06 | 0.30 | 0 | 0.00 | 289.09 | 0.97 | 0.85 |
| Hex | F0 | B1 | FE | 6 | 1E | 0 | 0 | 121 | 61 | 55 |
| Octal | 360 | 261 | 376 | 6 | 36 | 0 | 0 | 441 | 141 | 125 |
| Binary | 11110000 | 10110001 | 11111110 | 110 | 11110 | 0 | 0 | 100100001 | 1100001 | 1010101 |
Color Harmonies of #F0B1FE
Complementary color
Monochromatic Colors of #F0B1FE
Black with #F0B1FE
Text Example
Text Example
White with #F0B1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B1FE; }
p { color: rgb(240,177,254); }
H1.HeaderClassName
{
color: #F0B1FE;
}
.AnyTagClassName
{
color: #F0B1FE;
}
</style>
background-color css
<style>
a { background-color: #F0B1FE; }
a { background-color: rgb(240,177,254); }
div.DivClassName
{
background-color: #F0B1FE;
}
.BgClassName
{
background-color: #F0B1FE;
}
</style>
border-color css
<style>
span { border-color: #F0B1FE; }
span { border-color: rgb(240,177,254); }
td.TdClassName
{
border-color: #F0B1FE;
}
.TagClassName
{
border-color: #F0B1FE;
}
</style>