Shades of Mauve #F0B0FF
Tints of Mauve #F0B0FF
RGB
CMYK
RGB Variations
Color information
#F0B0FF (or 0xF0B0FF) is known color: Mauve. HEX triplet: F0, B0 and FF. RGB value is (240,176,255). Sum of RGB (Red+Green+Blue) = 240+176+255=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 176 (69.14% from 255 or 26.23% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0B0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0B0FF is #0F4F00. Grayscale: #CBCBCB. Windows color (decimal): -1003265 or 16756976. OLE color: 16756976.
HSL color Cylindrical-coordinate representation of color #F0B0FF: hue angle of 288.61º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0B0FF is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 176 | 255 | - |
| CMYK | 0.06 | 0.31 | 0 | 0 |
| HSL | 288.61º | 1% | 0.85% | - |
| HSV(B) | 288.61º | 0.31% | 1% | - |
| XYZ | 69.51 | 56.8 | 101.91 | - |
| YUV | 204.14 | 156.7 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 176 | 255 | 0.06 | 0.31 | 0 | 0 | 288.61 | 1 | 0.85 |
| Hex | F0 | B0 | FF | 6 | 1F | 0 | 0 | 121 | 64 | 55 |
| Octal | 360 | 260 | 377 | 6 | 37 | 0 | 0 | 441 | 144 | 125 |
| Binary | 11110000 | 10110000 | 11111111 | 110 | 11111 | 0 | 0 | 100100001 | 1100100 | 1010101 |
Color Harmonies of #F0B0FF
Complementary color
Monochromatic Colors of #F0B0FF
Black with #F0B0FF
Text Example
Text Example
White with #F0B0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B0FF; }
p { color: rgb(240,176,255); }
H1.HeaderClassName
{
color: #F0B0FF;
}
.AnyTagClassName
{
color: #F0B0FF;
}
</style>
background-color css
<style>
a { background-color: #F0B0FF; }
a { background-color: rgb(240,176,255); }
div.DivClassName
{
background-color: #F0B0FF;
}
.BgClassName
{
background-color: #F0B0FF;
}
</style>
border-color css
<style>
span { border-color: #F0B0FF; }
span { border-color: rgb(240,176,255); }
td.TdClassName
{
border-color: #F0B0FF;
}
.TagClassName
{
border-color: #F0B0FF;
}
</style>