Shades of Illusion #FFA2AA
Tints of Illusion #FFA2AA
RGB
CMYK
RGB Variations
Color information
#FFA2AA (or 0xFFA2AA) is known color: Illusion. HEX triplet: FF, A2 and AA. RGB value is (255,162,170). Sum of RGB (Red+Green+Blue) = 255+162+170=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 162 (63.67% from 255 or 27.60% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA2AA is #005D55. Grayscale: #BEBEBE. Windows color (decimal): -23894 or 11182847. OLE color: 11182847.
HSL color Cylindrical-coordinate representation of color #FFA2AA: hue angle of 354.84º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFA2AA is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 170 | - |
| CMYK | 0 | 0.36 | 0.33 | 0 |
| HSL | 354.84º | 1% | 0.82% | - |
| HSV(B) | 354.84º | 0.36% | 1% | - |
| XYZ | 61.42 | 50 | 44.44 | - |
| YUV | 190.72 | 116.31 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 170 | 0 | 0.36 | 0.33 | 0 | 354.84 | 1 | 0.82 |
| Hex | FF | A2 | AA | 0 | 24 | 21 | 0 | 163 | 64 | 52 |
| Octal | 377 | 242 | 252 | 0 | 44 | 41 | 0 | 543 | 144 | 122 |
| Binary | 11111111 | 10100010 | 10101010 | 0 | 100100 | 100001 | 0 | 101100011 | 1100100 | 1010010 |
Color Harmonies of #FFA2AA
Complementary color
Monochromatic Colors of #FFA2AA
Black with #FFA2AA
Text Example
Text Example
White with #FFA2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA2AA; }
p { color: rgb(255,162,170); }
H1.HeaderClassName
{
color: #FFA2AA;
}
.AnyTagClassName
{
color: #FFA2AA;
}
</style>
background-color css
<style>
a { background-color: #FFA2AA; }
a { background-color: rgb(255,162,170); }
div.DivClassName
{
background-color: #FFA2AA;
}
.BgClassName
{
background-color: #FFA2AA;
}
</style>
border-color css
<style>
span { border-color: #FFA2AA; }
span { border-color: rgb(255,162,170); }
td.TdClassName
{
border-color: #FFA2AA;
}
.TagClassName
{
border-color: #FFA2AA;
}
</style>