Shades of Mauve #F3C4FE
Tints of Mauve #F3C4FE
RGB
CMYK
RGB Variations
Color information
#F3C4FE (or 0xF3C4FE) is known color: Mauve. HEX triplet: F3, C4 and FE. RGB value is (243,196,254). Sum of RGB (Red+Green+Blue) = 243+196+254=693 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.06% from 693); Green value is 196 (76.95% from 255 or 28.28% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3C4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C4FE is #0C3B01. Grayscale: #D8D8D8. Windows color (decimal): -801538 or 16696563. OLE color: 16696563.
HSL color Cylindrical-coordinate representation of color #F3C4FE: hue angle of 288.62º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3C4FE is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 196 | 254 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.00 |
| HSL | 288.62º | 0.97% | 0.88% | - |
| HSV(B) | 288.62º | 0.23% | 1% | - |
| XYZ | 74.59 | 65.69 | 102.51 | - |
| YUV | 216.67 | 149.07 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 196 | 254 | 0.04 | 0.23 | 0 | 0.00 | 288.62 | 0.97 | 0.88 |
| Hex | F3 | C4 | FE | 4 | 17 | 0 | 0 | 121 | 61 | 58 |
| Octal | 363 | 304 | 376 | 4 | 27 | 0 | 0 | 441 | 141 | 130 |
| Binary | 11110011 | 11000100 | 11111110 | 100 | 10111 | 0 | 0 | 100100001 | 1100001 | 1011000 |
Color Harmonies of #F3C4FE
Complementary color
Monochromatic Colors of #F3C4FE
Black with #F3C4FE
Text Example
Text Example
White with #F3C4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C4FE; }
p { color: rgb(243,196,254); }
H1.HeaderClassName
{
color: #F3C4FE;
}
.AnyTagClassName
{
color: #F3C4FE;
}
</style>
background-color css
<style>
a { background-color: #F3C4FE; }
a { background-color: rgb(243,196,254); }
div.DivClassName
{
background-color: #F3C4FE;
}
.BgClassName
{
background-color: #F3C4FE;
}
</style>
border-color css
<style>
span { border-color: #F3C4FE; }
span { border-color: rgb(243,196,254); }
td.TdClassName
{
border-color: #F3C4FE;
}
.TagClassName
{
border-color: #F3C4FE;
}
</style>