Shades of Mauve #F4C1FE
Tints of Mauve #F4C1FE
RGB
CMYK
RGB Variations
Color information
#F4C1FE (or 0xF4C1FE) is known color: Mauve. HEX triplet: F4, C1 and FE. RGB value is (244,193,254). Sum of RGB (Red+Green+Blue) = 244+193+254=691 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.31% from 691); Green value is 193 (75.78% from 255 or 27.93% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4C1FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4C1FE is #0B3E01. Grayscale: #D7D7D7. Windows color (decimal): -736770 or 16695796. OLE color: 16695796.
HSL color Cylindrical-coordinate representation of color #F4C1FE: hue angle of 290.16º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F4C1FE is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 193 | 254 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.00 |
| HSL | 290.16º | 0.97% | 0.88% | - |
| HSV(B) | 290.16º | 0.24% | 1% | - |
| XYZ | 74.27 | 64.53 | 102.31 | - |
| YUV | 215.2 | 149.9 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 193 | 254 | 0.04 | 0.24 | 0 | 0.00 | 290.16 | 0.97 | 0.88 |
| Hex | F4 | C1 | FE | 4 | 18 | 0 | 0 | 122 | 61 | 58 |
| Octal | 364 | 301 | 376 | 4 | 30 | 0 | 0 | 442 | 141 | 130 |
| Binary | 11110100 | 11000001 | 11111110 | 100 | 11000 | 0 | 0 | 100100010 | 1100001 | 1011000 |
Color Harmonies of #F4C1FE
Complementary color
Monochromatic Colors of #F4C1FE
Black with #F4C1FE
Text Example
Text Example
White with #F4C1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C1FE; }
p { color: rgb(244,193,254); }
H1.HeaderClassName
{
color: #F4C1FE;
}
.AnyTagClassName
{
color: #F4C1FE;
}
</style>
background-color css
<style>
a { background-color: #F4C1FE; }
a { background-color: rgb(244,193,254); }
div.DivClassName
{
background-color: #F4C1FE;
}
.BgClassName
{
background-color: #F4C1FE;
}
</style>
border-color css
<style>
span { border-color: #F4C1FE; }
span { border-color: rgb(244,193,254); }
td.TdClassName
{
border-color: #F4C1FE;
}
.TagClassName
{
border-color: #F4C1FE;
}
</style>