Shades of Mauve #F3BAFC
Tints of Mauve #F3BAFC
RGB
CMYK
RGB Variations
Color information
#F3BAFC (or 0xF3BAFC) is known color: Mauve. HEX triplet: F3, BA and FC. RGB value is (243,186,252). Sum of RGB (Red+Green+Blue) = 243+186+252=681 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.68% from 681); Green value is 186 (73.05% from 255 or 27.31% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 252 - color contains mainly: blue. Hex color #F3BAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BAFC is #0C4503. Grayscale: #D2D2D2. Windows color (decimal): -804100 or 16562931. OLE color: 16562931.
HSL color Cylindrical-coordinate representation of color #F3BAFC: hue angle of 291.82º 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 #F3BAFC is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 186 | 252 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.01 |
| HSL | 291.82º | 0.92% | 0.86% | - |
| HSV(B) | 291.82º | 0.26% | 0.99% | - |
| XYZ | 72.09 | 61.2 | 100.11 | - |
| YUV | 210.57 | 151.38 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 252 | 0.04 | 0.26 | 0 | 0.01 | 291.82 | 0.92 | 0.86 |
| Hex | F3 | BA | FC | 4 | 1A | 0 | 1 | 124 | 5C | 56 |
| Octal | 363 | 272 | 374 | 4 | 32 | 0 | 1 | 444 | 134 | 126 |
| Binary | 11110011 | 10111010 | 11111100 | 100 | 11010 | 0 | 1 | 100100100 | 1011100 | 1010110 |
Color Harmonies of #F3BAFC
Complementary color
Monochromatic Colors of #F3BAFC
Black with #F3BAFC
Text Example
Text Example
White with #F3BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BAFC; }
p { color: rgb(243,186,252); }
H1.HeaderClassName
{
color: #F3BAFC;
}
.AnyTagClassName
{
color: #F3BAFC;
}
</style>
background-color css
<style>
a { background-color: #F3BAFC; }
a { background-color: rgb(243,186,252); }
div.DivClassName
{
background-color: #F3BAFC;
}
.BgClassName
{
background-color: #F3BAFC;
}
</style>
border-color css
<style>
span { border-color: #F3BAFC; }
span { border-color: rgb(243,186,252); }
td.TdClassName
{
border-color: #F3BAFC;
}
.TagClassName
{
border-color: #F3BAFC;
}
</style>