Shades of Mauve #F0AFFE
Tints of Mauve #F0AFFE
RGB
CMYK
RGB Variations
Color information
#F0AFFE (or 0xF0AFFE) is known color: Mauve. HEX triplet: F0, AF and FE. RGB value is (240,175,254). Sum of RGB (Red+Green+Blue) = 240+175+254=669 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.87% from 669); Green value is 175 (68.75% from 255 or 26.16% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0AFFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AFFE is #0F5001. Grayscale: #CBCBCB. Windows color (decimal): -1003522 or 16691184. OLE color: 16691184.
HSL color Cylindrical-coordinate representation of color #F0AFFE: hue angle of 289.37º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0AFFE is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 175 | 254 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.00 |
| HSL | 289.37º | 0.98% | 0.84% | - |
| HSV(B) | 289.37º | 0.31% | 1% | - |
| XYZ | 69.15 | 56.34 | 101 | - |
| YUV | 203.44 | 156.53 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 254 | 0.06 | 0.31 | 0 | 0.00 | 289.37 | 0.98 | 0.84 |
| Hex | F0 | AF | FE | 6 | 1F | 0 | 0 | 121 | 62 | 54 |
| Octal | 360 | 257 | 376 | 6 | 37 | 0 | 0 | 441 | 142 | 124 |
| Binary | 11110000 | 10101111 | 11111110 | 110 | 11111 | 0 | 0 | 100100001 | 1100010 | 1010100 |
Color Harmonies of #F0AFFE
Complementary color
Monochromatic Colors of #F0AFFE
Black with #F0AFFE
Text Example
Text Example
White with #F0AFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AFFE; }
p { color: rgb(240,175,254); }
H1.HeaderClassName
{
color: #F0AFFE;
}
.AnyTagClassName
{
color: #F0AFFE;
}
</style>
background-color css
<style>
a { background-color: #F0AFFE; }
a { background-color: rgb(240,175,254); }
div.DivClassName
{
background-color: #F0AFFE;
}
.BgClassName
{
background-color: #F0AFFE;
}
</style>
border-color css
<style>
span { border-color: #F0AFFE; }
span { border-color: rgb(240,175,254); }
td.TdClassName
{
border-color: #F0AFFE;
}
.TagClassName
{
border-color: #F0AFFE;
}
</style>