Shades of Mauve #F0C5FF
Tints of Mauve #F0C5FF
RGB
CMYK
RGB Variations
Color information
#F0C5FF (or 0xF0C5FF) is known color: Mauve. HEX triplet: F0, C5 and FF. RGB value is (240,197,255). Sum of RGB (Red+Green+Blue) = 240+197+255=692 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.68% from 692); Green value is 197 (77.34% from 255 or 28.47% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0C5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C5FF is #0F3A00. Grayscale: #D8D8D8. Windows color (decimal): -997889 or 16762352. OLE color: 16762352.
HSL color Cylindrical-coordinate representation of color #F0C5FF: hue angle of 284.48º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0C5FF is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 197 | 255 | - |
| CMYK | 0.06 | 0.23 | 0 | 0 |
| HSL | 284.48º | 1% | 0.89% | - |
| HSV(B) | 284.48º | 0.23% | 1% | - |
| XYZ | 73.95 | 65.68 | 103.39 | - |
| YUV | 216.47 | 149.75 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 197 | 255 | 0.06 | 0.23 | 0 | 0 | 284.48 | 1 | 0.89 |
| Hex | F0 | C5 | FF | 6 | 17 | 0 | 0 | 11C | 64 | 59 |
| Octal | 360 | 305 | 377 | 6 | 27 | 0 | 0 | 434 | 144 | 131 |
| Binary | 11110000 | 11000101 | 11111111 | 110 | 10111 | 0 | 0 | 100011100 | 1100100 | 1011001 |
Color Harmonies of #F0C5FF
Complementary color
Monochromatic Colors of #F0C5FF
Black with #F0C5FF
Text Example
Text Example
White with #F0C5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C5FF; }
p { color: rgb(240,197,255); }
H1.HeaderClassName
{
color: #F0C5FF;
}
.AnyTagClassName
{
color: #F0C5FF;
}
</style>
background-color css
<style>
a { background-color: #F0C5FF; }
a { background-color: rgb(240,197,255); }
div.DivClassName
{
background-color: #F0C5FF;
}
.BgClassName
{
background-color: #F0C5FF;
}
</style>
border-color css
<style>
span { border-color: #F0C5FF; }
span { border-color: rgb(240,197,255); }
td.TdClassName
{
border-color: #F0C5FF;
}
.TagClassName
{
border-color: #F0C5FF;
}
</style>