Shades of Mauve #F4BBFA
Tints of Mauve #F4BBFA
RGB
CMYK
RGB Variations
Color information
#F4BBFA (or 0xF4BBFA) is known color: Mauve. HEX triplet: F4, BB and FA. RGB value is (244,187,250). Sum of RGB (Red+Green+Blue) = 244+187+250=681 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.83% from 681); Green value is 187 (73.44% from 255 or 27.46% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #F4BBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BBFA is #0B4405. Grayscale: #D3D3D3. Windows color (decimal): -738310 or 16432116. OLE color: 16432116.
HSL color Cylindrical-coordinate representation of color #F4BBFA: hue angle of 294.29º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F4BBFA is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 187 | 250 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.02 |
| HSL | 294.29º | 0.86% | 0.86% | - |
| HSV(B) | 294.29º | 0.25% | 0.98% | - |
| XYZ | 72.33 | 61.68 | 98.53 | - |
| YUV | 211.23 | 149.88 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 187 | 250 | 0.02 | 0.25 | 0 | 0.02 | 294.29 | 0.86 | 0.86 |
| Hex | F4 | BB | FA | 2 | 19 | 0 | 2 | 126 | 56 | 56 |
| Octal | 364 | 273 | 372 | 2 | 31 | 0 | 2 | 446 | 126 | 126 |
| Binary | 11110100 | 10111011 | 11111010 | 10 | 11001 | 0 | 10 | 100100110 | 1010110 | 1010110 |
Color Harmonies of #F4BBFA
Complementary color
Monochromatic Colors of #F4BBFA
Black with #F4BBFA
Text Example
Text Example
White with #F4BBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BBFA; }
p { color: rgb(244,187,250); }
H1.HeaderClassName
{
color: #F4BBFA;
}
.AnyTagClassName
{
color: #F4BBFA;
}
</style>
background-color css
<style>
a { background-color: #F4BBFA; }
a { background-color: rgb(244,187,250); }
div.DivClassName
{
background-color: #F4BBFA;
}
.BgClassName
{
background-color: #F4BBFA;
}
</style>
border-color css
<style>
span { border-color: #F4BBFA; }
span { border-color: rgb(244,187,250); }
td.TdClassName
{
border-color: #F4BBFA;
}
.TagClassName
{
border-color: #F4BBFA;
}
</style>