Shades of Mauve #F0C2FF
Tints of Mauve #F0C2FF
RGB
CMYK
RGB Variations
Color information
#F0C2FF (or 0xF0C2FF) is known color: Mauve. HEX triplet: F0, C2 and FF. RGB value is (240,194,255). Sum of RGB (Red+Green+Blue) = 240+194+255=689 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.83% from 689); Green value is 194 (76.17% from 255 or 28.16% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0C2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C2FF is #0F3D00. Grayscale: #D6D6D6. Windows color (decimal): -998657 or 16761584. OLE color: 16761584.
HSL color Cylindrical-coordinate representation of color #F0C2FF: hue angle of 285.25º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0C2FF is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 194 | 255 | - |
| CMYK | 0.06 | 0.24 | 0 | 0 |
| HSL | 285.25º | 1% | 0.88% | - |
| HSV(B) | 285.25º | 0.24% | 1% | - |
| XYZ | 73.28 | 64.33 | 103.16 | - |
| YUV | 214.71 | 150.74 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 194 | 255 | 0.06 | 0.24 | 0 | 0 | 285.25 | 1 | 0.88 |
| Hex | F0 | C2 | FF | 6 | 18 | 0 | 0 | 11D | 64 | 58 |
| Octal | 360 | 302 | 377 | 6 | 30 | 0 | 0 | 435 | 144 | 130 |
| Binary | 11110000 | 11000010 | 11111111 | 110 | 11000 | 0 | 0 | 100011101 | 1100100 | 1011000 |
Color Harmonies of #F0C2FF
Complementary color
Monochromatic Colors of #F0C2FF
Black with #F0C2FF
Text Example
Text Example
White with #F0C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C2FF; }
p { color: rgb(240,194,255); }
H1.HeaderClassName
{
color: #F0C2FF;
}
.AnyTagClassName
{
color: #F0C2FF;
}
</style>
background-color css
<style>
a { background-color: #F0C2FF; }
a { background-color: rgb(240,194,255); }
div.DivClassName
{
background-color: #F0C2FF;
}
.BgClassName
{
background-color: #F0C2FF;
}
</style>
border-color css
<style>
span { border-color: #F0C2FF; }
span { border-color: rgb(240,194,255); }
td.TdClassName
{
border-color: #F0C2FF;
}
.TagClassName
{
border-color: #F0C2FF;
}
</style>