Shades of Mauve #F4B8F7
Tints of Mauve #F4B8F7
RGB
CMYK
RGB Variations
Color information
#F4B8F7 (or 0xF4B8F7) is known color: Mauve. HEX triplet: F4, B8 and F7. RGB value is (244,184,247). Sum of RGB (Red+Green+Blue) = 244+184+247=675 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.15% from 675); Green value is 184 (72.27% from 255 or 27.26% from 675); Blue value is 247 (96.88% from 255 or 36.59% from 675); Max value from RGB is 247 - color contains mainly: blue. Hex color #F4B8F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4B8F7 is #0B4708. Grayscale: #D0D0D0. Windows color (decimal): -739081 or 16234740. OLE color: 16234740.
HSL color Cylindrical-coordinate representation of color #F4B8F7: hue angle of 297.14º degrees, saturation: 0.8, 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 #F4B8F7 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 244 | 184 | 247 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.03 |
| HSL | 297.14º | 0.8% | 0.85% | - |
| HSV(B) | 297.14º | 0.26% | 0.97% | - |
| XYZ | 71.24 | 60.23 | 95.87 | - |
| YUV | 209.12 | 149.38 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 184 | 247 | 0.01 | 0.26 | 0 | 0.03 | 297.14 | 0.8 | 0.85 |
| Hex | F4 | B8 | F7 | 1 | 1A | 0 | 3 | 129 | 50 | 55 |
| Octal | 364 | 270 | 367 | 1 | 32 | 0 | 3 | 451 | 120 | 125 |
| Binary | 11110100 | 10111000 | 11110111 | 1 | 11010 | 0 | 11 | 100101001 | 1010000 | 1010101 |
Color Harmonies of #F4B8F7
Complementary color
Monochromatic Colors of #F4B8F7
Black with #F4B8F7
Text Example
Text Example
White with #F4B8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B8F7; }
p { color: rgb(244,184,247); }
H1.HeaderClassName
{
color: #F4B8F7;
}
.AnyTagClassName
{
color: #F4B8F7;
}
</style>
background-color css
<style>
a { background-color: #F4B8F7; }
a { background-color: rgb(244,184,247); }
div.DivClassName
{
background-color: #F4B8F7;
}
.BgClassName
{
background-color: #F4B8F7;
}
</style>
border-color css
<style>
span { border-color: #F4B8F7; }
span { border-color: rgb(244,184,247); }
td.TdClassName
{
border-color: #F4B8F7;
}
.TagClassName
{
border-color: #F4B8F7;
}
</style>