Shades of Mauve #F5C2FF
Tints of Mauve #F5C2FF
RGB
CMYK
RGB Variations
Color information
#F5C2FF (or 0xF5C2FF) is known color: Mauve. HEX triplet: F5, C2 and FF. RGB value is (245,194,255). Sum of RGB (Red+Green+Blue) = 245+194+255=694 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.30% from 694); Green value is 194 (76.17% from 255 or 27.95% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5C2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C2FF is #0A3D00. Grayscale: #D8D8D8. Windows color (decimal): -670977 or 16761589. OLE color: 16761589.
HSL color Cylindrical-coordinate representation of color #F5C2FF: hue angle of 290.16º 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 #F5C2FF is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 194 | 255 | - |
| CMYK | 0.04 | 0.24 | 0 | 0 |
| HSL | 290.16º | 1% | 0.88% | - |
| HSV(B) | 290.16º | 0.24% | 1% | - |
| XYZ | 75 | 65.22 | 103.24 | - |
| YUV | 216.2 | 149.9 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 194 | 255 | 0.04 | 0.24 | 0 | 0 | 290.16 | 1 | 0.88 |
| Hex | F5 | C2 | FF | 4 | 18 | 0 | 0 | 122 | 64 | 58 |
| Octal | 365 | 302 | 377 | 4 | 30 | 0 | 0 | 442 | 144 | 130 |
| Binary | 11110101 | 11000010 | 11111111 | 100 | 11000 | 0 | 0 | 100100010 | 1100100 | 1011000 |
Color Harmonies of #F5C2FF
Complementary color
Monochromatic Colors of #F5C2FF
Black with #F5C2FF
Text Example
Text Example
White with #F5C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C2FF; }
p { color: rgb(245,194,255); }
H1.HeaderClassName
{
color: #F5C2FF;
}
.AnyTagClassName
{
color: #F5C2FF;
}
</style>
background-color css
<style>
a { background-color: #F5C2FF; }
a { background-color: rgb(245,194,255); }
div.DivClassName
{
background-color: #F5C2FF;
}
.BgClassName
{
background-color: #F5C2FF;
}
</style>
border-color css
<style>
span { border-color: #F5C2FF; }
span { border-color: rgb(245,194,255); }
td.TdClassName
{
border-color: #F5C2FF;
}
.TagClassName
{
border-color: #F5C2FF;
}
</style>