Shades of Mauve #F0B4F7
Tints of Mauve #F0B4F7
RGB
CMYK
RGB Variations
Color information
#F0B4F7 (or 0xF0B4F7) is known color: Mauve. HEX triplet: F0, B4 and F7. RGB value is (240,180,247). Sum of RGB (Red+Green+Blue) = 240+180+247=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 180 (70.70% from 255 or 26.99% from 667); Blue value is 247 (96.88% from 255 or 37.03% from 667); Max value from RGB is 247 - color contains mainly: blue. Hex color #F0B4F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B4F7 is #0F4B08. Grayscale: #CDCDCD. Windows color (decimal): -1002249 or 16233712. OLE color: 16233712.
HSL color Cylindrical-coordinate representation of color #F0B4F7: hue angle of 293.73º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0B4F7 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 180 | 247 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.03 |
| HSL | 293.73º | 0.81% | 0.84% | - |
| HSV(B) | 293.73º | 0.27% | 0.97% | - |
| XYZ | 69.04 | 57.88 | 95.53 | - |
| YUV | 205.58 | 151.38 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 180 | 247 | 0.03 | 0.27 | 0 | 0.03 | 293.73 | 0.81 | 0.84 |
| Hex | F0 | B4 | F7 | 3 | 1B | 0 | 3 | 126 | 51 | 54 |
| Octal | 360 | 264 | 367 | 3 | 33 | 0 | 3 | 446 | 121 | 124 |
| Binary | 11110000 | 10110100 | 11110111 | 11 | 11011 | 0 | 11 | 100100110 | 1010001 | 1010100 |
Color Harmonies of #F0B4F7
Complementary color
Monochromatic Colors of #F0B4F7
Black with #F0B4F7
Text Example
Text Example
White with #F0B4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B4F7; }
p { color: rgb(240,180,247); }
H1.HeaderClassName
{
color: #F0B4F7;
}
.AnyTagClassName
{
color: #F0B4F7;
}
</style>
background-color css
<style>
a { background-color: #F0B4F7; }
a { background-color: rgb(240,180,247); }
div.DivClassName
{
background-color: #F0B4F7;
}
.BgClassName
{
background-color: #F0B4F7;
}
</style>
border-color css
<style>
span { border-color: #F0B4F7; }
span { border-color: rgb(240,180,247); }
td.TdClassName
{
border-color: #F0B4F7;
}
.TagClassName
{
border-color: #F0B4F7;
}
</style>