Shades of Mauvelous #F88BA5
Tints of Mauvelous #F88BA5
RGB
CMYK
RGB Variations
Color information
#F88BA5 (or 0xF88BA5) is known color: Mauvelous. HEX triplet: F8, 8B and A5. RGB value is (248,139,165). Sum of RGB (Red+Green+Blue) = 248+139+165=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 139 (54.69% from 255 or 25.18% from 552); Blue value is 165 (64.84% from 255 or 29.89% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F88BA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88BA5 is #07745A. Grayscale: #AEAEAE. Windows color (decimal): -488539 or 10849272. OLE color: 10849272.
HSL color Cylindrical-coordinate representation of color #F88BA5: hue angle of 345.69º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F88BA5 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 139 | 165 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.03 |
| HSL | 345.69º | 0.89% | 0.76% | - |
| HSV(B) | 345.69º | 0.44% | 0.97% | - |
| XYZ | 54.74 | 41.14 | 40.65 | - |
| YUV | 174.56 | 122.61 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 139 | 165 | 0 | 0.44 | 0.33 | 0.03 | 345.69 | 0.89 | 0.76 |
| Hex | F8 | 8B | A5 | 0 | 2C | 21 | 3 | 15A | 59 | 4C |
| Octal | 370 | 213 | 245 | 0 | 54 | 41 | 3 | 532 | 131 | 114 |
| Binary | 11111000 | 10001011 | 10100101 | 0 | 101100 | 100001 | 11 | 101011010 | 1011001 | 1001100 |
Color Harmonies of #F88BA5
Complementary color
Monochromatic Colors of #F88BA5
Black with #F88BA5
Text Example
Text Example
White with #F88BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88BA5; }
p { color: rgb(248,139,165); }
H1.HeaderClassName
{
color: #F88BA5;
}
.AnyTagClassName
{
color: #F88BA5;
}
</style>
background-color css
<style>
a { background-color: #F88BA5; }
a { background-color: rgb(248,139,165); }
div.DivClassName
{
background-color: #F88BA5;
}
.BgClassName
{
background-color: #F88BA5;
}
</style>
border-color css
<style>
span { border-color: #F88BA5; }
span { border-color: rgb(248,139,165); }
td.TdClassName
{
border-color: #F88BA5;
}
.TagClassName
{
border-color: #F88BA5;
}
</style>