Shades of Mauve #F2AAFD
Tints of Mauve #F2AAFD
RGB
CMYK
RGB Variations
Color information
#F2AAFD (or 0xF2AAFD) is known color: Mauve. HEX triplet: F2, AA and FD. RGB value is (242,170,253). Sum of RGB (Red+Green+Blue) = 242+170+253=665 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.39% from 665); Green value is 170 (66.80% from 255 or 25.56% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2AAFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2AAFD is #0D5502. Grayscale: #C8C8C8. Windows color (decimal): -873731 or 16624370. OLE color: 16624370.
HSL color Cylindrical-coordinate representation of color #F2AAFD: hue angle of 292.05º 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 #F2AAFD is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 170 | 253 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.01 |
| HSL | 292.05º | 0.95% | 0.83% | - |
| HSV(B) | 292.05º | 0.33% | 0.99% | - |
| XYZ | 68.72 | 54.72 | 99.87 | - |
| YUV | 200.99 | 157.35 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 253 | 0.04 | 0.33 | 0 | 0.01 | 292.05 | 0.95 | 0.83 |
| Hex | F2 | AA | FD | 4 | 21 | 0 | 1 | 124 | 5F | 53 |
| Octal | 362 | 252 | 375 | 4 | 41 | 0 | 1 | 444 | 137 | 123 |
| Binary | 11110010 | 10101010 | 11111101 | 100 | 100001 | 0 | 1 | 100100100 | 1011111 | 1010011 |
Color Harmonies of #F2AAFD
Complementary color
Monochromatic Colors of #F2AAFD
Black with #F2AAFD
Text Example
Text Example
White with #F2AAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AAFD; }
p { color: rgb(242,170,253); }
H1.HeaderClassName
{
color: #F2AAFD;
}
.AnyTagClassName
{
color: #F2AAFD;
}
</style>
background-color css
<style>
a { background-color: #F2AAFD; }
a { background-color: rgb(242,170,253); }
div.DivClassName
{
background-color: #F2AAFD;
}
.BgClassName
{
background-color: #F2AAFD;
}
</style>
border-color css
<style>
span { border-color: #F2AAFD; }
span { border-color: rgb(242,170,253); }
td.TdClassName
{
border-color: #F2AAFD;
}
.TagClassName
{
border-color: #F2AAFD;
}
</style>