Shades of Mauve #F3B9FE
Tints of Mauve #F3B9FE
RGB
CMYK
RGB Variations
Color information
#F3B9FE (or 0xF3B9FE) is known color: Mauve. HEX triplet: F3, B9 and FE. RGB value is (243,185,254). Sum of RGB (Red+Green+Blue) = 243+185+254=682 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.63% from 682); Green value is 185 (72.66% from 255 or 27.13% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3B9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3B9FE is #0C4601. Grayscale: #D1D1D1. Windows color (decimal): -804354 or 16693747. OLE color: 16693747.
HSL color Cylindrical-coordinate representation of color #F3B9FE: hue angle of 290.43º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F3B9FE is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 185 | 254 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.00 |
| HSL | 290.43º | 0.97% | 0.86% | - |
| HSV(B) | 290.43º | 0.27% | 1% | - |
| XYZ | 72.2 | 60.91 | 101.72 | - |
| YUV | 210.21 | 152.72 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 185 | 254 | 0.04 | 0.27 | 0 | 0.00 | 290.43 | 0.97 | 0.86 |
| Hex | F3 | B9 | FE | 4 | 1B | 0 | 0 | 122 | 61 | 56 |
| Octal | 363 | 271 | 376 | 4 | 33 | 0 | 0 | 442 | 141 | 126 |
| Binary | 11110011 | 10111001 | 11111110 | 100 | 11011 | 0 | 0 | 100100010 | 1100001 | 1010110 |
Color Harmonies of #F3B9FE
Complementary color
Monochromatic Colors of #F3B9FE
Black with #F3B9FE
Text Example
Text Example
White with #F3B9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B9FE; }
p { color: rgb(243,185,254); }
H1.HeaderClassName
{
color: #F3B9FE;
}
.AnyTagClassName
{
color: #F3B9FE;
}
</style>
background-color css
<style>
a { background-color: #F3B9FE; }
a { background-color: rgb(243,185,254); }
div.DivClassName
{
background-color: #F3B9FE;
}
.BgClassName
{
background-color: #F3B9FE;
}
</style>
border-color css
<style>
span { border-color: #F3B9FE; }
span { border-color: rgb(243,185,254); }
td.TdClassName
{
border-color: #F3B9FE;
}
.TagClassName
{
border-color: #F3B9FE;
}
</style>