Shades of Mauve #F3BFFA
Tints of Mauve #F3BFFA
RGB
CMYK
RGB Variations
Color information
#F3BFFA (or 0xF3BFFA) is known color: Mauve. HEX triplet: F3, BF and FA. RGB value is (243,191,250). Sum of RGB (Red+Green+Blue) = 243+191+250=684 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.53% from 684); Green value is 191 (75% from 255 or 27.92% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #F3BFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BFFA is #0C4005. Grayscale: #D5D5D5. Windows color (decimal): -802822 or 16433139. OLE color: 16433139.
HSL color Cylindrical-coordinate representation of color #F3BFFA: hue angle of 292.88º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F3BFFA is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 191 | 250 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.02 |
| HSL | 292.88º | 0.86% | 0.86% | - |
| HSV(B) | 292.88º | 0.24% | 0.98% | - |
| XYZ | 72.85 | 63.22 | 98.81 | - |
| YUV | 213.27 | 148.73 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 191 | 250 | 0.03 | 0.24 | 0 | 0.02 | 292.88 | 0.86 | 0.86 |
| Hex | F3 | BF | FA | 3 | 18 | 0 | 2 | 125 | 56 | 56 |
| Octal | 363 | 277 | 372 | 3 | 30 | 0 | 2 | 445 | 126 | 126 |
| Binary | 11110011 | 10111111 | 11111010 | 11 | 11000 | 0 | 10 | 100100101 | 1010110 | 1010110 |
Color Harmonies of #F3BFFA
Complementary color
Monochromatic Colors of #F3BFFA
Black with #F3BFFA
Text Example
Text Example
White with #F3BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BFFA; }
p { color: rgb(243,191,250); }
H1.HeaderClassName
{
color: #F3BFFA;
}
.AnyTagClassName
{
color: #F3BFFA;
}
</style>
background-color css
<style>
a { background-color: #F3BFFA; }
a { background-color: rgb(243,191,250); }
div.DivClassName
{
background-color: #F3BFFA;
}
.BgClassName
{
background-color: #F3BFFA;
}
</style>
border-color css
<style>
span { border-color: #F3BFFA; }
span { border-color: rgb(243,191,250); }
td.TdClassName
{
border-color: #F3BFFA;
}
.TagClassName
{
border-color: #F3BFFA;
}
</style>