Shades of Mauvelous #FE92A8
Tints of Mauvelous #FE92A8
RGB
CMYK
RGB Variations
Color information
#FE92A8 (or 0xFE92A8) is known color: Mauvelous. HEX triplet: FE, 92 and A8. RGB value is (254,146,168). Sum of RGB (Red+Green+Blue) = 254+146+168=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 146 (57.42% from 255 or 25.70% from 568); Blue value is 168 (66.02% from 255 or 29.58% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FE92A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE92A8 is #016D57. Grayscale: #B4B4B4. Windows color (decimal): -93528 or 11047678. OLE color: 11047678.
HSL color Cylindrical-coordinate representation of color #FE92A8: hue angle of 347.78º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FE92A8 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 168 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.00 |
| HSL | 347.78º | 0.98% | 0.78% | - |
| HSV(B) | 347.78º | 0.43% | 1% | - |
| XYZ | 58.22 | 44.46 | 42.56 | - |
| YUV | 180.8 | 120.78 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 168 | 0 | 0.43 | 0.34 | 0.00 | 347.78 | 0.98 | 0.78 |
| Hex | FE | 92 | A8 | 0 | 2B | 22 | 0 | 15C | 62 | 4E |
| Octal | 376 | 222 | 250 | 0 | 53 | 42 | 0 | 534 | 142 | 116 |
| Binary | 11111110 | 10010010 | 10101000 | 0 | 101011 | 100010 | 0 | 101011100 | 1100010 | 1001110 |
Color Harmonies of #FE92A8
Complementary color
Monochromatic Colors of #FE92A8
Black with #FE92A8
Text Example
Text Example
White with #FE92A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE92A8; }
p { color: rgb(254,146,168); }
H1.HeaderClassName
{
color: #FE92A8;
}
.AnyTagClassName
{
color: #FE92A8;
}
</style>
background-color css
<style>
a { background-color: #FE92A8; }
a { background-color: rgb(254,146,168); }
div.DivClassName
{
background-color: #FE92A8;
}
.BgClassName
{
background-color: #FE92A8;
}
</style>
border-color css
<style>
span { border-color: #FE92A8; }
span { border-color: rgb(254,146,168); }
td.TdClassName
{
border-color: #FE92A8;
}
.TagClassName
{
border-color: #FE92A8;
}
</style>