Shades of Mauve #F4BBFE
Tints of Mauve #F4BBFE
RGB
CMYK
RGB Variations
Color information
#F4BBFE (or 0xF4BBFE) is known color: Mauve. HEX triplet: F4, BB and FE. RGB value is (244,187,254). Sum of RGB (Red+Green+Blue) = 244+187+254=685 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.62% from 685); Green value is 187 (73.44% from 255 or 27.30% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4BBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BBFE is #0B4401. Grayscale: #D3D3D3. Windows color (decimal): -738306 or 16694260. OLE color: 16694260.
HSL color Cylindrical-coordinate representation of color #F4BBFE: hue angle of 291.04º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F4BBFE is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 187 | 254 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.00 |
| HSL | 291.04º | 0.97% | 0.86% | - |
| HSV(B) | 291.04º | 0.26% | 1% | - |
| XYZ | 72.97 | 61.93 | 101.87 | - |
| YUV | 211.68 | 151.88 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 187 | 254 | 0.04 | 0.26 | 0 | 0.00 | 291.04 | 0.97 | 0.86 |
| Hex | F4 | BB | FE | 4 | 1A | 0 | 0 | 123 | 61 | 56 |
| Octal | 364 | 273 | 376 | 4 | 32 | 0 | 0 | 443 | 141 | 126 |
| Binary | 11110100 | 10111011 | 11111110 | 100 | 11010 | 0 | 0 | 100100011 | 1100001 | 1010110 |
Color Harmonies of #F4BBFE
Complementary color
Monochromatic Colors of #F4BBFE
Black with #F4BBFE
Text Example
Text Example
White with #F4BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BBFE; }
p { color: rgb(244,187,254); }
H1.HeaderClassName
{
color: #F4BBFE;
}
.AnyTagClassName
{
color: #F4BBFE;
}
</style>
background-color css
<style>
a { background-color: #F4BBFE; }
a { background-color: rgb(244,187,254); }
div.DivClassName
{
background-color: #F4BBFE;
}
.BgClassName
{
background-color: #F4BBFE;
}
</style>
border-color css
<style>
span { border-color: #F4BBFE; }
span { border-color: rgb(244,187,254); }
td.TdClassName
{
border-color: #F4BBFE;
}
.TagClassName
{
border-color: #F4BBFE;
}
</style>