Shades of Illusion #FFA1AA
Tints of Illusion #FFA1AA
RGB
CMYK
RGB Variations
Color information
#FFA1AA (or 0xFFA1AA) is known color: Illusion. HEX triplet: FF, A1 and AA. RGB value is (255,161,170). Sum of RGB (Red+Green+Blue) = 255+161+170=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 161 (63.28% from 255 or 27.47% from 586); Blue value is 170 (66.80% from 255 or 29.01% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA1AA is #005E55. Grayscale: #BEBEBE. Windows color (decimal): -24150 or 11182591. OLE color: 11182591.
HSL color Cylindrical-coordinate representation of color #FFA1AA: hue angle of 354.26º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFA1AA is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 170 | - |
| CMYK | 0 | 0.37 | 0.33 | 0 |
| HSL | 354.26º | 1% | 0.82% | - |
| HSV(B) | 354.26º | 0.37% | 1% | - |
| XYZ | 61.24 | 49.65 | 44.39 | - |
| YUV | 190.13 | 116.64 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 170 | 0 | 0.37 | 0.33 | 0 | 354.26 | 1 | 0.82 |
| Hex | FF | A1 | AA | 0 | 25 | 21 | 0 | 162 | 64 | 52 |
| Octal | 377 | 241 | 252 | 0 | 45 | 41 | 0 | 542 | 144 | 122 |
| Binary | 11111111 | 10100001 | 10101010 | 0 | 100101 | 100001 | 0 | 101100010 | 1100100 | 1010010 |
Color Harmonies of #FFA1AA
Complementary color
Monochromatic Colors of #FFA1AA
Black with #FFA1AA
Text Example
Text Example
White with #FFA1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA1AA; }
p { color: rgb(255,161,170); }
H1.HeaderClassName
{
color: #FFA1AA;
}
.AnyTagClassName
{
color: #FFA1AA;
}
</style>
background-color css
<style>
a { background-color: #FFA1AA; }
a { background-color: rgb(255,161,170); }
div.DivClassName
{
background-color: #FFA1AA;
}
.BgClassName
{
background-color: #FFA1AA;
}
</style>
border-color css
<style>
span { border-color: #FFA1AA; }
span { border-color: rgb(255,161,170); }
td.TdClassName
{
border-color: #FFA1AA;
}
.TagClassName
{
border-color: #FFA1AA;
}
</style>