Shades of Illusion #FEA0AC
Tints of Illusion #FEA0AC
RGB
CMYK
RGB Variations
Color information
#FEA0AC (or 0xFEA0AC) is known color: Illusion. HEX triplet: FE, A0 and AC. RGB value is (254,160,172). Sum of RGB (Red+Green+Blue) = 254+160+172=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 160 (62.89% from 255 or 27.30% from 586); Blue value is 172 (67.58% from 255 or 29.35% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA0AC is #015F53. Grayscale: #BDBDBD. Windows color (decimal): -89940 or 11313406. OLE color: 11313406.
HSL color Cylindrical-coordinate representation of color #FEA0AC: hue angle of 352.34º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEA0AC is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 172 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.00 |
| HSL | 352.34º | 0.98% | 0.81% | - |
| HSV(B) | 352.34º | 0.37% | 1% | - |
| XYZ | 60.89 | 49.19 | 45.32 | - |
| YUV | 189.47 | 118.14 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 172 | 0 | 0.37 | 0.32 | 0.00 | 352.34 | 0.98 | 0.81 |
| Hex | FE | A0 | AC | 0 | 25 | 20 | 0 | 160 | 62 | 51 |
| Octal | 376 | 240 | 254 | 0 | 45 | 40 | 0 | 540 | 142 | 121 |
| Binary | 11111110 | 10100000 | 10101100 | 0 | 100101 | 100000 | 0 | 101100000 | 1100010 | 1010001 |
Color Harmonies of #FEA0AC
Complementary color
Monochromatic Colors of #FEA0AC
Black with #FEA0AC
Text Example
Text Example
White with #FEA0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA0AC; }
p { color: rgb(254,160,172); }
H1.HeaderClassName
{
color: #FEA0AC;
}
.AnyTagClassName
{
color: #FEA0AC;
}
</style>
background-color css
<style>
a { background-color: #FEA0AC; }
a { background-color: rgb(254,160,172); }
div.DivClassName
{
background-color: #FEA0AC;
}
.BgClassName
{
background-color: #FEA0AC;
}
</style>
border-color css
<style>
span { border-color: #FEA0AC; }
span { border-color: rgb(254,160,172); }
td.TdClassName
{
border-color: #FEA0AC;
}
.TagClassName
{
border-color: #FEA0AC;
}
</style>