Shades of Mauve #F0A6FC
Tints of Mauve #F0A6FC
RGB
CMYK
RGB Variations
Color information
#F0A6FC (or 0xF0A6FC) is known color: Mauve. HEX triplet: F0, A6 and FC. RGB value is (240,166,252). Sum of RGB (Red+Green+Blue) = 240+166+252=658 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.47% from 658); Green value is 166 (65.23% from 255 or 25.23% from 658); Blue value is 252 (98.83% from 255 or 38.30% from 658); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0A6FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A6FC is #0F5903. Grayscale: #C5C5C5. Windows color (decimal): -1005828 or 16557808. OLE color: 16557808.
HSL color Cylindrical-coordinate representation of color #F0A6FC: hue angle of 291.63º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0A6FC is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 166 | 252 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.01 |
| HSL | 291.63º | 0.93% | 0.82% | - |
| HSV(B) | 291.63º | 0.34% | 0.99% | - |
| XYZ | 67.14 | 52.83 | 98.75 | - |
| YUV | 197.93 | 158.52 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 166 | 252 | 0.05 | 0.34 | 0 | 0.01 | 291.63 | 0.93 | 0.82 |
| Hex | F0 | A6 | FC | 5 | 22 | 0 | 1 | 124 | 5D | 52 |
| Octal | 360 | 246 | 374 | 5 | 42 | 0 | 1 | 444 | 135 | 122 |
| Binary | 11110000 | 10100110 | 11111100 | 101 | 100010 | 0 | 1 | 100100100 | 1011101 | 1010010 |
Color Harmonies of #F0A6FC
Complementary color
Monochromatic Colors of #F0A6FC
Black with #F0A6FC
Text Example
Text Example
White with #F0A6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A6FC; }
p { color: rgb(240,166,252); }
H1.HeaderClassName
{
color: #F0A6FC;
}
.AnyTagClassName
{
color: #F0A6FC;
}
</style>
background-color css
<style>
a { background-color: #F0A6FC; }
a { background-color: rgb(240,166,252); }
div.DivClassName
{
background-color: #F0A6FC;
}
.BgClassName
{
background-color: #F0A6FC;
}
</style>
border-color css
<style>
span { border-color: #F0A6FC; }
span { border-color: rgb(240,166,252); }
td.TdClassName
{
border-color: #F0A6FC;
}
.TagClassName
{
border-color: #F0A6FC;
}
</style>