Shades of Mauve #F4B4F9
Tints of Mauve #F4B4F9
RGB
CMYK
RGB Variations
Color information
#F4B4F9 (or 0xF4B4F9) is known color: Mauve. HEX triplet: F4, B4 and F9. RGB value is (244,180,249). Sum of RGB (Red+Green+Blue) = 244+180+249=673 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.26% from 673); Green value is 180 (70.70% from 255 or 26.75% from 673); Blue value is 249 (97.66% from 255 or 37.00% from 673); Max value from RGB is 249 - color contains mainly: blue. Hex color #F4B4F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4B4F9 is #0B4B06. Grayscale: #CECECE. Windows color (decimal): -740103 or 16364788. OLE color: 16364788.
HSL color Cylindrical-coordinate representation of color #F4B4F9: hue angle of 295.65º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4B4F9 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 180 | 249 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.02 |
| HSL | 295.65º | 0.85% | 0.84% | - |
| HSV(B) | 295.65º | 0.28% | 0.98% | - |
| XYZ | 70.73 | 58.72 | 97.23 | - |
| YUV | 207 | 151.7 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 180 | 249 | 0.02 | 0.28 | 0 | 0.02 | 295.65 | 0.85 | 0.84 |
| Hex | F4 | B4 | F9 | 2 | 1C | 0 | 2 | 128 | 55 | 54 |
| Octal | 364 | 264 | 371 | 2 | 34 | 0 | 2 | 450 | 125 | 124 |
| Binary | 11110100 | 10110100 | 11111001 | 10 | 11100 | 0 | 10 | 100101000 | 1010101 | 1010100 |
Color Harmonies of #F4B4F9
Complementary color
Monochromatic Colors of #F4B4F9
Black with #F4B4F9
Text Example
Text Example
White with #F4B4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B4F9; }
p { color: rgb(244,180,249); }
H1.HeaderClassName
{
color: #F4B4F9;
}
.AnyTagClassName
{
color: #F4B4F9;
}
</style>
background-color css
<style>
a { background-color: #F4B4F9; }
a { background-color: rgb(244,180,249); }
div.DivClassName
{
background-color: #F4B4F9;
}
.BgClassName
{
background-color: #F4B4F9;
}
</style>
border-color css
<style>
span { border-color: #F4B4F9; }
span { border-color: rgb(244,180,249); }
td.TdClassName
{
border-color: #F4B4F9;
}
.TagClassName
{
border-color: #F4B4F9;
}
</style>