Shades of Mauve #F4BBF9
Tints of Mauve #F4BBF9
RGB
CMYK
RGB Variations
Color information
#F4BBF9 (or 0xF4BBF9) is known color: Mauve. HEX triplet: F4, BB and F9. RGB value is (244,187,249). Sum of RGB (Red+Green+Blue) = 244+187+249=680 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.88% from 680); Green value is 187 (73.44% from 255 or 27.5% from 680); Blue value is 249 (97.66% from 255 or 36.62% from 680); Max value from RGB is 249 - color contains mainly: blue. Hex color #F4BBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BBF9 is #0B4406. Grayscale: #D2D2D2. Windows color (decimal): -738311 or 16366580. OLE color: 16366580.
HSL color Cylindrical-coordinate representation of color #F4BBF9: hue angle of 295.16º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F4BBF9 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 187 | 249 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.02 |
| HSL | 295.16º | 0.84% | 0.85% | - |
| HSV(B) | 295.16º | 0.25% | 0.98% | - |
| XYZ | 72.18 | 61.61 | 97.71 | - |
| YUV | 211.11 | 149.38 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 187 | 249 | 0.02 | 0.25 | 0 | 0.02 | 295.16 | 0.84 | 0.85 |
| Hex | F4 | BB | F9 | 2 | 19 | 0 | 2 | 127 | 54 | 55 |
| Octal | 364 | 273 | 371 | 2 | 31 | 0 | 2 | 447 | 124 | 125 |
| Binary | 11110100 | 10111011 | 11111001 | 10 | 11001 | 0 | 10 | 100100111 | 1010100 | 1010101 |
Color Harmonies of #F4BBF9
Complementary color
Monochromatic Colors of #F4BBF9
Black with #F4BBF9
Text Example
Text Example
White with #F4BBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BBF9; }
p { color: rgb(244,187,249); }
H1.HeaderClassName
{
color: #F4BBF9;
}
.AnyTagClassName
{
color: #F4BBF9;
}
</style>
background-color css
<style>
a { background-color: #F4BBF9; }
a { background-color: rgb(244,187,249); }
div.DivClassName
{
background-color: #F4BBF9;
}
.BgClassName
{
background-color: #F4BBF9;
}
</style>
border-color css
<style>
span { border-color: #F4BBF9; }
span { border-color: rgb(244,187,249); }
td.TdClassName
{
border-color: #F4BBF9;
}
.TagClassName
{
border-color: #F4BBF9;
}
</style>