Shades of Mauvelous #F89BA9
Tints of Mauvelous #F89BA9
RGB
CMYK
RGB Variations
Color information
#F89BA9 (or 0xF89BA9) is known color: Mauvelous. HEX triplet: F8, 9B and A9. RGB value is (248,155,169). Sum of RGB (Red+Green+Blue) = 248+155+169=572 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.36% from 572); Green value is 155 (60.94% from 255 or 27.10% from 572); Blue value is 169 (66.41% from 255 or 29.55% from 572); Max value from RGB is 248 - color contains mainly: red. Hex color #F89BA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89BA9 is #076456. Grayscale: #B8B8B8. Windows color (decimal): -484439 or 11115512. OLE color: 11115512.
HSL color Cylindrical-coordinate representation of color #F89BA9: hue angle of 350.97º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F89BA9 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 169 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.03 |
| HSL | 350.97º | 0.87% | 0.79% | - |
| HSV(B) | 350.97º | 0.38% | 0.97% | - |
| XYZ | 57.59 | 46.26 | 43.43 | - |
| YUV | 184.4 | 119.31 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 169 | 0 | 0.38 | 0.32 | 0.03 | 350.97 | 0.87 | 0.79 |
| Hex | F8 | 9B | A9 | 0 | 26 | 20 | 3 | 15F | 57 | 4F |
| Octal | 370 | 233 | 251 | 0 | 46 | 40 | 3 | 537 | 127 | 117 |
| Binary | 11111000 | 10011011 | 10101001 | 0 | 100110 | 100000 | 11 | 101011111 | 1010111 | 1001111 |
Color Harmonies of #F89BA9
Complementary color
Monochromatic Colors of #F89BA9
Black with #F89BA9
Text Example
Text Example
White with #F89BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89BA9; }
p { color: rgb(248,155,169); }
H1.HeaderClassName
{
color: #F89BA9;
}
.AnyTagClassName
{
color: #F89BA9;
}
</style>
background-color css
<style>
a { background-color: #F89BA9; }
a { background-color: rgb(248,155,169); }
div.DivClassName
{
background-color: #F89BA9;
}
.BgClassName
{
background-color: #F89BA9;
}
</style>
border-color css
<style>
span { border-color: #F89BA9; }
span { border-color: rgb(248,155,169); }
td.TdClassName
{
border-color: #F89BA9;
}
.TagClassName
{
border-color: #F89BA9;
}
</style>