Shades of Mauve #F9BAFF
Tints of Mauve #F9BAFF
RGB
CMYK
RGB Variations
Color information
#F9BAFF (or 0xF9BAFF) is known color: Mauve. HEX triplet: F9, BA and FF. RGB value is (249,186,255). Sum of RGB (Red+Green+Blue) = 249+186+255=690 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.09% from 690); Green value is 186 (73.05% from 255 or 26.96% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9BAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BAFF is #064500. Grayscale: #D4D4D4. Windows color (decimal): -410881 or 16759545. OLE color: 16759545.
HSL color Cylindrical-coordinate representation of color #F9BAFF: hue angle of 294.78º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F9BAFF is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 186 | 255 | - |
| CMYK | 0.02 | 0.27 | 0 | 0 |
| HSL | 294.78º | 1% | 0.86% | - |
| HSV(B) | 294.78º | 0.27% | 1% | - |
| XYZ | 74.68 | 62.48 | 102.73 | - |
| YUV | 212.7 | 151.87 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 255 | 0.02 | 0.27 | 0 | 0 | 294.78 | 1 | 0.86 |
| Hex | F9 | BA | FF | 2 | 1B | 0 | 0 | 127 | 64 | 56 |
| Octal | 371 | 272 | 377 | 2 | 33 | 0 | 0 | 447 | 144 | 126 |
| Binary | 11111001 | 10111010 | 11111111 | 10 | 11011 | 0 | 0 | 100100111 | 1100100 | 1010110 |
Color Harmonies of #F9BAFF
Complementary color
Monochromatic Colors of #F9BAFF
Black with #F9BAFF
Text Example
Text Example
White with #F9BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BAFF; }
p { color: rgb(249,186,255); }
H1.HeaderClassName
{
color: #F9BAFF;
}
.AnyTagClassName
{
color: #F9BAFF;
}
</style>
background-color css
<style>
a { background-color: #F9BAFF; }
a { background-color: rgb(249,186,255); }
div.DivClassName
{
background-color: #F9BAFF;
}
.BgClassName
{
background-color: #F9BAFF;
}
</style>
border-color css
<style>
span { border-color: #F9BAFF; }
span { border-color: rgb(249,186,255); }
td.TdClassName
{
border-color: #F9BAFF;
}
.TagClassName
{
border-color: #F9BAFF;
}
</style>