Shades of Mauve #F5C1FE
Tints of Mauve #F5C1FE
RGB
CMYK
RGB Variations
Color information
#F5C1FE (or 0xF5C1FE) is known color: Mauve. HEX triplet: F5, C1 and FE. RGB value is (245,193,254). Sum of RGB (Red+Green+Blue) = 245+193+254=692 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.40% from 692); Green value is 193 (75.78% from 255 or 27.89% 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 #F5C1FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C1FE is #0A3E01. Grayscale: #D7D7D7. Windows color (decimal): -671234 or 16695797. OLE color: 16695797.
HSL color Cylindrical-coordinate representation of color #F5C1FE: hue angle of 291.15º 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 #F5C1FE is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 193 | 254 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.00 |
| HSL | 291.15º | 0.97% | 0.88% | - |
| HSV(B) | 291.15º | 0.24% | 1% | - |
| XYZ | 74.62 | 64.71 | 102.32 | - |
| YUV | 215.5 | 149.73 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 193 | 254 | 0.04 | 0.24 | 0 | 0.00 | 291.15 | 0.97 | 0.88 |
| Hex | F5 | C1 | FE | 4 | 18 | 0 | 0 | 123 | 61 | 58 |
| Octal | 365 | 301 | 376 | 4 | 30 | 0 | 0 | 443 | 141 | 130 |
| Binary | 11110101 | 11000001 | 11111110 | 100 | 11000 | 0 | 0 | 100100011 | 1100001 | 1011000 |
Color Harmonies of #F5C1FE
Complementary color
Monochromatic Colors of #F5C1FE
Black with #F5C1FE
Text Example
Text Example
White with #F5C1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C1FE; }
p { color: rgb(245,193,254); }
H1.HeaderClassName
{
color: #F5C1FE;
}
.AnyTagClassName
{
color: #F5C1FE;
}
</style>
background-color css
<style>
a { background-color: #F5C1FE; }
a { background-color: rgb(245,193,254); }
div.DivClassName
{
background-color: #F5C1FE;
}
.BgClassName
{
background-color: #F5C1FE;
}
</style>
border-color css
<style>
span { border-color: #F5C1FE; }
span { border-color: rgb(245,193,254); }
td.TdClassName
{
border-color: #F5C1FE;
}
.TagClassName
{
border-color: #F5C1FE;
}
</style>