Shades of Illusion #FEA2AC
Tints of Illusion #FEA2AC
RGB
CMYK
RGB Variations
Color information
#FEA2AC (or 0xFEA2AC) is known color: Illusion. HEX triplet: FE, A2 and AC. RGB value is (254,162,172). Sum of RGB (Red+Green+Blue) = 254+162+172=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 162 (63.67% from 255 or 27.55% from 588); Blue value is 172 (67.58% from 255 or 29.25% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA2AC is #015D53. Grayscale: #BEBEBE. Windows color (decimal): -89428 or 11313918. OLE color: 11313918.
HSL color Cylindrical-coordinate representation of color #FEA2AC: hue angle of 353.48º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEA2AC is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 172 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.00 |
| HSL | 353.48º | 0.98% | 0.82% | - |
| HSV(B) | 353.48º | 0.36% | 1% | - |
| XYZ | 61.24 | 49.89 | 45.43 | - |
| YUV | 190.65 | 117.48 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 172 | 0 | 0.36 | 0.32 | 0.00 | 353.48 | 0.98 | 0.82 |
| Hex | FE | A2 | AC | 0 | 24 | 20 | 0 | 161 | 62 | 52 |
| Octal | 376 | 242 | 254 | 0 | 44 | 40 | 0 | 541 | 142 | 122 |
| Binary | 11111110 | 10100010 | 10101100 | 0 | 100100 | 100000 | 0 | 101100001 | 1100010 | 1010010 |
Color Harmonies of #FEA2AC
Complementary color
Monochromatic Colors of #FEA2AC
Black with #FEA2AC
Text Example
Text Example
White with #FEA2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA2AC; }
p { color: rgb(254,162,172); }
H1.HeaderClassName
{
color: #FEA2AC;
}
.AnyTagClassName
{
color: #FEA2AC;
}
</style>
background-color css
<style>
a { background-color: #FEA2AC; }
a { background-color: rgb(254,162,172); }
div.DivClassName
{
background-color: #FEA2AC;
}
.BgClassName
{
background-color: #FEA2AC;
}
</style>
border-color css
<style>
span { border-color: #FEA2AC; }
span { border-color: rgb(254,162,172); }
td.TdClassName
{
border-color: #FEA2AC;
}
.TagClassName
{
border-color: #FEA2AC;
}
</style>