Shades of Illusion #FEA0AD
Tints of Illusion #FEA0AD
RGB
CMYK
RGB Variations
Color information
#FEA0AD (or 0xFEA0AD) is known color: Illusion. HEX triplet: FE, A0 and AD. RGB value is (254,160,173). Sum of RGB (Red+Green+Blue) = 254+160+173=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 160 (62.89% from 255 or 27.26% from 587); Blue value is 173 (67.97% from 255 or 29.47% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA0AD is #015F52. Grayscale: #BDBDBD. Windows color (decimal): -89939 or 11378942. OLE color: 11378942.
HSL color Cylindrical-coordinate representation of color #FEA0AD: hue angle of 351.7º 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 #FEA0AD is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 173 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.00 |
| HSL | 351.7º | 0.98% | 0.81% | - |
| HSV(B) | 351.7º | 0.37% | 1% | - |
| XYZ | 60.99 | 49.23 | 45.82 | - |
| YUV | 189.59 | 118.64 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 173 | 0 | 0.37 | 0.32 | 0.00 | 351.7 | 0.98 | 0.81 |
| Hex | FE | A0 | AD | 0 | 25 | 20 | 0 | 160 | 62 | 51 |
| Octal | 376 | 240 | 255 | 0 | 45 | 40 | 0 | 540 | 142 | 121 |
| Binary | 11111110 | 10100000 | 10101101 | 0 | 100101 | 100000 | 0 | 101100000 | 1100010 | 1010001 |
Color Harmonies of #FEA0AD
Complementary color
Monochromatic Colors of #FEA0AD
Black with #FEA0AD
Text Example
Text Example
White with #FEA0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA0AD; }
p { color: rgb(254,160,173); }
H1.HeaderClassName
{
color: #FEA0AD;
}
.AnyTagClassName
{
color: #FEA0AD;
}
</style>
background-color css
<style>
a { background-color: #FEA0AD; }
a { background-color: rgb(254,160,173); }
div.DivClassName
{
background-color: #FEA0AD;
}
.BgClassName
{
background-color: #FEA0AD;
}
</style>
border-color css
<style>
span { border-color: #FEA0AD; }
span { border-color: rgb(254,160,173); }
td.TdClassName
{
border-color: #FEA0AD;
}
.TagClassName
{
border-color: #FEA0AD;
}
</style>