Shades of Mauve #F0C0FA
Tints of Mauve #F0C0FA
RGB
CMYK
RGB Variations
Color information
#F0C0FA (or 0xF0C0FA) is known color: Mauve. HEX triplet: F0, C0 and FA. RGB value is (240,192,250). Sum of RGB (Red+Green+Blue) = 240+192+250=682 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.19% from 682); Green value is 192 (75.39% from 255 or 28.15% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0C0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C0FA is #0F3F05. Grayscale: #D4D4D4. Windows color (decimal): -999174 or 16433392. OLE color: 16433392.
HSL color Cylindrical-coordinate representation of color #F0C0FA: hue angle of 289.66º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0C0FA is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 192 | 250 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.02 |
| HSL | 289.66º | 0.85% | 0.87% | - |
| HSV(B) | 289.66º | 0.23% | 0.98% | - |
| XYZ | 72.04 | 63.13 | 98.83 | - |
| YUV | 212.96 | 148.9 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 192 | 250 | 0.04 | 0.23 | 0 | 0.02 | 289.66 | 0.85 | 0.87 |
| Hex | F0 | C0 | FA | 4 | 17 | 0 | 2 | 122 | 55 | 57 |
| Octal | 360 | 300 | 372 | 4 | 27 | 0 | 2 | 442 | 125 | 127 |
| Binary | 11110000 | 11000000 | 11111010 | 100 | 10111 | 0 | 10 | 100100010 | 1010101 | 1010111 |
Color Harmonies of #F0C0FA
Complementary color
Monochromatic Colors of #F0C0FA
Black with #F0C0FA
Text Example
Text Example
White with #F0C0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C0FA; }
p { color: rgb(240,192,250); }
H1.HeaderClassName
{
color: #F0C0FA;
}
.AnyTagClassName
{
color: #F0C0FA;
}
</style>
background-color css
<style>
a { background-color: #F0C0FA; }
a { background-color: rgb(240,192,250); }
div.DivClassName
{
background-color: #F0C0FA;
}
.BgClassName
{
background-color: #F0C0FA;
}
</style>
border-color css
<style>
span { border-color: #F0C0FA; }
span { border-color: rgb(240,192,250); }
td.TdClassName
{
border-color: #F0C0FA;
}
.TagClassName
{
border-color: #F0C0FA;
}
</style>