Shades of Mauve #F3AAFE
Tints of Mauve #F3AAFE
RGB
CMYK
RGB Variations
Color information
#F3AAFE (or 0xF3AAFE) is known color: Mauve. HEX triplet: F3, AA and FE. RGB value is (243,170,254). Sum of RGB (Red+Green+Blue) = 243+170+254=667 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.43% from 667); Green value is 170 (66.80% from 255 or 25.49% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3AAFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3AAFE is #0C5501. Grayscale: #C9C9C9. Windows color (decimal): -808194 or 16689907. OLE color: 16689907.
HSL color Cylindrical-coordinate representation of color #F3AAFE: hue angle of 292.14º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F3AAFE is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 170 | 254 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.00 |
| HSL | 292.14º | 0.98% | 0.83% | - |
| HSV(B) | 292.14º | 0.33% | 1% | - |
| XYZ | 69.23 | 54.96 | 100.73 | - |
| YUV | 201.4 | 157.68 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 170 | 254 | 0.04 | 0.33 | 0 | 0.00 | 292.14 | 0.98 | 0.83 |
| Hex | F3 | AA | FE | 4 | 21 | 0 | 0 | 124 | 62 | 53 |
| Octal | 363 | 252 | 376 | 4 | 41 | 0 | 0 | 444 | 142 | 123 |
| Binary | 11110011 | 10101010 | 11111110 | 100 | 100001 | 0 | 0 | 100100100 | 1100010 | 1010011 |
Color Harmonies of #F3AAFE
Complementary color
Monochromatic Colors of #F3AAFE
Black with #F3AAFE
Text Example
Text Example
White with #F3AAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AAFE; }
p { color: rgb(243,170,254); }
H1.HeaderClassName
{
color: #F3AAFE;
}
.AnyTagClassName
{
color: #F3AAFE;
}
</style>
background-color css
<style>
a { background-color: #F3AAFE; }
a { background-color: rgb(243,170,254); }
div.DivClassName
{
background-color: #F3AAFE;
}
.BgClassName
{
background-color: #F3AAFE;
}
</style>
border-color css
<style>
span { border-color: #F3AAFE; }
span { border-color: rgb(243,170,254); }
td.TdClassName
{
border-color: #F3AAFE;
}
.TagClassName
{
border-color: #F3AAFE;
}
</style>