Shades of Mauve #F4C5FF
Tints of Mauve #F4C5FF
RGB
CMYK
RGB Variations
Color information
#F4C5FF (or 0xF4C5FF) is known color: Mauve. HEX triplet: F4, C5 and FF. RGB value is (244,197,255). Sum of RGB (Red+Green+Blue) = 244+197+255=696 (92% of max value = 765). Red value is 244 (95.70% from 255 or 35.06% from 696); Green value is 197 (77.34% from 255 or 28.30% 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 #F4C5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4C5FF is #0B3A00. Grayscale: #D9D9D9. Windows color (decimal): -735745 or 16762356. OLE color: 16762356.
HSL color Cylindrical-coordinate representation of color #F4C5FF: hue angle of 288.62º 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 #F4C5FF is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 197 | 255 | - |
| CMYK | 0.04 | 0.23 | 0 | 0 |
| HSL | 288.62º | 1% | 0.89% | - |
| HSV(B) | 288.62º | 0.23% | 1% | - |
| XYZ | 75.32 | 66.39 | 103.45 | - |
| YUV | 217.67 | 149.07 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 197 | 255 | 0.04 | 0.23 | 0 | 0 | 288.62 | 1 | 0.89 |
| Hex | F4 | C5 | FF | 4 | 17 | 0 | 0 | 121 | 64 | 59 |
| Octal | 364 | 305 | 377 | 4 | 27 | 0 | 0 | 441 | 144 | 131 |
| Binary | 11110100 | 11000101 | 11111111 | 100 | 10111 | 0 | 0 | 100100001 | 1100100 | 1011001 |
Color Harmonies of #F4C5FF
Complementary color
Monochromatic Colors of #F4C5FF
Black with #F4C5FF
Text Example
Text Example
White with #F4C5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C5FF; }
p { color: rgb(244,197,255); }
H1.HeaderClassName
{
color: #F4C5FF;
}
.AnyTagClassName
{
color: #F4C5FF;
}
</style>
background-color css
<style>
a { background-color: #F4C5FF; }
a { background-color: rgb(244,197,255); }
div.DivClassName
{
background-color: #F4C5FF;
}
.BgClassName
{
background-color: #F4C5FF;
}
</style>
border-color css
<style>
span { border-color: #F4C5FF; }
span { border-color: rgb(244,197,255); }
td.TdClassName
{
border-color: #F4C5FF;
}
.TagClassName
{
border-color: #F4C5FF;
}
</style>