Shades of Mauve #F0B0FE
Tints of Mauve #F0B0FE
RGB
CMYK
RGB Variations
Color information
#F0B0FE (or 0xF0B0FE) is known color: Mauve. HEX triplet: F0, B0 and FE. RGB value is (240,176,254). Sum of RGB (Red+Green+Blue) = 240+176+254=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 176 (69.14% from 255 or 26.27% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0B0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0B0FE is #0F4F01. Grayscale: #CBCBCB. Windows color (decimal): -1003266 or 16691440. OLE color: 16691440.
HSL color Cylindrical-coordinate representation of color #F0B0FE: hue angle of 289.23º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0B0FE is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 176 | 254 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.00 |
| HSL | 289.23º | 0.98% | 0.84% | - |
| HSV(B) | 289.23º | 0.31% | 1% | - |
| XYZ | 69.35 | 56.73 | 101.06 | - |
| YUV | 204.03 | 156.2 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 176 | 254 | 0.06 | 0.31 | 0 | 0.00 | 289.23 | 0.98 | 0.84 |
| Hex | F0 | B0 | FE | 6 | 1F | 0 | 0 | 121 | 62 | 54 |
| Octal | 360 | 260 | 376 | 6 | 37 | 0 | 0 | 441 | 142 | 124 |
| Binary | 11110000 | 10110000 | 11111110 | 110 | 11111 | 0 | 0 | 100100001 | 1100010 | 1010100 |
Color Harmonies of #F0B0FE
Complementary color
Monochromatic Colors of #F0B0FE
Black with #F0B0FE
Text Example
Text Example
White with #F0B0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B0FE; }
p { color: rgb(240,176,254); }
H1.HeaderClassName
{
color: #F0B0FE;
}
.AnyTagClassName
{
color: #F0B0FE;
}
</style>
background-color css
<style>
a { background-color: #F0B0FE; }
a { background-color: rgb(240,176,254); }
div.DivClassName
{
background-color: #F0B0FE;
}
.BgClassName
{
background-color: #F0B0FE;
}
</style>
border-color css
<style>
span { border-color: #F0B0FE; }
span { border-color: rgb(240,176,254); }
td.TdClassName
{
border-color: #F0B0FE;
}
.TagClassName
{
border-color: #F0B0FE;
}
</style>