Shades of Mauve #F4B7FF
Tints of Mauve #F4B7FF
RGB
CMYK
RGB Variations
Color information
#F4B7FF (or 0xF4B7FF) is known color: Mauve. HEX triplet: F4, B7 and FF. RGB value is (244,183,255). Sum of RGB (Red+Green+Blue) = 244+183+255=682 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.78% from 682); Green value is 183 (71.88% from 255 or 26.83% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #F4B7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4B7FF is #0B4800. Grayscale: #D1D1D1. Windows color (decimal): -739329 or 16758772. OLE color: 16758772.
HSL color Cylindrical-coordinate representation of color #F4B7FF: hue angle of 290.83º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4B7FF is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 183 | 255 | - |
| CMYK | 0.04 | 0.28 | 0 | 0 |
| HSL | 290.83º | 1% | 0.86% | - |
| HSV(B) | 290.83º | 0.28% | 1% | - |
| XYZ | 72.29 | 60.32 | 102.44 | - |
| YUV | 209.45 | 153.71 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 183 | 255 | 0.04 | 0.28 | 0 | 0 | 290.83 | 1 | 0.86 |
| Hex | F4 | B7 | FF | 4 | 1C | 0 | 0 | 123 | 64 | 56 |
| Octal | 364 | 267 | 377 | 4 | 34 | 0 | 0 | 443 | 144 | 126 |
| Binary | 11110100 | 10110111 | 11111111 | 100 | 11100 | 0 | 0 | 100100011 | 1100100 | 1010110 |
Color Harmonies of #F4B7FF
Complementary color
Monochromatic Colors of #F4B7FF
Black with #F4B7FF
Text Example
Text Example
White with #F4B7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B7FF; }
p { color: rgb(244,183,255); }
H1.HeaderClassName
{
color: #F4B7FF;
}
.AnyTagClassName
{
color: #F4B7FF;
}
</style>
background-color css
<style>
a { background-color: #F4B7FF; }
a { background-color: rgb(244,183,255); }
div.DivClassName
{
background-color: #F4B7FF;
}
.BgClassName
{
background-color: #F4B7FF;
}
</style>
border-color css
<style>
span { border-color: #F4B7FF; }
span { border-color: rgb(244,183,255); }
td.TdClassName
{
border-color: #F4B7FF;
}
.TagClassName
{
border-color: #F4B7FF;
}
</style>