Shades of Mauve #F3C3FE
Tints of Mauve #F3C3FE
RGB
CMYK
RGB Variations
Color information
#F3C3FE (or 0xF3C3FE) is known color: Mauve. HEX triplet: F3, C3 and FE. RGB value is (243,195,254). Sum of RGB (Red+Green+Blue) = 243+195+254=692 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.12% from 692); Green value is 195 (76.56% from 255 or 28.18% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3C3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C3FE is #0C3C01. Grayscale: #D7D7D7. Windows color (decimal): -801794 or 16696307. OLE color: 16696307.
HSL color Cylindrical-coordinate representation of color #F3C3FE: hue angle of 288.81º 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 #F3C3FE is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 195 | 254 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.00 |
| HSL | 288.81º | 0.97% | 0.88% | - |
| HSV(B) | 288.81º | 0.23% | 1% | - |
| XYZ | 74.37 | 65.24 | 102.44 | - |
| YUV | 216.08 | 149.4 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 195 | 254 | 0.04 | 0.23 | 0 | 0.00 | 288.81 | 0.97 | 0.88 |
| Hex | F3 | C3 | FE | 4 | 17 | 0 | 0 | 121 | 61 | 58 |
| Octal | 363 | 303 | 376 | 4 | 27 | 0 | 0 | 441 | 141 | 130 |
| Binary | 11110011 | 11000011 | 11111110 | 100 | 10111 | 0 | 0 | 100100001 | 1100001 | 1011000 |
Color Harmonies of #F3C3FE
Complementary color
Monochromatic Colors of #F3C3FE
Black with #F3C3FE
Text Example
Text Example
White with #F3C3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C3FE; }
p { color: rgb(243,195,254); }
H1.HeaderClassName
{
color: #F3C3FE;
}
.AnyTagClassName
{
color: #F3C3FE;
}
</style>
background-color css
<style>
a { background-color: #F3C3FE; }
a { background-color: rgb(243,195,254); }
div.DivClassName
{
background-color: #F3C3FE;
}
.BgClassName
{
background-color: #F3C3FE;
}
</style>
border-color css
<style>
span { border-color: #F3C3FE; }
span { border-color: rgb(243,195,254); }
td.TdClassName
{
border-color: #F3C3FE;
}
.TagClassName
{
border-color: #F3C3FE;
}
</style>