Shades of Mauve #F3AEFF
Tints of Mauve #F3AEFF
RGB
CMYK
RGB Variations
Color information
#F3AEFF (or 0xF3AEFF) is known color: Mauve. HEX triplet: F3, AE and FF. RGB value is (243,174,255). Sum of RGB (Red+Green+Blue) = 243+174+255=672 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.16% from 672); Green value is 174 (68.36% from 255 or 25.89% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #F3AEFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3AEFF is #0C5100. Grayscale: #CBCBCB. Windows color (decimal): -807169 or 16756467. OLE color: 16756467.
HSL color Cylindrical-coordinate representation of color #F3AEFF: hue angle of 291.11º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F3AEFF is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 174 | 255 | - |
| CMYK | 0.05 | 0.32 | 0 | 0 |
| HSL | 291.11º | 1% | 0.84% | - |
| HSV(B) | 291.11º | 0.32% | 1% | - |
| XYZ | 70.15 | 56.55 | 101.83 | - |
| YUV | 203.87 | 156.86 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 174 | 255 | 0.05 | 0.32 | 0 | 0 | 291.11 | 1 | 0.84 |
| Hex | F3 | AE | FF | 5 | 20 | 0 | 0 | 123 | 64 | 54 |
| Octal | 363 | 256 | 377 | 5 | 40 | 0 | 0 | 443 | 144 | 124 |
| Binary | 11110011 | 10101110 | 11111111 | 101 | 100000 | 0 | 0 | 100100011 | 1100100 | 1010100 |
Color Harmonies of #F3AEFF
Complementary color
Monochromatic Colors of #F3AEFF
Black with #F3AEFF
Text Example
Text Example
White with #F3AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AEFF; }
p { color: rgb(243,174,255); }
H1.HeaderClassName
{
color: #F3AEFF;
}
.AnyTagClassName
{
color: #F3AEFF;
}
</style>
background-color css
<style>
a { background-color: #F3AEFF; }
a { background-color: rgb(243,174,255); }
div.DivClassName
{
background-color: #F3AEFF;
}
.BgClassName
{
background-color: #F3AEFF;
}
</style>
border-color css
<style>
span { border-color: #F3AEFF; }
span { border-color: rgb(243,174,255); }
td.TdClassName
{
border-color: #F3AEFF;
}
.TagClassName
{
border-color: #F3AEFF;
}
</style>