Shades of Illusion #FEA2AA
Tints of Illusion #FEA2AA
RGB
CMYK
RGB Variations
Color information
#FEA2AA (or 0xFEA2AA) is known color: Illusion. HEX triplet: FE, A2 and AA. RGB value is (254,162,170). Sum of RGB (Red+Green+Blue) = 254+162+170=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 162 (63.67% from 255 or 27.65% from 586); Blue value is 170 (66.80% from 255 or 29.01% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA2AA is #015D55. Grayscale: #BEBEBE. Windows color (decimal): -89430 or 11182846. OLE color: 11182846.
HSL color Cylindrical-coordinate representation of color #FEA2AA: hue angle of 354.78º 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 #FEA2AA is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 170 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.00 |
| HSL | 354.78º | 0.98% | 0.82% | - |
| HSV(B) | 354.78º | 0.36% | 1% | - |
| XYZ | 61.05 | 49.81 | 44.43 | - |
| YUV | 190.42 | 116.48 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 170 | 0 | 0.36 | 0.33 | 0.00 | 354.78 | 0.98 | 0.82 |
| Hex | FE | A2 | AA | 0 | 24 | 21 | 0 | 163 | 62 | 52 |
| Octal | 376 | 242 | 252 | 0 | 44 | 41 | 0 | 543 | 142 | 122 |
| Binary | 11111110 | 10100010 | 10101010 | 0 | 100100 | 100001 | 0 | 101100011 | 1100010 | 1010010 |
Color Harmonies of #FEA2AA
Complementary color
Monochromatic Colors of #FEA2AA
Black with #FEA2AA
Text Example
Text Example
White with #FEA2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA2AA; }
p { color: rgb(254,162,170); }
H1.HeaderClassName
{
color: #FEA2AA;
}
.AnyTagClassName
{
color: #FEA2AA;
}
</style>
background-color css
<style>
a { background-color: #FEA2AA; }
a { background-color: rgb(254,162,170); }
div.DivClassName
{
background-color: #FEA2AA;
}
.BgClassName
{
background-color: #FEA2AA;
}
</style>
border-color css
<style>
span { border-color: #FEA2AA; }
span { border-color: rgb(254,162,170); }
td.TdClassName
{
border-color: #FEA2AA;
}
.TagClassName
{
border-color: #FEA2AA;
}
</style>