Shades of Mauve #F5ABFB
Tints of Mauve #F5ABFB
RGB
CMYK
RGB Variations
Color information
#F5ABFB (or 0xF5ABFB) is known color: Mauve. HEX triplet: F5, AB and FB. RGB value is (245,171,251). Sum of RGB (Red+Green+Blue) = 245+171+251=667 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.73% from 667); Green value is 171 (67.19% from 255 or 25.64% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 251 - color contains mainly: blue. Hex color #F5ABFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ABFB is #0A5404. Grayscale: #CACACA. Windows color (decimal): -676869 or 16493557. OLE color: 16493557.
HSL color Cylindrical-coordinate representation of color #F5ABFB: hue angle of 295.5º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F5ABFB is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 171 | 251 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.02 |
| HSL | 295.5º | 0.91% | 0.83% | - |
| HSV(B) | 295.5º | 0.32% | 0.98% | - |
| XYZ | 69.63 | 55.5 | 98.31 | - |
| YUV | 202.25 | 155.52 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 171 | 251 | 0.02 | 0.32 | 0 | 0.02 | 295.5 | 0.91 | 0.83 |
| Hex | F5 | AB | FB | 2 | 20 | 0 | 2 | 128 | 5B | 53 |
| Octal | 365 | 253 | 373 | 2 | 40 | 0 | 2 | 450 | 133 | 123 |
| Binary | 11110101 | 10101011 | 11111011 | 10 | 100000 | 0 | 10 | 100101000 | 1011011 | 1010011 |
Color Harmonies of #F5ABFB
Complementary color
Monochromatic Colors of #F5ABFB
Black with #F5ABFB
Text Example
Text Example
White with #F5ABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ABFB; }
p { color: rgb(245,171,251); }
H1.HeaderClassName
{
color: #F5ABFB;
}
.AnyTagClassName
{
color: #F5ABFB;
}
</style>
background-color css
<style>
a { background-color: #F5ABFB; }
a { background-color: rgb(245,171,251); }
div.DivClassName
{
background-color: #F5ABFB;
}
.BgClassName
{
background-color: #F5ABFB;
}
</style>
border-color css
<style>
span { border-color: #F5ABFB; }
span { border-color: rgb(245,171,251); }
td.TdClassName
{
border-color: #F5ABFB;
}
.TagClassName
{
border-color: #F5ABFB;
}
</style>