Shades of Mauve #F4C2FE
Tints of Mauve #F4C2FE
RGB
CMYK
RGB Variations
Color information
#F4C2FE (or 0xF4C2FE) is known color: Mauve. HEX triplet: F4, C2 and FE. RGB value is (244,194,254). Sum of RGB (Red+Green+Blue) = 244+194+254=692 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.26% from 692); Green value is 194 (76.17% from 255 or 28.03% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4C2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4C2FE is #0B3D01. Grayscale: #D7D7D7. Windows color (decimal): -736514 or 16696052. OLE color: 16696052.
HSL color Cylindrical-coordinate representation of color #F4C2FE: hue angle of 290º 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 #F4C2FE is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 194 | 254 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.00 |
| HSL | 290º | 0.97% | 0.88% | - |
| HSV(B) | 290º | 0.24% | 1% | - |
| XYZ | 74.49 | 64.97 | 102.38 | - |
| YUV | 215.79 | 149.57 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 194 | 254 | 0.04 | 0.24 | 0 | 0.00 | 290 | 0.97 | 0.88 |
| Hex | F4 | C2 | FE | 4 | 18 | 0 | 0 | 122 | 61 | 58 |
| Octal | 364 | 302 | 376 | 4 | 30 | 0 | 0 | 442 | 141 | 130 |
| Binary | 11110100 | 11000010 | 11111110 | 100 | 11000 | 0 | 0 | 100100010 | 1100001 | 1011000 |
Color Harmonies of #F4C2FE
Complementary color
Monochromatic Colors of #F4C2FE
Black with #F4C2FE
Text Example
Text Example
White with #F4C2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C2FE; }
p { color: rgb(244,194,254); }
H1.HeaderClassName
{
color: #F4C2FE;
}
.AnyTagClassName
{
color: #F4C2FE;
}
</style>
background-color css
<style>
a { background-color: #F4C2FE; }
a { background-color: rgb(244,194,254); }
div.DivClassName
{
background-color: #F4C2FE;
}
.BgClassName
{
background-color: #F4C2FE;
}
</style>
border-color css
<style>
span { border-color: #F4C2FE; }
span { border-color: rgb(244,194,254); }
td.TdClassName
{
border-color: #F4C2FE;
}
.TagClassName
{
border-color: #F4C2FE;
}
</style>