Shades of Mauvelous #FE8FA6
Tints of Mauvelous #FE8FA6
RGB
CMYK
RGB Variations
Color information
#FE8FA6 (or 0xFE8FA6) is known color: Mauvelous. HEX triplet: FE, 8F and A6. RGB value is (254,143,166). Sum of RGB (Red+Green+Blue) = 254+143+166=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 166 (65.23% from 255 or 29.48% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8FA6 is #017059. Grayscale: #B2B2B2. Windows color (decimal): -94298 or 10915838. OLE color: 10915838.
HSL color Cylindrical-coordinate representation of color #FE8FA6: hue angle of 347.57º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8FA6 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 166 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.00 |
| HSL | 347.57º | 0.98% | 0.78% | - |
| HSV(B) | 347.57º | 0.44% | 1% | - |
| XYZ | 57.58 | 43.47 | 41.43 | - |
| YUV | 178.81 | 120.77 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 166 | 0 | 0.44 | 0.35 | 0.00 | 347.57 | 0.98 | 0.78 |
| Hex | FE | 8F | A6 | 0 | 2C | 23 | 0 | 15C | 62 | 4E |
| Octal | 376 | 217 | 246 | 0 | 54 | 43 | 0 | 534 | 142 | 116 |
| Binary | 11111110 | 10001111 | 10100110 | 0 | 101100 | 100011 | 0 | 101011100 | 1100010 | 1001110 |
Color Harmonies of #FE8FA6
Complementary color
Monochromatic Colors of #FE8FA6
Black with #FE8FA6
Text Example
Text Example
White with #FE8FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8FA6; }
p { color: rgb(254,143,166); }
H1.HeaderClassName
{
color: #FE8FA6;
}
.AnyTagClassName
{
color: #FE8FA6;
}
</style>
background-color css
<style>
a { background-color: #FE8FA6; }
a { background-color: rgb(254,143,166); }
div.DivClassName
{
background-color: #FE8FA6;
}
.BgClassName
{
background-color: #FE8FA6;
}
</style>
border-color css
<style>
span { border-color: #FE8FA6; }
span { border-color: rgb(254,143,166); }
td.TdClassName
{
border-color: #FE8FA6;
}
.TagClassName
{
border-color: #FE8FA6;
}
</style>