Shades of Illusion #FFA0AC
Tints of Illusion #FFA0AC
RGB
CMYK
RGB Variations
Color information
#FFA0AC (or 0xFFA0AC) is known color: Illusion. HEX triplet: FF, A0 and AC. RGB value is (255,160,172). Sum of RGB (Red+Green+Blue) = 255+160+172=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 160 (62.89% from 255 or 27.26% from 587); Blue value is 172 (67.58% from 255 or 29.30% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA0AC is #005F53. Grayscale: #BDBDBD. Windows color (decimal): -24404 or 11313407. OLE color: 11313407.
HSL color Cylindrical-coordinate representation of color #FFA0AC: hue angle of 352.42º 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 #FFA0AC is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 172 | - |
| CMYK | 0 | 0.37 | 0.33 | 0 |
| HSL | 352.42º | 1% | 0.81% | - |
| HSV(B) | 352.42º | 0.37% | 1% | - |
| XYZ | 61.26 | 49.38 | 45.33 | - |
| YUV | 189.77 | 117.97 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 172 | 0 | 0.37 | 0.33 | 0 | 352.42 | 1 | 0.81 |
| Hex | FF | A0 | AC | 0 | 25 | 21 | 0 | 160 | 64 | 51 |
| Octal | 377 | 240 | 254 | 0 | 45 | 41 | 0 | 540 | 144 | 121 |
| Binary | 11111111 | 10100000 | 10101100 | 0 | 100101 | 100001 | 0 | 101100000 | 1100100 | 1010001 |
Color Harmonies of #FFA0AC
Complementary color
Monochromatic Colors of #FFA0AC
Black with #FFA0AC
Text Example
Text Example
White with #FFA0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0AC; }
p { color: rgb(255,160,172); }
H1.HeaderClassName
{
color: #FFA0AC;
}
.AnyTagClassName
{
color: #FFA0AC;
}
</style>
background-color css
<style>
a { background-color: #FFA0AC; }
a { background-color: rgb(255,160,172); }
div.DivClassName
{
background-color: #FFA0AC;
}
.BgClassName
{
background-color: #FFA0AC;
}
</style>
border-color css
<style>
span { border-color: #FFA0AC; }
span { border-color: rgb(255,160,172); }
td.TdClassName
{
border-color: #FFA0AC;
}
.TagClassName
{
border-color: #FFA0AC;
}
</style>