Shades of Mauve #F5C0FF
Tints of Mauve #F5C0FF
RGB
CMYK
RGB Variations
Color information
#F5C0FF (or 0xF5C0FF) is known color: Mauve. HEX triplet: F5, C0 and FF. RGB value is (245,192,255). Sum of RGB (Red+Green+Blue) = 245+192+255=692 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.40% from 692); Green value is 192 (75.39% from 255 or 27.75% 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 #F5C0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C0FF is #0A3F00. Grayscale: #D6D6D6. Windows color (decimal): -671489 or 16761077. OLE color: 16761077.
HSL color Cylindrical-coordinate representation of color #F5C0FF: hue angle of 290.48º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F5C0FF is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 192 | 255 | - |
| CMYK | 0.04 | 0.25 | 0 | 0 |
| HSL | 290.48º | 1% | 0.88% | - |
| HSV(B) | 290.48º | 0.25% | 1% | - |
| XYZ | 74.56 | 64.33 | 103.1 | - |
| YUV | 215.03 | 150.56 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 192 | 255 | 0.04 | 0.25 | 0 | 0 | 290.48 | 1 | 0.88 |
| Hex | F5 | C0 | FF | 4 | 19 | 0 | 0 | 122 | 64 | 58 |
| Octal | 365 | 300 | 377 | 4 | 31 | 0 | 0 | 442 | 144 | 130 |
| Binary | 11110101 | 11000000 | 11111111 | 100 | 11001 | 0 | 0 | 100100010 | 1100100 | 1011000 |
Color Harmonies of #F5C0FF
Complementary color
Monochromatic Colors of #F5C0FF
Black with #F5C0FF
Text Example
Text Example
White with #F5C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C0FF; }
p { color: rgb(245,192,255); }
H1.HeaderClassName
{
color: #F5C0FF;
}
.AnyTagClassName
{
color: #F5C0FF;
}
</style>
background-color css
<style>
a { background-color: #F5C0FF; }
a { background-color: rgb(245,192,255); }
div.DivClassName
{
background-color: #F5C0FF;
}
.BgClassName
{
background-color: #F5C0FF;
}
</style>
border-color css
<style>
span { border-color: #F5C0FF; }
span { border-color: rgb(245,192,255); }
td.TdClassName
{
border-color: #F5C0FF;
}
.TagClassName
{
border-color: #F5C0FF;
}
</style>