Shades of Mauve #F4BDF9
Tints of Mauve #F4BDF9
RGB
CMYK
RGB Variations
Color information
#F4BDF9 (or 0xF4BDF9) is known color: Mauve. HEX triplet: F4, BD and F9. RGB value is (244,189,249). Sum of RGB (Red+Green+Blue) = 244+189+249=682 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.78% from 682); Green value is 189 (74.22% from 255 or 27.71% from 682); Blue value is 249 (97.66% from 255 or 36.51% from 682); Max value from RGB is 249 - color contains mainly: blue. Hex color #F4BDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BDF9 is #0B4206. Grayscale: #D4D4D4. Windows color (decimal): -737799 or 16367092. OLE color: 16367092.
HSL color Cylindrical-coordinate representation of color #F4BDF9: hue angle of 295º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F4BDF9 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 189 | 249 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.02 |
| HSL | 295º | 0.83% | 0.86% | - |
| HSV(B) | 295º | 0.24% | 0.98% | - |
| XYZ | 72.6 | 62.47 | 97.85 | - |
| YUV | 212.29 | 148.72 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 189 | 249 | 0.02 | 0.24 | 0 | 0.02 | 295 | 0.83 | 0.86 |
| Hex | F4 | BD | F9 | 2 | 18 | 0 | 2 | 127 | 53 | 56 |
| Octal | 364 | 275 | 371 | 2 | 30 | 0 | 2 | 447 | 123 | 126 |
| Binary | 11110100 | 10111101 | 11111001 | 10 | 11000 | 0 | 10 | 100100111 | 1010011 | 1010110 |
Color Harmonies of #F4BDF9
Complementary color
Monochromatic Colors of #F4BDF9
Black with #F4BDF9
Text Example
Text Example
White with #F4BDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BDF9; }
p { color: rgb(244,189,249); }
H1.HeaderClassName
{
color: #F4BDF9;
}
.AnyTagClassName
{
color: #F4BDF9;
}
</style>
background-color css
<style>
a { background-color: #F4BDF9; }
a { background-color: rgb(244,189,249); }
div.DivClassName
{
background-color: #F4BDF9;
}
.BgClassName
{
background-color: #F4BDF9;
}
</style>
border-color css
<style>
span { border-color: #F4BDF9; }
span { border-color: rgb(244,189,249); }
td.TdClassName
{
border-color: #F4BDF9;
}
.TagClassName
{
border-color: #F4BDF9;
}
</style>