Shades of Mauve #F4BAFD
Tints of Mauve #F4BAFD
RGB
CMYK
RGB Variations
Color information
#F4BAFD (or 0xF4BAFD) is known color: Mauve. HEX triplet: F4, BA and FD. RGB value is (244,186,253). Sum of RGB (Red+Green+Blue) = 244+186+253=683 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.72% from 683); Green value is 186 (73.05% from 255 or 27.23% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #F4BAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BAFD is #0B4502. Grayscale: #D2D2D2. Windows color (decimal): -738563 or 16628468. OLE color: 16628468.
HSL color Cylindrical-coordinate representation of color #F4BAFD: hue angle of 291.94º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F4BAFD is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 186 | 253 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.01 |
| HSL | 291.94º | 0.94% | 0.86% | - |
| HSV(B) | 291.94º | 0.26% | 0.99% | - |
| XYZ | 72.6 | 61.44 | 100.96 | - |
| YUV | 210.98 | 151.72 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 186 | 253 | 0.04 | 0.26 | 0 | 0.01 | 291.94 | 0.94 | 0.86 |
| Hex | F4 | BA | FD | 4 | 1A | 0 | 1 | 124 | 5E | 56 |
| Octal | 364 | 272 | 375 | 4 | 32 | 0 | 1 | 444 | 136 | 126 |
| Binary | 11110100 | 10111010 | 11111101 | 100 | 11010 | 0 | 1 | 100100100 | 1011110 | 1010110 |
Color Harmonies of #F4BAFD
Complementary color
Monochromatic Colors of #F4BAFD
Black with #F4BAFD
Text Example
Text Example
White with #F4BAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BAFD; }
p { color: rgb(244,186,253); }
H1.HeaderClassName
{
color: #F4BAFD;
}
.AnyTagClassName
{
color: #F4BAFD;
}
</style>
background-color css
<style>
a { background-color: #F4BAFD; }
a { background-color: rgb(244,186,253); }
div.DivClassName
{
background-color: #F4BAFD;
}
.BgClassName
{
background-color: #F4BAFD;
}
</style>
border-color css
<style>
span { border-color: #F4BAFD; }
span { border-color: rgb(244,186,253); }
td.TdClassName
{
border-color: #F4BAFD;
}
.TagClassName
{
border-color: #F4BAFD;
}
</style>