Shades of Illusion #FEA2AD
Tints of Illusion #FEA2AD
RGB
CMYK
RGB Variations
Color information
#FEA2AD (or 0xFEA2AD) is known color: Illusion. HEX triplet: FE, A2 and AD. RGB value is (254,162,173). Sum of RGB (Red+Green+Blue) = 254+162+173=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 162 (63.67% from 255 or 27.50% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA2AD is #015D52. Grayscale: #BEBEBE. Windows color (decimal): -89427 or 11379454. OLE color: 11379454.
HSL color Cylindrical-coordinate representation of color #FEA2AD: hue angle of 352.83º 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 #FEA2AD is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 173 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.00 |
| HSL | 352.83º | 0.98% | 0.82% | - |
| HSV(B) | 352.83º | 0.36% | 1% | - |
| XYZ | 61.34 | 49.93 | 45.94 | - |
| YUV | 190.76 | 117.98 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 173 | 0 | 0.36 | 0.32 | 0.00 | 352.83 | 0.98 | 0.82 |
| Hex | FE | A2 | AD | 0 | 24 | 20 | 0 | 161 | 62 | 52 |
| Octal | 376 | 242 | 255 | 0 | 44 | 40 | 0 | 541 | 142 | 122 |
| Binary | 11111110 | 10100010 | 10101101 | 0 | 100100 | 100000 | 0 | 101100001 | 1100010 | 1010010 |
Color Harmonies of #FEA2AD
Complementary color
Monochromatic Colors of #FEA2AD
Black with #FEA2AD
Text Example
Text Example
White with #FEA2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA2AD; }
p { color: rgb(254,162,173); }
H1.HeaderClassName
{
color: #FEA2AD;
}
.AnyTagClassName
{
color: #FEA2AD;
}
</style>
background-color css
<style>
a { background-color: #FEA2AD; }
a { background-color: rgb(254,162,173); }
div.DivClassName
{
background-color: #FEA2AD;
}
.BgClassName
{
background-color: #FEA2AD;
}
</style>
border-color css
<style>
span { border-color: #FEA2AD; }
span { border-color: rgb(254,162,173); }
td.TdClassName
{
border-color: #FEA2AD;
}
.TagClassName
{
border-color: #FEA2AD;
}
</style>