Shades of Mauve #F0A4FE
Tints of Mauve #F0A4FE
RGB
CMYK
RGB Variations
Color information
#F0A4FE (or 0xF0A4FE) is known color: Mauve. HEX triplet: F0, A4 and FE. RGB value is (240,164,254). Sum of RGB (Red+Green+Blue) = 240+164+254=658 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.47% from 658); Green value is 164 (64.45% from 255 or 24.92% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0A4FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A4FE is #0F5B01. Grayscale: #C4C4C4. Windows color (decimal): -1006338 or 16688368. OLE color: 16688368.
HSL color Cylindrical-coordinate representation of color #F0A4FE: hue angle of 290.67º 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 #F0A4FE is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 164 | 254 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.00 |
| HSL | 290.67º | 0.98% | 0.82% | - |
| HSV(B) | 290.67º | 0.35% | 1% | - |
| XYZ | 67.1 | 52.23 | 100.31 | - |
| YUV | 196.98 | 160.18 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 164 | 254 | 0.06 | 0.35 | 0 | 0.00 | 290.67 | 0.98 | 0.82 |
| Hex | F0 | A4 | FE | 6 | 23 | 0 | 0 | 123 | 62 | 52 |
| Octal | 360 | 244 | 376 | 6 | 43 | 0 | 0 | 443 | 142 | 122 |
| Binary | 11110000 | 10100100 | 11111110 | 110 | 100011 | 0 | 0 | 100100011 | 1100010 | 1010010 |
Color Harmonies of #F0A4FE
Complementary color
Monochromatic Colors of #F0A4FE
Black with #F0A4FE
Text Example
Text Example
White with #F0A4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A4FE; }
p { color: rgb(240,164,254); }
H1.HeaderClassName
{
color: #F0A4FE;
}
.AnyTagClassName
{
color: #F0A4FE;
}
</style>
background-color css
<style>
a { background-color: #F0A4FE; }
a { background-color: rgb(240,164,254); }
div.DivClassName
{
background-color: #F0A4FE;
}
.BgClassName
{
background-color: #F0A4FE;
}
</style>
border-color css
<style>
span { border-color: #F0A4FE; }
span { border-color: rgb(240,164,254); }
td.TdClassName
{
border-color: #F0A4FE;
}
.TagClassName
{
border-color: #F0A4FE;
}
</style>