Shades of Mauve #F2C1FC
Tints of Mauve #F2C1FC
RGB
CMYK
RGB Variations
Color information
#F2C1FC (or 0xF2C1FC) is known color: Mauve. HEX triplet: F2, C1 and FC. RGB value is (242,193,252). Sum of RGB (Red+Green+Blue) = 242+193+252=687 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.23% from 687); Green value is 193 (75.78% from 255 or 28.09% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2C1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C1FC is #0D3E03. Grayscale: #D6D6D6. Windows color (decimal): -867844 or 16564722. OLE color: 16564722.
HSL color Cylindrical-coordinate representation of color #F2C1FC: hue angle of 289.83º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2C1FC is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 193 | 252 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.01 |
| HSL | 289.83º | 0.91% | 0.87% | - |
| HSV(B) | 289.83º | 0.23% | 0.99% | - |
| XYZ | 73.26 | 64.05 | 100.6 | - |
| YUV | 214.38 | 149.23 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 193 | 252 | 0.04 | 0.23 | 0 | 0.01 | 289.83 | 0.91 | 0.87 |
| Hex | F2 | C1 | FC | 4 | 17 | 0 | 1 | 122 | 5B | 57 |
| Octal | 362 | 301 | 374 | 4 | 27 | 0 | 1 | 442 | 133 | 127 |
| Binary | 11110010 | 11000001 | 11111100 | 100 | 10111 | 0 | 1 | 100100010 | 1011011 | 1010111 |
Color Harmonies of #F2C1FC
Complementary color
Monochromatic Colors of #F2C1FC
Black with #F2C1FC
Text Example
Text Example
White with #F2C1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C1FC; }
p { color: rgb(242,193,252); }
H1.HeaderClassName
{
color: #F2C1FC;
}
.AnyTagClassName
{
color: #F2C1FC;
}
</style>
background-color css
<style>
a { background-color: #F2C1FC; }
a { background-color: rgb(242,193,252); }
div.DivClassName
{
background-color: #F2C1FC;
}
.BgClassName
{
background-color: #F2C1FC;
}
</style>
border-color css
<style>
span { border-color: #F2C1FC; }
span { border-color: rgb(242,193,252); }
td.TdClassName
{
border-color: #F2C1FC;
}
.TagClassName
{
border-color: #F2C1FC;
}
</style>