Shades of Mauvelous #FE99AC
Tints of Mauvelous #FE99AC
RGB
CMYK
RGB Variations
Color information
#FE99AC (or 0xFE99AC) is known color: Mauvelous. HEX triplet: FE, 99 and AC. RGB value is (254,153,172). Sum of RGB (Red+Green+Blue) = 254+153+172=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 153 (60.16% from 255 or 26.42% from 579); Blue value is 172 (67.58% from 255 or 29.71% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FE99AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE99AC is #016653. Grayscale: #B9B9B9. Windows color (decimal): -91732 or 11311614. OLE color: 11311614.
HSL color Cylindrical-coordinate representation of color #FE99AC: hue angle of 348.71º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FE99AC is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 172 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.00 |
| HSL | 348.71º | 0.98% | 0.8% | - |
| HSV(B) | 348.71º | 0.4% | 1% | - |
| XYZ | 59.71 | 46.83 | 44.92 | - |
| YUV | 185.37 | 120.46 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 172 | 0 | 0.40 | 0.32 | 0.00 | 348.71 | 0.98 | 0.8 |
| Hex | FE | 99 | AC | 0 | 28 | 20 | 0 | 15D | 62 | 50 |
| Octal | 376 | 231 | 254 | 0 | 50 | 40 | 0 | 535 | 142 | 120 |
| Binary | 11111110 | 10011001 | 10101100 | 0 | 101000 | 100000 | 0 | 101011101 | 1100010 | 1010000 |
Color Harmonies of #FE99AC
Complementary color
Monochromatic Colors of #FE99AC
Black with #FE99AC
Text Example
Text Example
White with #FE99AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE99AC; }
p { color: rgb(254,153,172); }
H1.HeaderClassName
{
color: #FE99AC;
}
.AnyTagClassName
{
color: #FE99AC;
}
</style>
background-color css
<style>
a { background-color: #FE99AC; }
a { background-color: rgb(254,153,172); }
div.DivClassName
{
background-color: #FE99AC;
}
.BgClassName
{
background-color: #FE99AC;
}
</style>
border-color css
<style>
span { border-color: #FE99AC; }
span { border-color: rgb(254,153,172); }
td.TdClassName
{
border-color: #FE99AC;
}
.TagClassName
{
border-color: #FE99AC;
}
</style>