Shades of Mauvelous #F89FA8
Tints of Mauvelous #F89FA8
RGB
CMYK
RGB Variations
Color information
#F89FA8 (or 0xF89FA8) is known color: Mauvelous. HEX triplet: F8, 9F and A8. RGB value is (248,159,168). Sum of RGB (Red+Green+Blue) = 248+159+168=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 159 (62.5% from 255 or 27.65% from 575); Blue value is 168 (66.02% from 255 or 29.22% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F89FA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89FA8 is #076057. Grayscale: #BABABA. Windows color (decimal): -483416 or 11051000. OLE color: 11051000.
HSL color Cylindrical-coordinate representation of color #F89FA8: hue angle of 353.93º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F89FA8 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 159 | 168 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.03 |
| HSL | 353.93º | 0.86% | 0.8% | - |
| HSV(B) | 353.93º | 0.36% | 0.97% | - |
| XYZ | 58.18 | 47.58 | 43.16 | - |
| YUV | 186.64 | 117.49 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 159 | 168 | 0 | 0.36 | 0.32 | 0.03 | 353.93 | 0.86 | 0.8 |
| Hex | F8 | 9F | A8 | 0 | 24 | 20 | 3 | 162 | 56 | 50 |
| Octal | 370 | 237 | 250 | 0 | 44 | 40 | 3 | 542 | 126 | 120 |
| Binary | 11111000 | 10011111 | 10101000 | 0 | 100100 | 100000 | 11 | 101100010 | 1010110 | 1010000 |
Color Harmonies of #F89FA8
Complementary color
Monochromatic Colors of #F89FA8
Black with #F89FA8
Text Example
Text Example
White with #F89FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89FA8; }
p { color: rgb(248,159,168); }
H1.HeaderClassName
{
color: #F89FA8;
}
.AnyTagClassName
{
color: #F89FA8;
}
</style>
background-color css
<style>
a { background-color: #F89FA8; }
a { background-color: rgb(248,159,168); }
div.DivClassName
{
background-color: #F89FA8;
}
.BgClassName
{
background-color: #F89FA8;
}
</style>
border-color css
<style>
span { border-color: #F89FA8; }
span { border-color: rgb(248,159,168); }
td.TdClassName
{
border-color: #F89FA8;
}
.TagClassName
{
border-color: #F89FA8;
}
</style>