Shades of Mauve #F4ABFB
Tints of Mauve #F4ABFB
RGB
CMYK
RGB Variations
Color information
#F4ABFB (or 0xF4ABFB) is known color: Mauve. HEX triplet: F4, AB and FB. RGB value is (244,171,251). Sum of RGB (Red+Green+Blue) = 244+171+251=666 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.64% from 666); Green value is 171 (67.19% from 255 or 25.68% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #F4ABFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4ABFB is #0B5404. Grayscale: #C9C9C9. Windows color (decimal): -742405 or 16493556. OLE color: 16493556.
HSL color Cylindrical-coordinate representation of color #F4ABFB: hue angle of 294.75º 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 #F4ABFB is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 171 | 251 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.02 |
| HSL | 294.75º | 0.91% | 0.83% | - |
| HSV(B) | 294.75º | 0.32% | 0.98% | - |
| XYZ | 69.28 | 55.32 | 98.29 | - |
| YUV | 201.95 | 155.68 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 171 | 251 | 0.03 | 0.32 | 0 | 0.02 | 294.75 | 0.91 | 0.83 |
| Hex | F4 | AB | FB | 3 | 20 | 0 | 2 | 127 | 5B | 53 |
| Octal | 364 | 253 | 373 | 3 | 40 | 0 | 2 | 447 | 133 | 123 |
| Binary | 11110100 | 10101011 | 11111011 | 11 | 100000 | 0 | 10 | 100100111 | 1011011 | 1010011 |
Color Harmonies of #F4ABFB
Complementary color
Monochromatic Colors of #F4ABFB
Black with #F4ABFB
Text Example
Text Example
White with #F4ABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ABFB; }
p { color: rgb(244,171,251); }
H1.HeaderClassName
{
color: #F4ABFB;
}
.AnyTagClassName
{
color: #F4ABFB;
}
</style>
background-color css
<style>
a { background-color: #F4ABFB; }
a { background-color: rgb(244,171,251); }
div.DivClassName
{
background-color: #F4ABFB;
}
.BgClassName
{
background-color: #F4ABFB;
}
</style>
border-color css
<style>
span { border-color: #F4ABFB; }
span { border-color: rgb(244,171,251); }
td.TdClassName
{
border-color: #F4ABFB;
}
.TagClassName
{
border-color: #F4ABFB;
}
</style>