Shades of Mauve #F0C0FC
Tints of Mauve #F0C0FC
RGB
CMYK
RGB Variations
Color information
#F0C0FC (or 0xF0C0FC) is known color: Mauve. HEX triplet: F0, C0 and FC. RGB value is (240,192,252). Sum of RGB (Red+Green+Blue) = 240+192+252=684 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.09% from 684); Green value is 192 (75.39% from 255 or 28.07% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0C0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C0FC is #0F3F03. Grayscale: #D5D5D5. Windows color (decimal): -999172 or 16564464. OLE color: 16564464.
HSL color Cylindrical-coordinate representation of color #F0C0FC: hue angle of 288º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0C0FC is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 192 | 252 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.01 |
| HSL | 288º | 0.91% | 0.87% | - |
| HSV(B) | 288º | 0.24% | 0.99% | - |
| XYZ | 72.36 | 63.25 | 100.49 | - |
| YUV | 213.19 | 149.9 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 192 | 252 | 0.05 | 0.24 | 0 | 0.01 | 288 | 0.91 | 0.87 |
| Hex | F0 | C0 | FC | 5 | 18 | 0 | 1 | 120 | 5B | 57 |
| Octal | 360 | 300 | 374 | 5 | 30 | 0 | 1 | 440 | 133 | 127 |
| Binary | 11110000 | 11000000 | 11111100 | 101 | 11000 | 0 | 1 | 100100000 | 1011011 | 1010111 |
Color Harmonies of #F0C0FC
Complementary color
Monochromatic Colors of #F0C0FC
Black with #F0C0FC
Text Example
Text Example
White with #F0C0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C0FC; }
p { color: rgb(240,192,252); }
H1.HeaderClassName
{
color: #F0C0FC;
}
.AnyTagClassName
{
color: #F0C0FC;
}
</style>
background-color css
<style>
a { background-color: #F0C0FC; }
a { background-color: rgb(240,192,252); }
div.DivClassName
{
background-color: #F0C0FC;
}
.BgClassName
{
background-color: #F0C0FC;
}
</style>
border-color css
<style>
span { border-color: #F0C0FC; }
span { border-color: rgb(240,192,252); }
td.TdClassName
{
border-color: #F0C0FC;
}
.TagClassName
{
border-color: #F0C0FC;
}
</style>