Shades of Mauvelous #FF99AA
Tints of Mauvelous #FF99AA
RGB
CMYK
RGB Variations
Color information
#FF99AA (or 0xFF99AA) is known color: Mauvelous. HEX triplet: FF, 99 and AA. RGB value is (255,153,170). Sum of RGB (Red+Green+Blue) = 255+153+170=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 153 (60.16% from 255 or 26.47% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF99AA is #006655. Grayscale: #B9B9B9. Windows color (decimal): -26198 or 11180543. OLE color: 11180543.
HSL color Cylindrical-coordinate representation of color #FF99AA: hue angle of 350º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF99AA is Cyan = 0, Magento = 0.4, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 170 | - |
| CMYK | 0 | 0.4 | 0.33 | 0 |
| HSL | 350º | 1% | 0.8% | - |
| HSV(B) | 350º | 0.4% | 1% | - |
| XYZ | 59.89 | 46.94 | 43.94 | - |
| YUV | 185.44 | 119.29 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 170 | 0 | 0.4 | 0.33 | 0 | 350 | 1 | 0.8 |
| Hex | FF | 99 | AA | 0 | 28 | 21 | 0 | 15E | 64 | 50 |
| Octal | 377 | 231 | 252 | 0 | 50 | 41 | 0 | 536 | 144 | 120 |
| Binary | 11111111 | 10011001 | 10101010 | 0 | 101000 | 100001 | 0 | 101011110 | 1100100 | 1010000 |
Color Harmonies of #FF99AA
Complementary color
Monochromatic Colors of #FF99AA
Black with #FF99AA
Text Example
Text Example
White with #FF99AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF99AA; }
p { color: rgb(255,153,170); }
H1.HeaderClassName
{
color: #FF99AA;
}
.AnyTagClassName
{
color: #FF99AA;
}
</style>
background-color css
<style>
a { background-color: #FF99AA; }
a { background-color: rgb(255,153,170); }
div.DivClassName
{
background-color: #FF99AA;
}
.BgClassName
{
background-color: #FF99AA;
}
</style>
border-color css
<style>
span { border-color: #FF99AA; }
span { border-color: rgb(255,153,170); }
td.TdClassName
{
border-color: #FF99AA;
}
.TagClassName
{
border-color: #FF99AA;
}
</style>