Shades of Mauvelous #FE8DB0
Tints of Mauvelous #FE8DB0
RGB
CMYK
RGB Variations
Color information
#FE8DB0 (or 0xFE8DB0) is known color: Mauvelous. HEX triplet: FE, 8D and B0. RGB value is (254,141,176). Sum of RGB (Red+Green+Blue) = 254+141+176=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 141 (55.47% from 255 or 24.69% from 571); Blue value is 176 (69.14% from 255 or 30.82% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8DB0 is #01724F. Grayscale: #B2B2B2. Windows color (decimal): -94800 or 11570686. OLE color: 11570686.
HSL color Cylindrical-coordinate representation of color #FE8DB0: hue angle of 341.42º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8DB0 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 176 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.00 |
| HSL | 341.42º | 0.98% | 0.77% | - |
| HSV(B) | 341.42º | 0.44% | 1% | - |
| XYZ | 58.23 | 43.26 | 46.35 | - |
| YUV | 178.78 | 126.44 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 176 | 0 | 0.44 | 0.31 | 0.00 | 341.42 | 0.98 | 0.77 |
| Hex | FE | 8D | B0 | 0 | 2C | 1F | 0 | 155 | 62 | 4D |
| Octal | 376 | 215 | 260 | 0 | 54 | 37 | 0 | 525 | 142 | 115 |
| Binary | 11111110 | 10001101 | 10110000 | 0 | 101100 | 11111 | 0 | 101010101 | 1100010 | 1001101 |
Color Harmonies of #FE8DB0
Complementary color
Monochromatic Colors of #FE8DB0
Black with #FE8DB0
Text Example
Text Example
White with #FE8DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8DB0; }
p { color: rgb(254,141,176); }
H1.HeaderClassName
{
color: #FE8DB0;
}
.AnyTagClassName
{
color: #FE8DB0;
}
</style>
background-color css
<style>
a { background-color: #FE8DB0; }
a { background-color: rgb(254,141,176); }
div.DivClassName
{
background-color: #FE8DB0;
}
.BgClassName
{
background-color: #FE8DB0;
}
</style>
border-color css
<style>
span { border-color: #FE8DB0; }
span { border-color: rgb(254,141,176); }
td.TdClassName
{
border-color: #FE8DB0;
}
.TagClassName
{
border-color: #FE8DB0;
}
</style>