Shades of Mauve #F4A7FB
Tints of Mauve #F4A7FB
RGB
CMYK
RGB Variations
Color information
#F4A7FB (or 0xF4A7FB) is known color: Mauve. HEX triplet: F4, A7 and FB. RGB value is (244,167,251). Sum of RGB (Red+Green+Blue) = 244+167+251=662 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.86% from 662); Green value is 167 (65.62% from 255 or 25.23% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 251 - color contains mainly: blue. Hex color #F4A7FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A7FB is #0B5804. Grayscale: #C7C7C7. Windows color (decimal): -743429 or 16492532. OLE color: 16492532.
HSL color Cylindrical-coordinate representation of color #F4A7FB: hue angle of 295º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F4A7FB is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 167 | 251 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.02 |
| HSL | 295º | 0.91% | 0.82% | - |
| HSV(B) | 295º | 0.33% | 0.98% | - |
| XYZ | 68.54 | 53.84 | 98.05 | - |
| YUV | 199.6 | 157.01 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 167 | 251 | 0.03 | 0.33 | 0 | 0.02 | 295 | 0.91 | 0.82 |
| Hex | F4 | A7 | FB | 3 | 21 | 0 | 2 | 127 | 5B | 52 |
| Octal | 364 | 247 | 373 | 3 | 41 | 0 | 2 | 447 | 133 | 122 |
| Binary | 11110100 | 10100111 | 11111011 | 11 | 100001 | 0 | 10 | 100100111 | 1011011 | 1010010 |
Color Harmonies of #F4A7FB
Complementary color
Monochromatic Colors of #F4A7FB
Black with #F4A7FB
Text Example
Text Example
White with #F4A7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A7FB; }
p { color: rgb(244,167,251); }
H1.HeaderClassName
{
color: #F4A7FB;
}
.AnyTagClassName
{
color: #F4A7FB;
}
</style>
background-color css
<style>
a { background-color: #F4A7FB; }
a { background-color: rgb(244,167,251); }
div.DivClassName
{
background-color: #F4A7FB;
}
.BgClassName
{
background-color: #F4A7FB;
}
</style>
border-color css
<style>
span { border-color: #F4A7FB; }
span { border-color: rgb(244,167,251); }
td.TdClassName
{
border-color: #F4A7FB;
}
.TagClassName
{
border-color: #F4A7FB;
}
</style>