Shades of Mauve #F2BAFC
Tints of Mauve #F2BAFC
RGB
CMYK
RGB Variations
Color information
#F2BAFC (or 0xF2BAFC) is known color: Mauve. HEX triplet: F2, BA and FC. RGB value is (242,186,252). Sum of RGB (Red+Green+Blue) = 242+186+252=680 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.59% from 680); Green value is 186 (73.05% from 255 or 27.35% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2BAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BAFC is #0D4503. Grayscale: #D2D2D2. Windows color (decimal): -869636 or 16562930. OLE color: 16562930.
HSL color Cylindrical-coordinate representation of color #F2BAFC: hue angle of 290.91º degrees, saturation: 0.92, 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 #F2BAFC is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 186 | 252 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.01 |
| HSL | 290.91º | 0.92% | 0.86% | - |
| HSV(B) | 290.91º | 0.26% | 0.99% | - |
| XYZ | 71.75 | 61.02 | 100.09 | - |
| YUV | 210.27 | 151.55 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 252 | 0.04 | 0.26 | 0 | 0.01 | 290.91 | 0.92 | 0.86 |
| Hex | F2 | BA | FC | 4 | 1A | 0 | 1 | 123 | 5C | 56 |
| Octal | 362 | 272 | 374 | 4 | 32 | 0 | 1 | 443 | 134 | 126 |
| Binary | 11110010 | 10111010 | 11111100 | 100 | 11010 | 0 | 1 | 100100011 | 1011100 | 1010110 |
Color Harmonies of #F2BAFC
Complementary color
Monochromatic Colors of #F2BAFC
Black with #F2BAFC
Text Example
Text Example
White with #F2BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BAFC; }
p { color: rgb(242,186,252); }
H1.HeaderClassName
{
color: #F2BAFC;
}
.AnyTagClassName
{
color: #F2BAFC;
}
</style>
background-color css
<style>
a { background-color: #F2BAFC; }
a { background-color: rgb(242,186,252); }
div.DivClassName
{
background-color: #F2BAFC;
}
.BgClassName
{
background-color: #F2BAFC;
}
</style>
border-color css
<style>
span { border-color: #F2BAFC; }
span { border-color: rgb(242,186,252); }
td.TdClassName
{
border-color: #F2BAFC;
}
.TagClassName
{
border-color: #F2BAFC;
}
</style>