Shades of Mauve #F0C2FE
Tints of Mauve #F0C2FE
RGB
CMYK
RGB Variations
Color information
#F0C2FE (or 0xF0C2FE) is known color: Mauve. HEX triplet: F0, C2 and FE. RGB value is (240,194,254). Sum of RGB (Red+Green+Blue) = 240+194+254=688 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.88% from 688); Green value is 194 (76.17% from 255 or 28.20% 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 #F0C2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C2FE is #0F3D01. Grayscale: #D6D6D6. Windows color (decimal): -998658 or 16696048. OLE color: 16696048.
HSL color Cylindrical-coordinate representation of color #F0C2FE: hue angle of 286º 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 #F0C2FE is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 194 | 254 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.00 |
| HSL | 286º | 0.97% | 0.88% | - |
| HSV(B) | 286º | 0.24% | 1% | - |
| XYZ | 73.12 | 64.26 | 102.32 | - |
| YUV | 214.59 | 150.24 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 194 | 254 | 0.06 | 0.24 | 0 | 0.00 | 286 | 0.97 | 0.88 |
| Hex | F0 | C2 | FE | 6 | 18 | 0 | 0 | 11E | 61 | 58 |
| Octal | 360 | 302 | 376 | 6 | 30 | 0 | 0 | 436 | 141 | 130 |
| Binary | 11110000 | 11000010 | 11111110 | 110 | 11000 | 0 | 0 | 100011110 | 1100001 | 1011000 |
Color Harmonies of #F0C2FE
Complementary color
Monochromatic Colors of #F0C2FE
Black with #F0C2FE
Text Example
Text Example
White with #F0C2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C2FE; }
p { color: rgb(240,194,254); }
H1.HeaderClassName
{
color: #F0C2FE;
}
.AnyTagClassName
{
color: #F0C2FE;
}
</style>
background-color css
<style>
a { background-color: #F0C2FE; }
a { background-color: rgb(240,194,254); }
div.DivClassName
{
background-color: #F0C2FE;
}
.BgClassName
{
background-color: #F0C2FE;
}
</style>
border-color css
<style>
span { border-color: #F0C2FE; }
span { border-color: rgb(240,194,254); }
td.TdClassName
{
border-color: #F0C2FE;
}
.TagClassName
{
border-color: #F0C2FE;
}
</style>