Shades of Mauve #F3C2FF
Tints of Mauve #F3C2FF
RGB
CMYK
RGB Variations
Color information
#F3C2FF (or 0xF3C2FF) is known color: Mauve. HEX triplet: F3, C2 and FF. RGB value is (243,194,255). Sum of RGB (Red+Green+Blue) = 243+194+255=692 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.12% from 692); Green value is 194 (76.17% from 255 or 28.03% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #F3C2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C2FF is #0C3D00. Grayscale: #D7D7D7. Windows color (decimal): -802049 or 16761587. OLE color: 16761587.
HSL color Cylindrical-coordinate representation of color #F3C2FF: hue angle of 288.2º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F3C2FF is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 194 | 255 | - |
| CMYK | 0.05 | 0.24 | 0 | 0 |
| HSL | 288.2º | 1% | 0.88% | - |
| HSV(B) | 288.2º | 0.24% | 1% | - |
| XYZ | 74.3 | 64.86 | 103.21 | - |
| YUV | 215.61 | 150.23 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 194 | 255 | 0.05 | 0.24 | 0 | 0 | 288.2 | 1 | 0.88 |
| Hex | F3 | C2 | FF | 5 | 18 | 0 | 0 | 120 | 64 | 58 |
| Octal | 363 | 302 | 377 | 5 | 30 | 0 | 0 | 440 | 144 | 130 |
| Binary | 11110011 | 11000010 | 11111111 | 101 | 11000 | 0 | 0 | 100100000 | 1100100 | 1011000 |
Color Harmonies of #F3C2FF
Complementary color
Monochromatic Colors of #F3C2FF
Black with #F3C2FF
Text Example
Text Example
White with #F3C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C2FF; }
p { color: rgb(243,194,255); }
H1.HeaderClassName
{
color: #F3C2FF;
}
.AnyTagClassName
{
color: #F3C2FF;
}
</style>
background-color css
<style>
a { background-color: #F3C2FF; }
a { background-color: rgb(243,194,255); }
div.DivClassName
{
background-color: #F3C2FF;
}
.BgClassName
{
background-color: #F3C2FF;
}
</style>
border-color css
<style>
span { border-color: #F3C2FF; }
span { border-color: rgb(243,194,255); }
td.TdClassName
{
border-color: #F3C2FF;
}
.TagClassName
{
border-color: #F3C2FF;
}
</style>