Shades of Illusion #FFA0AA
Tints of Illusion #FFA0AA
RGB
CMYK
RGB Variations
Color information
#FFA0AA (or 0xFFA0AA) is known color: Illusion. HEX triplet: FF, A0 and AA. RGB value is (255,160,170). Sum of RGB (Red+Green+Blue) = 255+160+170=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 160 (62.89% from 255 or 27.35% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA0AA is #005F55. Grayscale: #BDBDBD. Windows color (decimal): -24406 or 11182335. OLE color: 11182335.
HSL color Cylindrical-coordinate representation of color #FFA0AA: hue angle of 353.68º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFA0AA is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 170 | - |
| CMYK | 0 | 0.37 | 0.33 | 0 |
| HSL | 353.68º | 1% | 0.81% | - |
| HSV(B) | 353.68º | 0.37% | 1% | - |
| XYZ | 61.07 | 49.3 | 44.33 | - |
| YUV | 189.55 | 116.97 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 170 | 0 | 0.37 | 0.33 | 0 | 353.68 | 1 | 0.81 |
| Hex | FF | A0 | AA | 0 | 25 | 21 | 0 | 162 | 64 | 51 |
| Octal | 377 | 240 | 252 | 0 | 45 | 41 | 0 | 542 | 144 | 121 |
| Binary | 11111111 | 10100000 | 10101010 | 0 | 100101 | 100001 | 0 | 101100010 | 1100100 | 1010001 |
Color Harmonies of #FFA0AA
Complementary color
Monochromatic Colors of #FFA0AA
Black with #FFA0AA
Text Example
Text Example
White with #FFA0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0AA; }
p { color: rgb(255,160,170); }
H1.HeaderClassName
{
color: #FFA0AA;
}
.AnyTagClassName
{
color: #FFA0AA;
}
</style>
background-color css
<style>
a { background-color: #FFA0AA; }
a { background-color: rgb(255,160,170); }
div.DivClassName
{
background-color: #FFA0AA;
}
.BgClassName
{
background-color: #FFA0AA;
}
</style>
border-color css
<style>
span { border-color: #FFA0AA; }
span { border-color: rgb(255,160,170); }
td.TdClassName
{
border-color: #FFA0AA;
}
.TagClassName
{
border-color: #FFA0AA;
}
</style>