Shades of Mauve #F0B3FA
Tints of Mauve #F0B3FA
RGB
CMYK
RGB Variations
Color information
#F0B3FA (or 0xF0B3FA) is known color: Mauve. HEX triplet: F0, B3 and FA. RGB value is (240,179,250). Sum of RGB (Red+Green+Blue) = 240+179+250=669 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.87% from 669); Green value is 179 (70.31% from 255 or 26.76% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0B3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B3FA is #0F4C05. Grayscale: #CDCDCD. Windows color (decimal): -1002502 or 16430064. OLE color: 16430064.
HSL color Cylindrical-coordinate representation of color #F0B3FA: hue angle of 291.55º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0B3FA is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 179 | 250 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.02 |
| HSL | 291.55º | 0.88% | 0.84% | - |
| HSV(B) | 291.55º | 0.28% | 0.98% | - |
| XYZ | 69.31 | 57.67 | 97.92 | - |
| YUV | 205.33 | 153.21 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 179 | 250 | 0.04 | 0.28 | 0 | 0.02 | 291.55 | 0.88 | 0.84 |
| Hex | F0 | B3 | FA | 4 | 1C | 0 | 2 | 124 | 58 | 54 |
| Octal | 360 | 263 | 372 | 4 | 34 | 0 | 2 | 444 | 130 | 124 |
| Binary | 11110000 | 10110011 | 11111010 | 100 | 11100 | 0 | 10 | 100100100 | 1011000 | 1010100 |
Color Harmonies of #F0B3FA
Complementary color
Monochromatic Colors of #F0B3FA
Black with #F0B3FA
Text Example
Text Example
White with #F0B3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B3FA; }
p { color: rgb(240,179,250); }
H1.HeaderClassName
{
color: #F0B3FA;
}
.AnyTagClassName
{
color: #F0B3FA;
}
</style>
background-color css
<style>
a { background-color: #F0B3FA; }
a { background-color: rgb(240,179,250); }
div.DivClassName
{
background-color: #F0B3FA;
}
.BgClassName
{
background-color: #F0B3FA;
}
</style>
border-color css
<style>
span { border-color: #F0B3FA; }
span { border-color: rgb(240,179,250); }
td.TdClassName
{
border-color: #F0B3FA;
}
.TagClassName
{
border-color: #F0B3FA;
}
</style>