Shades of Illusion #FFA2AB
Tints of Illusion #FFA2AB
RGB
CMYK
RGB Variations
Color information
#FFA2AB (or 0xFFA2AB) is known color: Illusion. HEX triplet: FF, A2 and AB. RGB value is (255,162,171). Sum of RGB (Red+Green+Blue) = 255+162+171=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 162 (63.67% from 255 or 27.55% from 588); Blue value is 171 (67.19% from 255 or 29.08% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA2AB is #005D54. Grayscale: #BEBEBE. Windows color (decimal): -23893 or 11248383. OLE color: 11248383.
HSL color Cylindrical-coordinate representation of color #FFA2AB: hue angle of 354.19º 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 #FFA2AB is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 171 | - |
| CMYK | 0 | 0.36 | 0.33 | 0 |
| HSL | 354.19º | 1% | 0.82% | - |
| HSV(B) | 354.19º | 0.36% | 1% | - |
| XYZ | 61.51 | 50.04 | 44.94 | - |
| YUV | 190.83 | 116.81 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 171 | 0 | 0.36 | 0.33 | 0 | 354.19 | 1 | 0.82 |
| Hex | FF | A2 | AB | 0 | 24 | 21 | 0 | 162 | 64 | 52 |
| Octal | 377 | 242 | 253 | 0 | 44 | 41 | 0 | 542 | 144 | 122 |
| Binary | 11111111 | 10100010 | 10101011 | 0 | 100100 | 100001 | 0 | 101100010 | 1100100 | 1010010 |
Color Harmonies of #FFA2AB
Complementary color
Monochromatic Colors of #FFA2AB
Black with #FFA2AB
Text Example
Text Example
White with #FFA2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA2AB; }
p { color: rgb(255,162,171); }
H1.HeaderClassName
{
color: #FFA2AB;
}
.AnyTagClassName
{
color: #FFA2AB;
}
</style>
background-color css
<style>
a { background-color: #FFA2AB; }
a { background-color: rgb(255,162,171); }
div.DivClassName
{
background-color: #FFA2AB;
}
.BgClassName
{
background-color: #FFA2AB;
}
</style>
border-color css
<style>
span { border-color: #FFA2AB; }
span { border-color: rgb(255,162,171); }
td.TdClassName
{
border-color: #FFA2AB;
}
.TagClassName
{
border-color: #FFA2AB;
}
</style>