Shades of Mauvelous #FE8FA5
Tints of Mauvelous #FE8FA5
RGB
CMYK
RGB Variations
Color information
#FE8FA5 (or 0xFE8FA5) is known color: Mauvelous. HEX triplet: FE, 8F and A5. RGB value is (254,143,165). Sum of RGB (Red+Green+Blue) = 254+143+165=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 165 (64.84% from 255 or 29.36% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8FA5 is #01705A. Grayscale: #B2B2B2. Windows color (decimal): -94299 or 10850302. OLE color: 10850302.
HSL color Cylindrical-coordinate representation of color #FE8FA5: hue angle of 348.11º 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 #FE8FA5 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 165 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.00 |
| HSL | 348.11º | 0.98% | 0.78% | - |
| HSV(B) | 348.11º | 0.44% | 1% | - |
| XYZ | 57.49 | 43.43 | 40.95 | - |
| YUV | 178.7 | 120.27 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 165 | 0 | 0.44 | 0.35 | 0.00 | 348.11 | 0.98 | 0.78 |
| Hex | FE | 8F | A5 | 0 | 2C | 23 | 0 | 15C | 62 | 4E |
| Octal | 376 | 217 | 245 | 0 | 54 | 43 | 0 | 534 | 142 | 116 |
| Binary | 11111110 | 10001111 | 10100101 | 0 | 101100 | 100011 | 0 | 101011100 | 1100010 | 1001110 |
Color Harmonies of #FE8FA5
Complementary color
Monochromatic Colors of #FE8FA5
Black with #FE8FA5
Text Example
Text Example
White with #FE8FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8FA5; }
p { color: rgb(254,143,165); }
H1.HeaderClassName
{
color: #FE8FA5;
}
.AnyTagClassName
{
color: #FE8FA5;
}
</style>
background-color css
<style>
a { background-color: #FE8FA5; }
a { background-color: rgb(254,143,165); }
div.DivClassName
{
background-color: #FE8FA5;
}
.BgClassName
{
background-color: #FE8FA5;
}
</style>
border-color css
<style>
span { border-color: #FE8FA5; }
span { border-color: rgb(254,143,165); }
td.TdClassName
{
border-color: #FE8FA5;
}
.TagClassName
{
border-color: #FE8FA5;
}
</style>