Shades of Mauve #F4BCFC
Tints of Mauve #F4BCFC
RGB
CMYK
RGB Variations
Color information
#F4BCFC (or 0xF4BCFC) is known color: Mauve. HEX triplet: F4, BC and FC. RGB value is (244,188,252). Sum of RGB (Red+Green+Blue) = 244+188+252=684 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.67% from 684); Green value is 188 (73.83% from 255 or 27.49% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #F4BCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BCFC is #0B4303. Grayscale: #D3D3D3. Windows color (decimal): -738052 or 16563444. OLE color: 16563444.
HSL color Cylindrical-coordinate representation of color #F4BCFC: hue angle of 292.5º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F4BCFC is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 188 | 252 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.01 |
| HSL | 292.5º | 0.91% | 0.86% | - |
| HSV(B) | 292.5º | 0.25% | 0.99% | - |
| XYZ | 72.86 | 62.23 | 100.27 | - |
| YUV | 212.04 | 150.55 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 252 | 0.03 | 0.25 | 0 | 0.01 | 292.5 | 0.91 | 0.86 |
| Hex | F4 | BC | FC | 3 | 19 | 0 | 1 | 124 | 5B | 56 |
| Octal | 364 | 274 | 374 | 3 | 31 | 0 | 1 | 444 | 133 | 126 |
| Binary | 11110100 | 10111100 | 11111100 | 11 | 11001 | 0 | 1 | 100100100 | 1011011 | 1010110 |
Color Harmonies of #F4BCFC
Complementary color
Monochromatic Colors of #F4BCFC
Black with #F4BCFC
Text Example
Text Example
White with #F4BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BCFC; }
p { color: rgb(244,188,252); }
H1.HeaderClassName
{
color: #F4BCFC;
}
.AnyTagClassName
{
color: #F4BCFC;
}
</style>
background-color css
<style>
a { background-color: #F4BCFC; }
a { background-color: rgb(244,188,252); }
div.DivClassName
{
background-color: #F4BCFC;
}
.BgClassName
{
background-color: #F4BCFC;
}
</style>
border-color css
<style>
span { border-color: #F4BCFC; }
span { border-color: rgb(244,188,252); }
td.TdClassName
{
border-color: #F4BCFC;
}
.TagClassName
{
border-color: #F4BCFC;
}
</style>