Shades of Illusion #FFA0AE
Tints of Illusion #FFA0AE
RGB
CMYK
RGB Variations
Color information
#FFA0AE (or 0xFFA0AE) is known color: Illusion. HEX triplet: FF, A0 and AE. RGB value is (255,160,174). Sum of RGB (Red+Green+Blue) = 255+160+174=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 160 (62.89% from 255 or 27.16% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA0AE is #005F51. Grayscale: #BEBEBE. Windows color (decimal): -24402 or 11444479. OLE color: 11444479.
HSL color Cylindrical-coordinate representation of color #FFA0AE: hue angle of 351.16º 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 #FFA0AE is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 174 | - |
| CMYK | 0 | 0.37 | 0.32 | 0 |
| HSL | 351.16º | 1% | 0.81% | - |
| HSV(B) | 351.16º | 0.37% | 1% | - |
| XYZ | 61.45 | 49.46 | 46.35 | - |
| YUV | 190 | 118.97 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 174 | 0 | 0.37 | 0.32 | 0 | 351.16 | 1 | 0.81 |
| Hex | FF | A0 | AE | 0 | 25 | 20 | 0 | 15F | 64 | 51 |
| Octal | 377 | 240 | 256 | 0 | 45 | 40 | 0 | 537 | 144 | 121 |
| Binary | 11111111 | 10100000 | 10101110 | 0 | 100101 | 100000 | 0 | 101011111 | 1100100 | 1010001 |
Color Harmonies of #FFA0AE
Complementary color
Monochromatic Colors of #FFA0AE
Black with #FFA0AE
Text Example
Text Example
White with #FFA0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0AE; }
p { color: rgb(255,160,174); }
H1.HeaderClassName
{
color: #FFA0AE;
}
.AnyTagClassName
{
color: #FFA0AE;
}
</style>
background-color css
<style>
a { background-color: #FFA0AE; }
a { background-color: rgb(255,160,174); }
div.DivClassName
{
background-color: #FFA0AE;
}
.BgClassName
{
background-color: #FFA0AE;
}
</style>
border-color css
<style>
span { border-color: #FFA0AE; }
span { border-color: rgb(255,160,174); }
td.TdClassName
{
border-color: #FFA0AE;
}
.TagClassName
{
border-color: #FFA0AE;
}
</style>