Shades of Mauve #F3C2FE
Tints of Mauve #F3C2FE
RGB
CMYK
RGB Variations
Color information
#F3C2FE (or 0xF3C2FE) is known color: Mauve. HEX triplet: F3, C2 and FE. RGB value is (243,194,254). Sum of RGB (Red+Green+Blue) = 243+194+254=691 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.17% from 691); Green value is 194 (76.17% from 255 or 28.08% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3C2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C2FE is #0C3D01. Grayscale: #D7D7D7. Windows color (decimal): -802050 or 16696051. OLE color: 16696051.
HSL color Cylindrical-coordinate representation of color #F3C2FE: hue angle of 289º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F3C2FE is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 194 | 254 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.00 |
| HSL | 289º | 0.97% | 0.88% | - |
| HSV(B) | 289º | 0.24% | 1% | - |
| XYZ | 74.14 | 64.79 | 102.36 | - |
| YUV | 215.49 | 149.73 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 194 | 254 | 0.04 | 0.24 | 0 | 0.00 | 289 | 0.97 | 0.88 |
| Hex | F3 | C2 | FE | 4 | 18 | 0 | 0 | 121 | 61 | 58 |
| Octal | 363 | 302 | 376 | 4 | 30 | 0 | 0 | 441 | 141 | 130 |
| Binary | 11110011 | 11000010 | 11111110 | 100 | 11000 | 0 | 0 | 100100001 | 1100001 | 1011000 |
Color Harmonies of #F3C2FE
Complementary color
Monochromatic Colors of #F3C2FE
Black with #F3C2FE
Text Example
Text Example
White with #F3C2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C2FE; }
p { color: rgb(243,194,254); }
H1.HeaderClassName
{
color: #F3C2FE;
}
.AnyTagClassName
{
color: #F3C2FE;
}
</style>
background-color css
<style>
a { background-color: #F3C2FE; }
a { background-color: rgb(243,194,254); }
div.DivClassName
{
background-color: #F3C2FE;
}
.BgClassName
{
background-color: #F3C2FE;
}
</style>
border-color css
<style>
span { border-color: #F3C2FE; }
span { border-color: rgb(243,194,254); }
td.TdClassName
{
border-color: #F3C2FE;
}
.TagClassName
{
border-color: #F3C2FE;
}
</style>