Shades of Mauve #F2AFFC
Tints of Mauve #F2AFFC
RGB
CMYK
RGB Variations
Color information
#F2AFFC (or 0xF2AFFC) is known color: Mauve. HEX triplet: F2, AF and FC. RGB value is (242,175,252). Sum of RGB (Red+Green+Blue) = 242+175+252=669 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.17% from 669); Green value is 175 (68.75% from 255 or 26.16% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2AFFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2AFFC is #0D5003. Grayscale: #CBCBCB. Windows color (decimal): -872452 or 16560114. OLE color: 16560114.
HSL color Cylindrical-coordinate representation of color #F2AFFC: hue angle of 292.21º degrees, saturation: 0.93, 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 #F2AFFC is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 175 | 252 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.01 |
| HSL | 292.21º | 0.93% | 0.84% | - |
| HSV(B) | 292.21º | 0.31% | 0.99% | - |
| XYZ | 69.52 | 56.57 | 99.35 | - |
| YUV | 203.81 | 155.2 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 252 | 0.04 | 0.31 | 0 | 0.01 | 292.21 | 0.93 | 0.84 |
| Hex | F2 | AF | FC | 4 | 1F | 0 | 1 | 124 | 5D | 54 |
| Octal | 362 | 257 | 374 | 4 | 37 | 0 | 1 | 444 | 135 | 124 |
| Binary | 11110010 | 10101111 | 11111100 | 100 | 11111 | 0 | 1 | 100100100 | 1011101 | 1010100 |
Color Harmonies of #F2AFFC
Complementary color
Monochromatic Colors of #F2AFFC
Black with #F2AFFC
Text Example
Text Example
White with #F2AFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AFFC; }
p { color: rgb(242,175,252); }
H1.HeaderClassName
{
color: #F2AFFC;
}
.AnyTagClassName
{
color: #F2AFFC;
}
</style>
background-color css
<style>
a { background-color: #F2AFFC; }
a { background-color: rgb(242,175,252); }
div.DivClassName
{
background-color: #F2AFFC;
}
.BgClassName
{
background-color: #F2AFFC;
}
</style>
border-color css
<style>
span { border-color: #F2AFFC; }
span { border-color: rgb(242,175,252); }
td.TdClassName
{
border-color: #F2AFFC;
}
.TagClassName
{
border-color: #F2AFFC;
}
</style>