Shades of Mauve #F0BEF7
Tints of Mauve #F0BEF7
RGB
CMYK
RGB Variations
Color information
#F0BEF7 (or 0xF0BEF7) is known color: Mauve. HEX triplet: F0, BE and F7. RGB value is (240,190,247). Sum of RGB (Red+Green+Blue) = 240+190+247=677 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.45% from 677); Green value is 190 (74.61% from 255 or 28.06% from 677); Blue value is 247 (96.88% from 255 or 36.48% from 677); Max value from RGB is 247 - color contains mainly: blue. Hex color #F0BEF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BEF7 is #0F4108. Grayscale: #D3D3D3. Windows color (decimal): -999689 or 16236272. OLE color: 16236272.
HSL color Cylindrical-coordinate representation of color #F0BEF7: hue angle of 292.63º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0BEF7 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 190 | 247 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.03 |
| HSL | 292.63º | 0.78% | 0.86% | - |
| HSV(B) | 292.63º | 0.23% | 0.97% | - |
| XYZ | 71.14 | 62.07 | 96.23 | - |
| YUV | 211.45 | 148.07 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 190 | 247 | 0.03 | 0.23 | 0 | 0.03 | 292.63 | 0.78 | 0.86 |
| Hex | F0 | BE | F7 | 3 | 17 | 0 | 3 | 125 | 4E | 56 |
| Octal | 360 | 276 | 367 | 3 | 27 | 0 | 3 | 445 | 116 | 126 |
| Binary | 11110000 | 10111110 | 11110111 | 11 | 10111 | 0 | 11 | 100100101 | 1001110 | 1010110 |
Color Harmonies of #F0BEF7
Complementary color
Monochromatic Colors of #F0BEF7
Black with #F0BEF7
Text Example
Text Example
White with #F0BEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BEF7; }
p { color: rgb(240,190,247); }
H1.HeaderClassName
{
color: #F0BEF7;
}
.AnyTagClassName
{
color: #F0BEF7;
}
</style>
background-color css
<style>
a { background-color: #F0BEF7; }
a { background-color: rgb(240,190,247); }
div.DivClassName
{
background-color: #F0BEF7;
}
.BgClassName
{
background-color: #F0BEF7;
}
</style>
border-color css
<style>
span { border-color: #F0BEF7; }
span { border-color: rgb(240,190,247); }
td.TdClassName
{
border-color: #F0BEF7;
}
.TagClassName
{
border-color: #F0BEF7;
}
</style>