Shades of Mauvelous #FF91AE
Tints of Mauvelous #FF91AE
RGB
CMYK
RGB Variations
Color information
#FF91AE (or 0xFF91AE) is known color: Mauvelous. HEX triplet: FF, 91 and AE. RGB value is (255,145,174). Sum of RGB (Red+Green+Blue) = 255+145+174=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 145 (57.03% from 255 or 25.26% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FF91AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF91AE is #006E51. Grayscale: #B5B5B5. Windows color (decimal): -28242 or 11440639. OLE color: 11440639.
HSL color Cylindrical-coordinate representation of color #FF91AE: hue angle of 344.18º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FF91AE is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 174 | - |
| CMYK | 0 | 0.43 | 0.32 | 0 |
| HSL | 344.18º | 1% | 0.78% | - |
| HSV(B) | 344.18º | 0.43% | 1% | - |
| XYZ | 59.01 | 44.57 | 45.54 | - |
| YUV | 181.2 | 123.94 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 174 | 0 | 0.43 | 0.32 | 0 | 344.18 | 1 | 0.78 |
| Hex | FF | 91 | AE | 0 | 2B | 20 | 0 | 158 | 64 | 4E |
| Octal | 377 | 221 | 256 | 0 | 53 | 40 | 0 | 530 | 144 | 116 |
| Binary | 11111111 | 10010001 | 10101110 | 0 | 101011 | 100000 | 0 | 101011000 | 1100100 | 1001110 |
Color Harmonies of #FF91AE
Complementary color
Monochromatic Colors of #FF91AE
Black with #FF91AE
Text Example
Text Example
White with #FF91AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF91AE; }
p { color: rgb(255,145,174); }
H1.HeaderClassName
{
color: #FF91AE;
}
.AnyTagClassName
{
color: #FF91AE;
}
</style>
background-color css
<style>
a { background-color: #FF91AE; }
a { background-color: rgb(255,145,174); }
div.DivClassName
{
background-color: #FF91AE;
}
.BgClassName
{
background-color: #FF91AE;
}
</style>
border-color css
<style>
span { border-color: #FF91AE; }
span { border-color: rgb(255,145,174); }
td.TdClassName
{
border-color: #FF91AE;
}
.TagClassName
{
border-color: #FF91AE;
}
</style>