Shades of Mauve #F4C1FF
Tints of Mauve #F4C1FF
RGB
CMYK
RGB Variations
Color information
#F4C1FF (or 0xF4C1FF) is known color: Mauve. HEX triplet: F4, C1 and FF. RGB value is (244,193,255). Sum of RGB (Red+Green+Blue) = 244+193+255=692 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.26% from 692); Green value is 193 (75.78% from 255 or 27.89% 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 #F4C1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4C1FF is #0B3E00. Grayscale: #D7D7D7. Windows color (decimal): -736769 or 16761332. OLE color: 16761332.
HSL color Cylindrical-coordinate representation of color #F4C1FF: hue angle of 289.35º 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 #F4C1FF is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 193 | 255 | - |
| CMYK | 0.04 | 0.24 | 0 | 0 |
| HSL | 289.35º | 1% | 0.88% | - |
| HSV(B) | 289.35º | 0.24% | 1% | - |
| XYZ | 74.43 | 64.59 | 103.15 | - |
| YUV | 215.32 | 150.4 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 193 | 255 | 0.04 | 0.24 | 0 | 0 | 289.35 | 1 | 0.88 |
| Hex | F4 | C1 | FF | 4 | 18 | 0 | 0 | 121 | 64 | 58 |
| Octal | 364 | 301 | 377 | 4 | 30 | 0 | 0 | 441 | 144 | 130 |
| Binary | 11110100 | 11000001 | 11111111 | 100 | 11000 | 0 | 0 | 100100001 | 1100100 | 1011000 |
Color Harmonies of #F4C1FF
Complementary color
Monochromatic Colors of #F4C1FF
Black with #F4C1FF
Text Example
Text Example
White with #F4C1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C1FF; }
p { color: rgb(244,193,255); }
H1.HeaderClassName
{
color: #F4C1FF;
}
.AnyTagClassName
{
color: #F4C1FF;
}
</style>
background-color css
<style>
a { background-color: #F4C1FF; }
a { background-color: rgb(244,193,255); }
div.DivClassName
{
background-color: #F4C1FF;
}
.BgClassName
{
background-color: #F4C1FF;
}
</style>
border-color css
<style>
span { border-color: #F4C1FF; }
span { border-color: rgb(244,193,255); }
td.TdClassName
{
border-color: #F4C1FF;
}
.TagClassName
{
border-color: #F4C1FF;
}
</style>