Shades of Mauve #F0BFF7
Tints of Mauve #F0BFF7
RGB
CMYK
RGB Variations
Color information
#F0BFF7 (or 0xF0BFF7) is known color: Mauve. HEX triplet: F0, BF and F7. RGB value is (240,191,247). Sum of RGB (Red+Green+Blue) = 240+191+247=678 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.40% from 678); Green value is 191 (75% from 255 or 28.17% from 678); Blue value is 247 (96.88% from 255 or 36.43% from 678); Max value from RGB is 247 - color contains mainly: blue. Hex color #F0BFF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BFF7 is #0F4008. Grayscale: #D3D3D3. Windows color (decimal): -999433 or 16236528. OLE color: 16236528.
HSL color Cylindrical-coordinate representation of color #F0BFF7: hue angle of 292.5º 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 #F0BFF7 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 191 | 247 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.03 |
| HSL | 292.5º | 0.78% | 0.86% | - |
| HSV(B) | 292.5º | 0.23% | 0.97% | - |
| XYZ | 71.35 | 62.5 | 96.3 | - |
| YUV | 212.04 | 147.73 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 247 | 0.03 | 0.23 | 0 | 0.03 | 292.5 | 0.78 | 0.86 |
| Hex | F0 | BF | F7 | 3 | 17 | 0 | 3 | 124 | 4E | 56 |
| Octal | 360 | 277 | 367 | 3 | 27 | 0 | 3 | 444 | 116 | 126 |
| Binary | 11110000 | 10111111 | 11110111 | 11 | 10111 | 0 | 11 | 100100100 | 1001110 | 1010110 |
Color Harmonies of #F0BFF7
Complementary color
Monochromatic Colors of #F0BFF7
Black with #F0BFF7
Text Example
Text Example
White with #F0BFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BFF7; }
p { color: rgb(240,191,247); }
H1.HeaderClassName
{
color: #F0BFF7;
}
.AnyTagClassName
{
color: #F0BFF7;
}
</style>
background-color css
<style>
a { background-color: #F0BFF7; }
a { background-color: rgb(240,191,247); }
div.DivClassName
{
background-color: #F0BFF7;
}
.BgClassName
{
background-color: #F0BFF7;
}
</style>
border-color css
<style>
span { border-color: #F0BFF7; }
span { border-color: rgb(240,191,247); }
td.TdClassName
{
border-color: #F0BFF7;
}
.TagClassName
{
border-color: #F0BFF7;
}
</style>