Shades of Mauve #F2C1FE
Tints of Mauve #F2C1FE
RGB
CMYK
RGB Variations
Color information
#F2C1FE (or 0xF2C1FE) is known color: Mauve. HEX triplet: F2, C1 and FE. RGB value is (242,193,254). Sum of RGB (Red+Green+Blue) = 242+193+254=689 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.12% from 689); Green value is 193 (75.78% from 255 or 28.01% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2C1FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C1FE is #0D3E01. Grayscale: #D6D6D6. Windows color (decimal): -867842 or 16695794. OLE color: 16695794.
HSL color Cylindrical-coordinate representation of color #F2C1FE: hue angle of 288.2º 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 #F2C1FE is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 193 | 254 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.00 |
| HSL | 288.2º | 0.97% | 0.88% | - |
| HSV(B) | 288.2º | 0.24% | 1% | - |
| XYZ | 73.58 | 64.17 | 102.27 | - |
| YUV | 214.61 | 150.23 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 193 | 254 | 0.05 | 0.24 | 0 | 0.00 | 288.2 | 0.97 | 0.88 |
| Hex | F2 | C1 | FE | 5 | 18 | 0 | 0 | 120 | 61 | 58 |
| Octal | 362 | 301 | 376 | 5 | 30 | 0 | 0 | 440 | 141 | 130 |
| Binary | 11110010 | 11000001 | 11111110 | 101 | 11000 | 0 | 0 | 100100000 | 1100001 | 1011000 |
Color Harmonies of #F2C1FE
Complementary color
Monochromatic Colors of #F2C1FE
Black with #F2C1FE
Text Example
Text Example
White with #F2C1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C1FE; }
p { color: rgb(242,193,254); }
H1.HeaderClassName
{
color: #F2C1FE;
}
.AnyTagClassName
{
color: #F2C1FE;
}
</style>
background-color css
<style>
a { background-color: #F2C1FE; }
a { background-color: rgb(242,193,254); }
div.DivClassName
{
background-color: #F2C1FE;
}
.BgClassName
{
background-color: #F2C1FE;
}
</style>
border-color css
<style>
span { border-color: #F2C1FE; }
span { border-color: rgb(242,193,254); }
td.TdClassName
{
border-color: #F2C1FE;
}
.TagClassName
{
border-color: #F2C1FE;
}
</style>