Shades of Mauve #F4B7FB
Tints of Mauve #F4B7FB
RGB
CMYK
RGB Variations
Color information
#F4B7FB (or 0xF4B7FB) is known color: Mauve. HEX triplet: F4, B7 and FB. RGB value is (244,183,251). Sum of RGB (Red+Green+Blue) = 244+183+251=678 (89% of max value = 765). Red value is 244 (95.70% from 255 or 35.99% from 678); Green value is 183 (71.88% from 255 or 26.99% from 678); Blue value is 251 (98.44% from 255 or 37.02% from 678); Max value from RGB is 251 - color contains mainly: blue. Hex color #F4B7FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4B7FB is #0B4804. Grayscale: #D0D0D0. Windows color (decimal): -739333 or 16496628. OLE color: 16496628.
HSL color Cylindrical-coordinate representation of color #F4B7FB: hue angle of 293.82º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F4B7FB is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 183 | 251 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.02 |
| HSL | 293.82º | 0.89% | 0.85% | - |
| HSV(B) | 293.82º | 0.27% | 0.98% | - |
| XYZ | 71.65 | 60.07 | 99.08 | - |
| YUV | 208.99 | 151.71 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 183 | 251 | 0.03 | 0.27 | 0 | 0.02 | 293.82 | 0.89 | 0.85 |
| Hex | F4 | B7 | FB | 3 | 1B | 0 | 2 | 126 | 59 | 55 |
| Octal | 364 | 267 | 373 | 3 | 33 | 0 | 2 | 446 | 131 | 125 |
| Binary | 11110100 | 10110111 | 11111011 | 11 | 11011 | 0 | 10 | 100100110 | 1011001 | 1010101 |
Color Harmonies of #F4B7FB
Complementary color
Monochromatic Colors of #F4B7FB
Black with #F4B7FB
Text Example
Text Example
White with #F4B7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B7FB; }
p { color: rgb(244,183,251); }
H1.HeaderClassName
{
color: #F4B7FB;
}
.AnyTagClassName
{
color: #F4B7FB;
}
</style>
background-color css
<style>
a { background-color: #F4B7FB; }
a { background-color: rgb(244,183,251); }
div.DivClassName
{
background-color: #F4B7FB;
}
.BgClassName
{
background-color: #F4B7FB;
}
</style>
border-color css
<style>
span { border-color: #F4B7FB; }
span { border-color: rgb(244,183,251); }
td.TdClassName
{
border-color: #F4B7FB;
}
.TagClassName
{
border-color: #F4B7FB;
}
</style>