Shades of Mauve #F3BEFA
Tints of Mauve #F3BEFA
RGB
CMYK
RGB Variations
Color information
#F3BEFA (or 0xF3BEFA) is known color: Mauve. HEX triplet: F3, BE and FA. RGB value is (243,190,250). Sum of RGB (Red+Green+Blue) = 243+190+250=683 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.58% from 683); Green value is 190 (74.61% from 255 or 27.82% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #F3BEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BEFA is #0C4105. Grayscale: #D4D4D4. Windows color (decimal): -803078 or 16432883. OLE color: 16432883.
HSL color Cylindrical-coordinate representation of color #F3BEFA: hue angle of 293º 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 #F3BEFA is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 190 | 250 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.02 |
| HSL | 293º | 0.86% | 0.86% | - |
| HSV(B) | 293º | 0.24% | 0.98% | - |
| XYZ | 72.63 | 62.78 | 98.73 | - |
| YUV | 212.69 | 149.06 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 190 | 250 | 0.03 | 0.24 | 0 | 0.02 | 293 | 0.86 | 0.86 |
| Hex | F3 | BE | FA | 3 | 18 | 0 | 2 | 125 | 56 | 56 |
| Octal | 363 | 276 | 372 | 3 | 30 | 0 | 2 | 445 | 126 | 126 |
| Binary | 11110011 | 10111110 | 11111010 | 11 | 11000 | 0 | 10 | 100100101 | 1010110 | 1010110 |
Color Harmonies of #F3BEFA
Complementary color
Monochromatic Colors of #F3BEFA
Black with #F3BEFA
Text Example
Text Example
White with #F3BEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BEFA; }
p { color: rgb(243,190,250); }
H1.HeaderClassName
{
color: #F3BEFA;
}
.AnyTagClassName
{
color: #F3BEFA;
}
</style>
background-color css
<style>
a { background-color: #F3BEFA; }
a { background-color: rgb(243,190,250); }
div.DivClassName
{
background-color: #F3BEFA;
}
.BgClassName
{
background-color: #F3BEFA;
}
</style>
border-color css
<style>
span { border-color: #F3BEFA; }
span { border-color: rgb(243,190,250); }
td.TdClassName
{
border-color: #F3BEFA;
}
.TagClassName
{
border-color: #F3BEFA;
}
</style>