Shades of Mauve #F3ABFC
Tints of Mauve #F3ABFC
RGB
CMYK
RGB Variations
Color information
#F3ABFC (or 0xF3ABFC) is known color: Mauve. HEX triplet: F3, AB and FC. RGB value is (243,171,252). Sum of RGB (Red+Green+Blue) = 243+171+252=666 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.49% from 666); Green value is 171 (67.19% from 255 or 25.68% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: blue. Hex color #F3ABFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3ABFC is #0C5403. Grayscale: #C9C9C9. Windows color (decimal): -807940 or 16559091. OLE color: 16559091.
HSL color Cylindrical-coordinate representation of color #F3ABFC: hue angle of 293.33º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F3ABFC is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 171 | 252 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.01 |
| HSL | 293.33º | 0.93% | 0.83% | - |
| HSV(B) | 293.33º | 0.32% | 0.99% | - |
| XYZ | 69.1 | 55.21 | 99.11 | - |
| YUV | 201.76 | 156.35 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 171 | 252 | 0.04 | 0.32 | 0 | 0.01 | 293.33 | 0.93 | 0.83 |
| Hex | F3 | AB | FC | 4 | 20 | 0 | 1 | 125 | 5D | 53 |
| Octal | 363 | 253 | 374 | 4 | 40 | 0 | 1 | 445 | 135 | 123 |
| Binary | 11110011 | 10101011 | 11111100 | 100 | 100000 | 0 | 1 | 100100101 | 1011101 | 1010011 |
Color Harmonies of #F3ABFC
Complementary color
Monochromatic Colors of #F3ABFC
Black with #F3ABFC
Text Example
Text Example
White with #F3ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ABFC; }
p { color: rgb(243,171,252); }
H1.HeaderClassName
{
color: #F3ABFC;
}
.AnyTagClassName
{
color: #F3ABFC;
}
</style>
background-color css
<style>
a { background-color: #F3ABFC; }
a { background-color: rgb(243,171,252); }
div.DivClassName
{
background-color: #F3ABFC;
}
.BgClassName
{
background-color: #F3ABFC;
}
</style>
border-color css
<style>
span { border-color: #F3ABFC; }
span { border-color: rgb(243,171,252); }
td.TdClassName
{
border-color: #F3ABFC;
}
.TagClassName
{
border-color: #F3ABFC;
}
</style>