Shades of Mauve #F5C4FF
Tints of Mauve #F5C4FF
RGB
CMYK
RGB Variations
Color information
#F5C4FF (or 0xF5C4FF) is known color: Mauve. HEX triplet: F5, C4 and FF. RGB value is (245,196,255). Sum of RGB (Red+Green+Blue) = 245+196+255=696 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.20% from 696); Green value is 196 (76.95% from 255 or 28.16% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5C4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C4FF is #0A3B00. Grayscale: #D9D9D9. Windows color (decimal): -670465 or 16762101. OLE color: 16762101.
HSL color Cylindrical-coordinate representation of color #F5C4FF: hue angle of 289.83º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F5C4FF is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 196 | 255 | - |
| CMYK | 0.04 | 0.23 | 0 | 0 |
| HSL | 289.83º | 1% | 0.88% | - |
| HSV(B) | 289.83º | 0.23% | 1% | - |
| XYZ | 75.45 | 66.11 | 103.39 | - |
| YUV | 217.38 | 149.23 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 196 | 255 | 0.04 | 0.23 | 0 | 0 | 289.83 | 1 | 0.88 |
| Hex | F5 | C4 | FF | 4 | 17 | 0 | 0 | 122 | 64 | 58 |
| Octal | 365 | 304 | 377 | 4 | 27 | 0 | 0 | 442 | 144 | 130 |
| Binary | 11110101 | 11000100 | 11111111 | 100 | 10111 | 0 | 0 | 100100010 | 1100100 | 1011000 |
Color Harmonies of #F5C4FF
Complementary color
Monochromatic Colors of #F5C4FF
Black with #F5C4FF
Text Example
Text Example
White with #F5C4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C4FF; }
p { color: rgb(245,196,255); }
H1.HeaderClassName
{
color: #F5C4FF;
}
.AnyTagClassName
{
color: #F5C4FF;
}
</style>
background-color css
<style>
a { background-color: #F5C4FF; }
a { background-color: rgb(245,196,255); }
div.DivClassName
{
background-color: #F5C4FF;
}
.BgClassName
{
background-color: #F5C4FF;
}
</style>
border-color css
<style>
span { border-color: #F5C4FF; }
span { border-color: rgb(245,196,255); }
td.TdClassName
{
border-color: #F5C4FF;
}
.TagClassName
{
border-color: #F5C4FF;
}
</style>