Shades of Mauve #F2AFFD
Tints of Mauve #F2AFFD
RGB
CMYK
RGB Variations
Color information
#F2AFFD (or 0xF2AFFD) is known color: Mauve. HEX triplet: F2, AF and FD. RGB value is (242,175,253). Sum of RGB (Red+Green+Blue) = 242+175+253=670 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.12% from 670); Green value is 175 (68.75% from 255 or 26.12% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2AFFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2AFFD is #0D5002. Grayscale: #CBCBCB. Windows color (decimal): -872451 or 16625650. OLE color: 16625650.
HSL color Cylindrical-coordinate representation of color #F2AFFD: hue angle of 291.54º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2AFFD is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 175 | 253 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.01 |
| HSL | 291.54º | 0.95% | 0.84% | - |
| HSV(B) | 291.54º | 0.31% | 0.99% | - |
| XYZ | 69.68 | 56.63 | 100.19 | - |
| YUV | 203.93 | 155.7 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 253 | 0.04 | 0.31 | 0 | 0.01 | 291.54 | 0.95 | 0.84 |
| Hex | F2 | AF | FD | 4 | 1F | 0 | 1 | 124 | 5F | 54 |
| Octal | 362 | 257 | 375 | 4 | 37 | 0 | 1 | 444 | 137 | 124 |
| Binary | 11110010 | 10101111 | 11111101 | 100 | 11111 | 0 | 1 | 100100100 | 1011111 | 1010100 |
Color Harmonies of #F2AFFD
Complementary color
Monochromatic Colors of #F2AFFD
Black with #F2AFFD
Text Example
Text Example
White with #F2AFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AFFD; }
p { color: rgb(242,175,253); }
H1.HeaderClassName
{
color: #F2AFFD;
}
.AnyTagClassName
{
color: #F2AFFD;
}
</style>
background-color css
<style>
a { background-color: #F2AFFD; }
a { background-color: rgb(242,175,253); }
div.DivClassName
{
background-color: #F2AFFD;
}
.BgClassName
{
background-color: #F2AFFD;
}
</style>
border-color css
<style>
span { border-color: #F2AFFD; }
span { border-color: rgb(242,175,253); }
td.TdClassName
{
border-color: #F2AFFD;
}
.TagClassName
{
border-color: #F2AFFD;
}
</style>