Shades of Mauve #F3B0FA
Tints of Mauve #F3B0FA
RGB
CMYK
RGB Variations
Color information
#F3B0FA (or 0xF3B0FA) is known color: Mauve. HEX triplet: F3, B0 and FA. RGB value is (243,176,250). Sum of RGB (Red+Green+Blue) = 243+176+250=669 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.32% from 669); Green value is 176 (69.14% from 255 or 26.31% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #F3B0FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3B0FA is #0C4F05. Grayscale: #CCCCCC. Windows color (decimal): -806662 or 16429299. OLE color: 16429299.
HSL color Cylindrical-coordinate representation of color #F3B0FA: hue angle of 294.32º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3B0FA is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 176 | 250 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.02 |
| HSL | 294.32º | 0.88% | 0.84% | - |
| HSV(B) | 294.32º | 0.3% | 0.98% | - |
| XYZ | 69.74 | 57.01 | 97.77 | - |
| YUV | 204.47 | 153.7 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 176 | 250 | 0.03 | 0.30 | 0 | 0.02 | 294.32 | 0.88 | 0.84 |
| Hex | F3 | B0 | FA | 3 | 1E | 0 | 2 | 126 | 58 | 54 |
| Octal | 363 | 260 | 372 | 3 | 36 | 0 | 2 | 446 | 130 | 124 |
| Binary | 11110011 | 10110000 | 11111010 | 11 | 11110 | 0 | 10 | 100100110 | 1011000 | 1010100 |
Color Harmonies of #F3B0FA
Complementary color
Monochromatic Colors of #F3B0FA
Black with #F3B0FA
Text Example
Text Example
White with #F3B0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B0FA; }
p { color: rgb(243,176,250); }
H1.HeaderClassName
{
color: #F3B0FA;
}
.AnyTagClassName
{
color: #F3B0FA;
}
</style>
background-color css
<style>
a { background-color: #F3B0FA; }
a { background-color: rgb(243,176,250); }
div.DivClassName
{
background-color: #F3B0FA;
}
.BgClassName
{
background-color: #F3B0FA;
}
</style>
border-color css
<style>
span { border-color: #F3B0FA; }
span { border-color: rgb(243,176,250); }
td.TdClassName
{
border-color: #F3B0FA;
}
.TagClassName
{
border-color: #F3B0FA;
}
</style>