Shades of Mauvelous #F89AA8
Tints of Mauvelous #F89AA8
RGB
CMYK
RGB Variations
Color information
#F89AA8 (or 0xF89AA8) is known color: Mauvelous. HEX triplet: F8, 9A and A8. RGB value is (248,154,168). Sum of RGB (Red+Green+Blue) = 248+154+168=570 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.51% from 570); Green value is 154 (60.55% from 255 or 27.02% from 570); Blue value is 168 (66.02% from 255 or 29.47% from 570); Max value from RGB is 248 - color contains mainly: red. Hex color #F89AA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89AA8 is #076557. Grayscale: #B7B7B7. Windows color (decimal): -484696 or 11049720. OLE color: 11049720.
HSL color Cylindrical-coordinate representation of color #F89AA8: hue angle of 351.06º 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 #F89AA8 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 154 | 168 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.03 |
| HSL | 351.06º | 0.87% | 0.79% | - |
| HSV(B) | 351.06º | 0.38% | 0.97% | - |
| XYZ | 57.33 | 45.89 | 42.88 | - |
| YUV | 183.7 | 119.14 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 154 | 168 | 0 | 0.38 | 0.32 | 0.03 | 351.06 | 0.87 | 0.79 |
| Hex | F8 | 9A | A8 | 0 | 26 | 20 | 3 | 15F | 57 | 4F |
| Octal | 370 | 232 | 250 | 0 | 46 | 40 | 3 | 537 | 127 | 117 |
| Binary | 11111000 | 10011010 | 10101000 | 0 | 100110 | 100000 | 11 | 101011111 | 1010111 | 1001111 |
Color Harmonies of #F89AA8
Complementary color
Monochromatic Colors of #F89AA8
Black with #F89AA8
Text Example
Text Example
White with #F89AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89AA8; }
p { color: rgb(248,154,168); }
H1.HeaderClassName
{
color: #F89AA8;
}
.AnyTagClassName
{
color: #F89AA8;
}
</style>
background-color css
<style>
a { background-color: #F89AA8; }
a { background-color: rgb(248,154,168); }
div.DivClassName
{
background-color: #F89AA8;
}
.BgClassName
{
background-color: #F89AA8;
}
</style>
border-color css
<style>
span { border-color: #F89AA8; }
span { border-color: rgb(248,154,168); }
td.TdClassName
{
border-color: #F89AA8;
}
.TagClassName
{
border-color: #F89AA8;
}
</style>