Shades of Mauvelous #F890AB
Tints of Mauvelous #F890AB
RGB
CMYK
RGB Variations
Color information
#F890AB (or 0xF890AB) is known color: Mauvelous. HEX triplet: F8, 90 and AB. RGB value is (248,144,171). Sum of RGB (Red+Green+Blue) = 248+144+171=563 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.05% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 248 - color contains mainly: red. Hex color #F890AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F890AB is #076F54. Grayscale: #B2B2B2. Windows color (decimal): -487253 or 11243768. OLE color: 11243768.
HSL color Cylindrical-coordinate representation of color #F890AB: hue angle of 344.42º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F890AB is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 171 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.03 |
| HSL | 344.42º | 0.88% | 0.77% | - |
| HSV(B) | 344.42º | 0.42% | 0.97% | - |
| XYZ | 56.04 | 42.84 | 43.84 | - |
| YUV | 178.17 | 123.96 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 171 | 0 | 0.42 | 0.31 | 0.03 | 344.42 | 0.88 | 0.77 |
| Hex | F8 | 90 | AB | 0 | 2A | 1F | 3 | 158 | 58 | 4D |
| Octal | 370 | 220 | 253 | 0 | 52 | 37 | 3 | 530 | 130 | 115 |
| Binary | 11111000 | 10010000 | 10101011 | 0 | 101010 | 11111 | 11 | 101011000 | 1011000 | 1001101 |
Color Harmonies of #F890AB
Complementary color
Monochromatic Colors of #F890AB
Black with #F890AB
Text Example
Text Example
White with #F890AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F890AB; }
p { color: rgb(248,144,171); }
H1.HeaderClassName
{
color: #F890AB;
}
.AnyTagClassName
{
color: #F890AB;
}
</style>
background-color css
<style>
a { background-color: #F890AB; }
a { background-color: rgb(248,144,171); }
div.DivClassName
{
background-color: #F890AB;
}
.BgClassName
{
background-color: #F890AB;
}
</style>
border-color css
<style>
span { border-color: #F890AB; }
span { border-color: rgb(248,144,171); }
td.TdClassName
{
border-color: #F890AB;
}
.TagClassName
{
border-color: #F890AB;
}
</style>