Shades of Mauve #F0B1FC
Tints of Mauve #F0B1FC
RGB
CMYK
RGB Variations
Color information
#F0B1FC (or 0xF0B1FC) is known color: Mauve. HEX triplet: F0, B1 and FC. RGB value is (240,177,252). Sum of RGB (Red+Green+Blue) = 240+177+252=669 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.87% from 669); Green value is 177 (69.53% from 255 or 26.46% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0B1FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0B1FC is #0F4E03. Grayscale: #CCCCCC. Windows color (decimal): -1003012 or 16560624. OLE color: 16560624.
HSL color Cylindrical-coordinate representation of color #F0B1FC: hue angle of 290.4º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0B1FC is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 177 | 252 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.01 |
| HSL | 290.4º | 0.93% | 0.84% | - |
| HSV(B) | 290.4º | 0.3% | 0.99% | - |
| XYZ | 69.23 | 57 | 99.45 | - |
| YUV | 204.39 | 154.87 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 177 | 252 | 0.05 | 0.30 | 0 | 0.01 | 290.4 | 0.93 | 0.84 |
| Hex | F0 | B1 | FC | 5 | 1E | 0 | 1 | 122 | 5D | 54 |
| Octal | 360 | 261 | 374 | 5 | 36 | 0 | 1 | 442 | 135 | 124 |
| Binary | 11110000 | 10110001 | 11111100 | 101 | 11110 | 0 | 1 | 100100010 | 1011101 | 1010100 |
Color Harmonies of #F0B1FC
Complementary color
Monochromatic Colors of #F0B1FC
Black with #F0B1FC
Text Example
Text Example
White with #F0B1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B1FC; }
p { color: rgb(240,177,252); }
H1.HeaderClassName
{
color: #F0B1FC;
}
.AnyTagClassName
{
color: #F0B1FC;
}
</style>
background-color css
<style>
a { background-color: #F0B1FC; }
a { background-color: rgb(240,177,252); }
div.DivClassName
{
background-color: #F0B1FC;
}
.BgClassName
{
background-color: #F0B1FC;
}
</style>
border-color css
<style>
span { border-color: #F0B1FC; }
span { border-color: rgb(240,177,252); }
td.TdClassName
{
border-color: #F0B1FC;
}
.TagClassName
{
border-color: #F0B1FC;
}
</style>