Shades of Mauve #F3AAFF
Tints of Mauve #F3AAFF
RGB
CMYK
RGB Variations
Color information
#F3AAFF (or 0xF3AAFF) is known color: Mauve. HEX triplet: F3, AA and FF. RGB value is (243,170,255). Sum of RGB (Red+Green+Blue) = 243+170+255=668 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.38% from 668); Green value is 170 (66.80% from 255 or 25.45% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #F3AAFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3AAFF is #0C5500. Grayscale: #C9C9C9. Windows color (decimal): -808193 or 16755443. OLE color: 16755443.
HSL color Cylindrical-coordinate representation of color #F3AAFF: hue angle of 291.53º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F3AAFF is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 170 | 255 | - |
| CMYK | 0.05 | 0.33 | 0 | 0 |
| HSL | 291.53º | 1% | 0.83% | - |
| HSV(B) | 291.53º | 0.33% | 1% | - |
| XYZ | 69.39 | 55.02 | 101.57 | - |
| YUV | 201.52 | 158.18 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 170 | 255 | 0.05 | 0.33 | 0 | 0 | 291.53 | 1 | 0.83 |
| Hex | F3 | AA | FF | 5 | 21 | 0 | 0 | 124 | 64 | 53 |
| Octal | 363 | 252 | 377 | 5 | 41 | 0 | 0 | 444 | 144 | 123 |
| Binary | 11110011 | 10101010 | 11111111 | 101 | 100001 | 0 | 0 | 100100100 | 1100100 | 1010011 |
Color Harmonies of #F3AAFF
Complementary color
Monochromatic Colors of #F3AAFF
Black with #F3AAFF
Text Example
Text Example
White with #F3AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AAFF; }
p { color: rgb(243,170,255); }
H1.HeaderClassName
{
color: #F3AAFF;
}
.AnyTagClassName
{
color: #F3AAFF;
}
</style>
background-color css
<style>
a { background-color: #F3AAFF; }
a { background-color: rgb(243,170,255); }
div.DivClassName
{
background-color: #F3AAFF;
}
.BgClassName
{
background-color: #F3AAFF;
}
</style>
border-color css
<style>
span { border-color: #F3AAFF; }
span { border-color: rgb(243,170,255); }
td.TdClassName
{
border-color: #F3AAFF;
}
.TagClassName
{
border-color: #F3AAFF;
}
</style>