Shades of Mauve #F0C1FE
Tints of Mauve #F0C1FE
RGB
CMYK
RGB Variations
Color information
#F0C1FE (or 0xF0C1FE) is known color: Mauve. HEX triplet: F0, C1 and FE. RGB value is (240,193,254). Sum of RGB (Red+Green+Blue) = 240+193+254=687 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.93% from 687); Green value is 193 (75.78% from 255 or 28.09% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0C1FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C1FE is #0F3E01. Grayscale: #D5D5D5. Windows color (decimal): -998914 or 16695792. OLE color: 16695792.
HSL color Cylindrical-coordinate representation of color #F0C1FE: hue angle of 286.23º 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 #F0C1FE is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 193 | 254 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.00 |
| HSL | 286.23º | 0.97% | 0.88% | - |
| HSV(B) | 286.23º | 0.24% | 1% | - |
| XYZ | 72.89 | 63.82 | 102.24 | - |
| YUV | 214.01 | 150.57 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 193 | 254 | 0.06 | 0.24 | 0 | 0.00 | 286.23 | 0.97 | 0.88 |
| Hex | F0 | C1 | FE | 6 | 18 | 0 | 0 | 11E | 61 | 58 |
| Octal | 360 | 301 | 376 | 6 | 30 | 0 | 0 | 436 | 141 | 130 |
| Binary | 11110000 | 11000001 | 11111110 | 110 | 11000 | 0 | 0 | 100011110 | 1100001 | 1011000 |
Color Harmonies of #F0C1FE
Complementary color
Monochromatic Colors of #F0C1FE
Black with #F0C1FE
Text Example
Text Example
White with #F0C1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C1FE; }
p { color: rgb(240,193,254); }
H1.HeaderClassName
{
color: #F0C1FE;
}
.AnyTagClassName
{
color: #F0C1FE;
}
</style>
background-color css
<style>
a { background-color: #F0C1FE; }
a { background-color: rgb(240,193,254); }
div.DivClassName
{
background-color: #F0C1FE;
}
.BgClassName
{
background-color: #F0C1FE;
}
</style>
border-color css
<style>
span { border-color: #F0C1FE; }
span { border-color: rgb(240,193,254); }
td.TdClassName
{
border-color: #F0C1FE;
}
.TagClassName
{
border-color: #F0C1FE;
}
</style>