Shades of Mauve #F2C0FE
Tints of Mauve #F2C0FE
RGB
CMYK
RGB Variations
Color information
#F2C0FE (or 0xF2C0FE) is known color: Mauve. HEX triplet: F2, C0 and FE. RGB value is (242,192,254). Sum of RGB (Red+Green+Blue) = 242+192+254=688 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.17% from 688); Green value is 192 (75.39% from 255 or 27.91% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2C0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C0FE is #0D3F01. Grayscale: #D5D5D5. Windows color (decimal): -868098 or 16695538. OLE color: 16695538.
HSL color Cylindrical-coordinate representation of color #F2C0FE: hue angle of 288.39º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2C0FE is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 192 | 254 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.00 |
| HSL | 288.39º | 0.97% | 0.87% | - |
| HSV(B) | 288.39º | 0.24% | 1% | - |
| XYZ | 73.36 | 63.73 | 102.2 | - |
| YUV | 214.02 | 150.57 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 192 | 254 | 0.05 | 0.24 | 0 | 0.00 | 288.39 | 0.97 | 0.87 |
| Hex | F2 | C0 | FE | 5 | 18 | 0 | 0 | 120 | 61 | 57 |
| Octal | 362 | 300 | 376 | 5 | 30 | 0 | 0 | 440 | 141 | 127 |
| Binary | 11110010 | 11000000 | 11111110 | 101 | 11000 | 0 | 0 | 100100000 | 1100001 | 1010111 |
Color Harmonies of #F2C0FE
Complementary color
Monochromatic Colors of #F2C0FE
Black with #F2C0FE
Text Example
Text Example
White with #F2C0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C0FE; }
p { color: rgb(242,192,254); }
H1.HeaderClassName
{
color: #F2C0FE;
}
.AnyTagClassName
{
color: #F2C0FE;
}
</style>
background-color css
<style>
a { background-color: #F2C0FE; }
a { background-color: rgb(242,192,254); }
div.DivClassName
{
background-color: #F2C0FE;
}
.BgClassName
{
background-color: #F2C0FE;
}
</style>
border-color css
<style>
span { border-color: #F2C0FE; }
span { border-color: rgb(242,192,254); }
td.TdClassName
{
border-color: #F2C0FE;
}
.TagClassName
{
border-color: #F2C0FE;
}
</style>