Shades of Mauve #F5A6FE
Tints of Mauve #F5A6FE
RGB
CMYK
RGB Variations
Color information
#F5A6FE (or 0xF5A6FE) is known color: Mauve. HEX triplet: F5, A6 and FE. RGB value is (245,166,254). Sum of RGB (Red+Green+Blue) = 245+166+254=665 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.84% from 665); Green value is 166 (65.23% from 255 or 24.96% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5A6FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A6FE is #0A5901. Grayscale: #C7C7C7. Windows color (decimal): -678146 or 16688885. OLE color: 16688885.
HSL color Cylindrical-coordinate representation of color #F5A6FE: hue angle of 293.86º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F5A6FE is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 166 | 254 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.00 |
| HSL | 293.86º | 0.98% | 0.82% | - |
| HSV(B) | 293.86º | 0.35% | 1% | - |
| XYZ | 69.18 | 53.84 | 100.51 | - |
| YUV | 199.65 | 158.67 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 166 | 254 | 0.04 | 0.35 | 0 | 0.00 | 293.86 | 0.98 | 0.82 |
| Hex | F5 | A6 | FE | 4 | 23 | 0 | 0 | 126 | 62 | 52 |
| Octal | 365 | 246 | 376 | 4 | 43 | 0 | 0 | 446 | 142 | 122 |
| Binary | 11110101 | 10100110 | 11111110 | 100 | 100011 | 0 | 0 | 100100110 | 1100010 | 1010010 |
Color Harmonies of #F5A6FE
Complementary color
Monochromatic Colors of #F5A6FE
Black with #F5A6FE
Text Example
Text Example
White with #F5A6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A6FE; }
p { color: rgb(245,166,254); }
H1.HeaderClassName
{
color: #F5A6FE;
}
.AnyTagClassName
{
color: #F5A6FE;
}
</style>
background-color css
<style>
a { background-color: #F5A6FE; }
a { background-color: rgb(245,166,254); }
div.DivClassName
{
background-color: #F5A6FE;
}
.BgClassName
{
background-color: #F5A6FE;
}
</style>
border-color css
<style>
span { border-color: #F5A6FE; }
span { border-color: rgb(245,166,254); }
td.TdClassName
{
border-color: #F5A6FE;
}
.TagClassName
{
border-color: #F5A6FE;
}
</style>