Shades of Mauve #F3ABFF
Tints of Mauve #F3ABFF
RGB
CMYK
RGB Variations
Color information
#F3ABFF (or 0xF3ABFF) is known color: Mauve. HEX triplet: F3, AB and FF. RGB value is (243,171,255). Sum of RGB (Red+Green+Blue) = 243+171+255=669 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.32% from 669); Green value is 171 (67.19% from 255 or 25.56% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #F3ABFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3ABFF is #0C5400. Grayscale: #C9C9C9. Windows color (decimal): -807937 or 16755699. OLE color: 16755699.
HSL color Cylindrical-coordinate representation of color #F3ABFF: hue angle of 291.43º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F3ABFF is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 171 | 255 | - |
| CMYK | 0.05 | 0.33 | 0 | 0 |
| HSL | 291.43º | 1% | 0.84% | - |
| HSV(B) | 291.43º | 0.33% | 1% | - |
| XYZ | 69.58 | 55.4 | 101.63 | - |
| YUV | 202.1 | 157.85 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 171 | 255 | 0.05 | 0.33 | 0 | 0 | 291.43 | 1 | 0.84 |
| Hex | F3 | AB | FF | 5 | 21 | 0 | 0 | 123 | 64 | 54 |
| Octal | 363 | 253 | 377 | 5 | 41 | 0 | 0 | 443 | 144 | 124 |
| Binary | 11110011 | 10101011 | 11111111 | 101 | 100001 | 0 | 0 | 100100011 | 1100100 | 1010100 |
Color Harmonies of #F3ABFF
Complementary color
Monochromatic Colors of #F3ABFF
Black with #F3ABFF
Text Example
Text Example
White with #F3ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ABFF; }
p { color: rgb(243,171,255); }
H1.HeaderClassName
{
color: #F3ABFF;
}
.AnyTagClassName
{
color: #F3ABFF;
}
</style>
background-color css
<style>
a { background-color: #F3ABFF; }
a { background-color: rgb(243,171,255); }
div.DivClassName
{
background-color: #F3ABFF;
}
.BgClassName
{
background-color: #F3ABFF;
}
</style>
border-color css
<style>
span { border-color: #F3ABFF; }
span { border-color: rgb(243,171,255); }
td.TdClassName
{
border-color: #F3ABFF;
}
.TagClassName
{
border-color: #F3ABFF;
}
</style>