Shades of Mauve #F0B7F8
Tints of Mauve #F0B7F8
RGB
CMYK
RGB Variations
Color information
#F0B7F8 (or 0xF0B7F8) is known color: Mauve. HEX triplet: F0, B7 and F8. RGB value is (240,183,248). Sum of RGB (Red+Green+Blue) = 240+183+248=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 183 (71.88% from 255 or 27.27% from 671); Blue value is 248 (97.27% from 255 or 36.96% from 671); Max value from RGB is 248 - color contains mainly: blue. Hex color #F0B7F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B7F8 is #0F4807. Grayscale: #CFCFCF. Windows color (decimal): -1001480 or 16300016. OLE color: 16300016.
HSL color Cylindrical-coordinate representation of color #F0B7F8: hue angle of 292.62º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0B7F8 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 183 | 248 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.03 |
| HSL | 292.62º | 0.82% | 0.85% | - |
| HSV(B) | 292.62º | 0.26% | 0.97% | - |
| XYZ | 69.81 | 59.17 | 96.55 | - |
| YUV | 207.45 | 150.88 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 183 | 248 | 0.03 | 0.26 | 0 | 0.03 | 292.62 | 0.82 | 0.85 |
| Hex | F0 | B7 | F8 | 3 | 1A | 0 | 3 | 125 | 52 | 55 |
| Octal | 360 | 267 | 370 | 3 | 32 | 0 | 3 | 445 | 122 | 125 |
| Binary | 11110000 | 10110111 | 11111000 | 11 | 11010 | 0 | 11 | 100100101 | 1010010 | 1010101 |
Color Harmonies of #F0B7F8
Complementary color
Monochromatic Colors of #F0B7F8
Black with #F0B7F8
Text Example
Text Example
White with #F0B7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B7F8; }
p { color: rgb(240,183,248); }
H1.HeaderClassName
{
color: #F0B7F8;
}
.AnyTagClassName
{
color: #F0B7F8;
}
</style>
background-color css
<style>
a { background-color: #F0B7F8; }
a { background-color: rgb(240,183,248); }
div.DivClassName
{
background-color: #F0B7F8;
}
.BgClassName
{
background-color: #F0B7F8;
}
</style>
border-color css
<style>
span { border-color: #F0B7F8; }
span { border-color: rgb(240,183,248); }
td.TdClassName
{
border-color: #F0B7F8;
}
.TagClassName
{
border-color: #F0B7F8;
}
</style>