Shades of Mauve #F0AAFD
Tints of Mauve #F0AAFD
RGB
CMYK
RGB Variations
Color information
#F0AAFD (or 0xF0AAFD) is known color: Mauve. HEX triplet: F0, AA and FD. RGB value is (240,170,253). Sum of RGB (Red+Green+Blue) = 240+170+253=663 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.20% from 663); Green value is 170 (66.80% from 255 or 25.64% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0AAFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AAFD is #0F5502. Grayscale: #C8C8C8. Windows color (decimal): -1004803 or 16624368. OLE color: 16624368.
HSL color Cylindrical-coordinate representation of color #F0AAFD: hue angle of 290.6º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0AAFD is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 170 | 253 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.01 |
| HSL | 290.6º | 0.95% | 0.83% | - |
| HSV(B) | 290.6º | 0.33% | 0.99% | - |
| XYZ | 68.04 | 54.37 | 99.84 | - |
| YUV | 200.39 | 157.69 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 170 | 253 | 0.05 | 0.33 | 0 | 0.01 | 290.6 | 0.95 | 0.83 |
| Hex | F0 | AA | FD | 5 | 21 | 0 | 1 | 123 | 5F | 53 |
| Octal | 360 | 252 | 375 | 5 | 41 | 0 | 1 | 443 | 137 | 123 |
| Binary | 11110000 | 10101010 | 11111101 | 101 | 100001 | 0 | 1 | 100100011 | 1011111 | 1010011 |
Color Harmonies of #F0AAFD
Complementary color
Monochromatic Colors of #F0AAFD
Black with #F0AAFD
Text Example
Text Example
White with #F0AAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AAFD; }
p { color: rgb(240,170,253); }
H1.HeaderClassName
{
color: #F0AAFD;
}
.AnyTagClassName
{
color: #F0AAFD;
}
</style>
background-color css
<style>
a { background-color: #F0AAFD; }
a { background-color: rgb(240,170,253); }
div.DivClassName
{
background-color: #F0AAFD;
}
.BgClassName
{
background-color: #F0AAFD;
}
</style>
border-color css
<style>
span { border-color: #F0AAFD; }
span { border-color: rgb(240,170,253); }
td.TdClassName
{
border-color: #F0AAFD;
}
.TagClassName
{
border-color: #F0AAFD;
}
</style>