Shades of Mauve #F0B0FA
Tints of Mauve #F0B0FA
RGB
CMYK
RGB Variations
Color information
#F0B0FA (or 0xF0B0FA) is known color: Mauve. HEX triplet: F0, B0 and FA. RGB value is (240,176,250). Sum of RGB (Red+Green+Blue) = 240+176+250=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 176 (69.14% from 255 or 26.43% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0B0FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0B0FA is #0F4F05. Grayscale: #CBCBCB. Windows color (decimal): -1003270 or 16429296. OLE color: 16429296.
HSL color Cylindrical-coordinate representation of color #F0B0FA: hue angle of 291.89º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0B0FA is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 176 | 250 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.02 |
| HSL | 291.89º | 0.88% | 0.84% | - |
| HSV(B) | 291.89º | 0.3% | 0.98% | - |
| XYZ | 68.72 | 56.48 | 97.72 | - |
| YUV | 203.57 | 154.2 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 176 | 250 | 0.04 | 0.30 | 0 | 0.02 | 291.89 | 0.88 | 0.84 |
| Hex | F0 | B0 | FA | 4 | 1E | 0 | 2 | 124 | 58 | 54 |
| Octal | 360 | 260 | 372 | 4 | 36 | 0 | 2 | 444 | 130 | 124 |
| Binary | 11110000 | 10110000 | 11111010 | 100 | 11110 | 0 | 10 | 100100100 | 1011000 | 1010100 |
Color Harmonies of #F0B0FA
Complementary color
Monochromatic Colors of #F0B0FA
Black with #F0B0FA
Text Example
Text Example
White with #F0B0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B0FA; }
p { color: rgb(240,176,250); }
H1.HeaderClassName
{
color: #F0B0FA;
}
.AnyTagClassName
{
color: #F0B0FA;
}
</style>
background-color css
<style>
a { background-color: #F0B0FA; }
a { background-color: rgb(240,176,250); }
div.DivClassName
{
background-color: #F0B0FA;
}
.BgClassName
{
background-color: #F0B0FA;
}
</style>
border-color css
<style>
span { border-color: #F0B0FA; }
span { border-color: rgb(240,176,250); }
td.TdClassName
{
border-color: #F0B0FA;
}
.TagClassName
{
border-color: #F0B0FA;
}
</style>