Shades of Mauvelous #FE8DAC
Tints of Mauvelous #FE8DAC
RGB
CMYK
RGB Variations
Color information
#FE8DAC (or 0xFE8DAC) is known color: Mauvelous. HEX triplet: FE, 8D and AC. RGB value is (254,141,172). Sum of RGB (Red+Green+Blue) = 254+141+172=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8DAC is #017253. Grayscale: #B2B2B2. Windows color (decimal): -94804 or 11308542. OLE color: 11308542.
HSL color Cylindrical-coordinate representation of color #FE8DAC: hue angle of 343.54º 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 #FE8DAC is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 172 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.00 |
| HSL | 343.54º | 0.98% | 0.77% | - |
| HSV(B) | 343.54º | 0.44% | 1% | - |
| XYZ | 57.84 | 43.1 | 44.3 | - |
| YUV | 178.32 | 124.44 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 172 | 0 | 0.44 | 0.32 | 0.00 | 343.54 | 0.98 | 0.77 |
| Hex | FE | 8D | AC | 0 | 2C | 20 | 0 | 158 | 62 | 4D |
| Octal | 376 | 215 | 254 | 0 | 54 | 40 | 0 | 530 | 142 | 115 |
| Binary | 11111110 | 10001101 | 10101100 | 0 | 101100 | 100000 | 0 | 101011000 | 1100010 | 1001101 |
Color Harmonies of #FE8DAC
Complementary color
Monochromatic Colors of #FE8DAC
Black with #FE8DAC
Text Example
Text Example
White with #FE8DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8DAC; }
p { color: rgb(254,141,172); }
H1.HeaderClassName
{
color: #FE8DAC;
}
.AnyTagClassName
{
color: #FE8DAC;
}
</style>
background-color css
<style>
a { background-color: #FE8DAC; }
a { background-color: rgb(254,141,172); }
div.DivClassName
{
background-color: #FE8DAC;
}
.BgClassName
{
background-color: #FE8DAC;
}
</style>
border-color css
<style>
span { border-color: #FE8DAC; }
span { border-color: rgb(254,141,172); }
td.TdClassName
{
border-color: #FE8DAC;
}
.TagClassName
{
border-color: #FE8DAC;
}
</style>