Shades of Mauve #F4BCFE
Tints of Mauve #F4BCFE
RGB
CMYK
RGB Variations
Color information
#F4BCFE (or 0xF4BCFE) is known color: Mauve. HEX triplet: F4, BC and FE. RGB value is (244,188,254). Sum of RGB (Red+Green+Blue) = 244+188+254=686 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.57% from 686); Green value is 188 (73.83% from 255 or 27.41% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4BCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BCFE is #0B4301. Grayscale: #D4D4D4. Windows color (decimal): -738050 or 16694516. OLE color: 16694516.
HSL color Cylindrical-coordinate representation of color #F4BCFE: hue angle of 290.91º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F4BCFE is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 188 | 254 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.00 |
| HSL | 290.91º | 0.97% | 0.87% | - |
| HSV(B) | 290.91º | 0.26% | 1% | - |
| XYZ | 73.18 | 62.36 | 101.94 | - |
| YUV | 212.27 | 151.55 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 254 | 0.04 | 0.26 | 0 | 0.00 | 290.91 | 0.97 | 0.87 |
| Hex | F4 | BC | FE | 4 | 1A | 0 | 0 | 123 | 61 | 57 |
| Octal | 364 | 274 | 376 | 4 | 32 | 0 | 0 | 443 | 141 | 127 |
| Binary | 11110100 | 10111100 | 11111110 | 100 | 11010 | 0 | 0 | 100100011 | 1100001 | 1010111 |
Color Harmonies of #F4BCFE
Complementary color
Monochromatic Colors of #F4BCFE
Black with #F4BCFE
Text Example
Text Example
White with #F4BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BCFE; }
p { color: rgb(244,188,254); }
H1.HeaderClassName
{
color: #F4BCFE;
}
.AnyTagClassName
{
color: #F4BCFE;
}
</style>
background-color css
<style>
a { background-color: #F4BCFE; }
a { background-color: rgb(244,188,254); }
div.DivClassName
{
background-color: #F4BCFE;
}
.BgClassName
{
background-color: #F4BCFE;
}
</style>
border-color css
<style>
span { border-color: #F4BCFE; }
span { border-color: rgb(244,188,254); }
td.TdClassName
{
border-color: #F4BCFE;
}
.TagClassName
{
border-color: #F4BCFE;
}
</style>