Shades of Mauvelous #FF91AA
Tints of Mauvelous #FF91AA
RGB
CMYK
RGB Variations
Color information
#FF91AA (or 0xFF91AA) is known color: Mauvelous. HEX triplet: FF, 91 and AA. RGB value is (255,145,170). Sum of RGB (Red+Green+Blue) = 255+145+170=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 145 (57.03% from 255 or 25.44% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF91AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF91AA is #006E55. Grayscale: #B4B4B4. Windows color (decimal): -28246 or 11178495. OLE color: 11178495.
HSL color Cylindrical-coordinate representation of color #FF91AA: hue angle of 346.36º 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 #FF91AA is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 170 | - |
| CMYK | 0 | 0.43 | 0.33 | 0 |
| HSL | 346.36º | 1% | 0.78% | - |
| HSV(B) | 346.36º | 0.43% | 1% | - |
| XYZ | 58.62 | 44.41 | 43.51 | - |
| YUV | 180.74 | 121.94 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 170 | 0 | 0.43 | 0.33 | 0 | 346.36 | 1 | 0.78 |
| Hex | FF | 91 | AA | 0 | 2B | 21 | 0 | 15A | 64 | 4E |
| Octal | 377 | 221 | 252 | 0 | 53 | 41 | 0 | 532 | 144 | 116 |
| Binary | 11111111 | 10010001 | 10101010 | 0 | 101011 | 100001 | 0 | 101011010 | 1100100 | 1001110 |
Color Harmonies of #FF91AA
Complementary color
Monochromatic Colors of #FF91AA
Black with #FF91AA
Text Example
Text Example
White with #FF91AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF91AA; }
p { color: rgb(255,145,170); }
H1.HeaderClassName
{
color: #FF91AA;
}
.AnyTagClassName
{
color: #FF91AA;
}
</style>
background-color css
<style>
a { background-color: #FF91AA; }
a { background-color: rgb(255,145,170); }
div.DivClassName
{
background-color: #FF91AA;
}
.BgClassName
{
background-color: #FF91AA;
}
</style>
border-color css
<style>
span { border-color: #FF91AA; }
span { border-color: rgb(255,145,170); }
td.TdClassName
{
border-color: #FF91AA;
}
.TagClassName
{
border-color: #FF91AA;
}
</style>