Shades of Mauve #F4C3FF
Tints of Mauve #F4C3FF
RGB
CMYK
RGB Variations
Color information
#F4C3FF (or 0xF4C3FF) is known color: Mauve. HEX triplet: F4, C3 and FF. RGB value is (244,195,255). Sum of RGB (Red+Green+Blue) = 244+195+255=694 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.16% from 694); Green value is 195 (76.56% from 255 or 28.10% 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 #F4C3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4C3FF is #0B3C00. Grayscale: #D8D8D8. Windows color (decimal): -736257 or 16761844. OLE color: 16761844.
HSL color Cylindrical-coordinate representation of color #F4C3FF: hue angle of 289º 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 #F4C3FF is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 195 | 255 | - |
| CMYK | 0.04 | 0.24 | 0 | 0 |
| HSL | 289º | 1% | 0.88% | - |
| HSV(B) | 289º | 0.24% | 1% | - |
| XYZ | 74.87 | 65.48 | 103.3 | - |
| YUV | 216.49 | 149.73 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 195 | 255 | 0.04 | 0.24 | 0 | 0 | 289 | 1 | 0.88 |
| Hex | F4 | C3 | FF | 4 | 18 | 0 | 0 | 121 | 64 | 58 |
| Octal | 364 | 303 | 377 | 4 | 30 | 0 | 0 | 441 | 144 | 130 |
| Binary | 11110100 | 11000011 | 11111111 | 100 | 11000 | 0 | 0 | 100100001 | 1100100 | 1011000 |
Color Harmonies of #F4C3FF
Complementary color
Monochromatic Colors of #F4C3FF
Black with #F4C3FF
Text Example
Text Example
White with #F4C3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C3FF; }
p { color: rgb(244,195,255); }
H1.HeaderClassName
{
color: #F4C3FF;
}
.AnyTagClassName
{
color: #F4C3FF;
}
</style>
background-color css
<style>
a { background-color: #F4C3FF; }
a { background-color: rgb(244,195,255); }
div.DivClassName
{
background-color: #F4C3FF;
}
.BgClassName
{
background-color: #F4C3FF;
}
</style>
border-color css
<style>
span { border-color: #F4C3FF; }
span { border-color: rgb(244,195,255); }
td.TdClassName
{
border-color: #F4C3FF;
}
.TagClassName
{
border-color: #F4C3FF;
}
</style>