Shades of Mauve #F6A9FB
Tints of Mauve #F6A9FB
RGB
CMYK
RGB Variations
Color information
#F6A9FB (or 0xF6A9FB) is known color: Mauve. HEX triplet: F6, A9 and FB. RGB value is (246,169,251). Sum of RGB (Red+Green+Blue) = 246+169+251=666 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.94% from 666); Green value is 169 (66.41% from 255 or 25.38% 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 #F6A9FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A9FB is #095604. Grayscale: #C9C9C9. Windows color (decimal): -611845 or 16493046. OLE color: 16493046.
HSL color Cylindrical-coordinate representation of color #F6A9FB: hue angle of 296.34º 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 #F6A9FB is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 169 | 251 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.02 |
| HSL | 296.34º | 0.91% | 0.82% | - |
| HSV(B) | 296.34º | 0.33% | 0.98% | - |
| XYZ | 69.61 | 54.93 | 98.2 | - |
| YUV | 201.37 | 156.01 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 169 | 251 | 0.02 | 0.33 | 0 | 0.02 | 296.34 | 0.91 | 0.82 |
| Hex | F6 | A9 | FB | 2 | 21 | 0 | 2 | 128 | 5B | 52 |
| Octal | 366 | 251 | 373 | 2 | 41 | 0 | 2 | 450 | 133 | 122 |
| Binary | 11110110 | 10101001 | 11111011 | 10 | 100001 | 0 | 10 | 100101000 | 1011011 | 1010010 |
Color Harmonies of #F6A9FB
Complementary color
Monochromatic Colors of #F6A9FB
Black with #F6A9FB
Text Example
Text Example
White with #F6A9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A9FB; }
p { color: rgb(246,169,251); }
H1.HeaderClassName
{
color: #F6A9FB;
}
.AnyTagClassName
{
color: #F6A9FB;
}
</style>
background-color css
<style>
a { background-color: #F6A9FB; }
a { background-color: rgb(246,169,251); }
div.DivClassName
{
background-color: #F6A9FB;
}
.BgClassName
{
background-color: #F6A9FB;
}
</style>
border-color css
<style>
span { border-color: #F6A9FB; }
span { border-color: rgb(246,169,251); }
td.TdClassName
{
border-color: #F6A9FB;
}
.TagClassName
{
border-color: #F6A9FB;
}
</style>