Shades of Mauvelous #F88EAD
Tints of Mauvelous #F88EAD
RGB
CMYK
RGB Variations
Color information
#F88EAD (or 0xF88EAD) is known color: Mauvelous. HEX triplet: F8, 8E and AD. RGB value is (248,142,173). Sum of RGB (Red+Green+Blue) = 248+142+173=563 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.05% from 563); Green value is 142 (55.86% from 255 or 25.22% from 563); Blue value is 173 (67.97% from 255 or 30.73% from 563); Max value from RGB is 248 - color contains mainly: red. Hex color #F88EAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88EAD is #077152. Grayscale: #B1B1B1. Windows color (decimal): -487763 or 11374328. OLE color: 11374328.
HSL color Cylindrical-coordinate representation of color #F88EAD: hue angle of 342.45º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F88EAD is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 142 | 173 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.03 |
| HSL | 342.45º | 0.88% | 0.76% | - |
| HSV(B) | 342.45º | 0.43% | 0.97% | - |
| XYZ | 55.93 | 42.32 | 44.76 | - |
| YUV | 177.23 | 125.62 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 142 | 173 | 0 | 0.43 | 0.30 | 0.03 | 342.45 | 0.88 | 0.76 |
| Hex | F8 | 8E | AD | 0 | 2B | 1E | 3 | 156 | 58 | 4C |
| Octal | 370 | 216 | 255 | 0 | 53 | 36 | 3 | 526 | 130 | 114 |
| Binary | 11111000 | 10001110 | 10101101 | 0 | 101011 | 11110 | 11 | 101010110 | 1011000 | 1001100 |
Color Harmonies of #F88EAD
Complementary color
Monochromatic Colors of #F88EAD
Black with #F88EAD
Text Example
Text Example
White with #F88EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88EAD; }
p { color: rgb(248,142,173); }
H1.HeaderClassName
{
color: #F88EAD;
}
.AnyTagClassName
{
color: #F88EAD;
}
</style>
background-color css
<style>
a { background-color: #F88EAD; }
a { background-color: rgb(248,142,173); }
div.DivClassName
{
background-color: #F88EAD;
}
.BgClassName
{
background-color: #F88EAD;
}
</style>
border-color css
<style>
span { border-color: #F88EAD; }
span { border-color: rgb(248,142,173); }
td.TdClassName
{
border-color: #F88EAD;
}
.TagClassName
{
border-color: #F88EAD;
}
</style>