Shades of Illusion #FEA1AD
Tints of Illusion #FEA1AD
RGB
CMYK
RGB Variations
Color information
#FEA1AD (or 0xFEA1AD) is known color: Illusion. HEX triplet: FE, A1 and AD. RGB value is (254,161,173). Sum of RGB (Red+Green+Blue) = 254+161+173=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 161 (63.28% from 255 or 27.38% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA1AD is #015E52. Grayscale: #BEBEBE. Windows color (decimal): -89683 or 11379198. OLE color: 11379198.
HSL color Cylindrical-coordinate representation of color #FEA1AD: hue angle of 352.26º 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 #FEA1AD is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 173 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.00 |
| HSL | 352.26º | 0.98% | 0.81% | - |
| HSV(B) | 352.26º | 0.37% | 1% | - |
| XYZ | 61.16 | 49.58 | 45.88 | - |
| YUV | 190.18 | 118.31 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 173 | 0 | 0.37 | 0.32 | 0.00 | 352.26 | 0.98 | 0.81 |
| Hex | FE | A1 | AD | 0 | 25 | 20 | 0 | 160 | 62 | 51 |
| Octal | 376 | 241 | 255 | 0 | 45 | 40 | 0 | 540 | 142 | 121 |
| Binary | 11111110 | 10100001 | 10101101 | 0 | 100101 | 100000 | 0 | 101100000 | 1100010 | 1010001 |
Color Harmonies of #FEA1AD
Complementary color
Monochromatic Colors of #FEA1AD
Black with #FEA1AD
Text Example
Text Example
White with #FEA1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA1AD; }
p { color: rgb(254,161,173); }
H1.HeaderClassName
{
color: #FEA1AD;
}
.AnyTagClassName
{
color: #FEA1AD;
}
</style>
background-color css
<style>
a { background-color: #FEA1AD; }
a { background-color: rgb(254,161,173); }
div.DivClassName
{
background-color: #FEA1AD;
}
.BgClassName
{
background-color: #FEA1AD;
}
</style>
border-color css
<style>
span { border-color: #FEA1AD; }
span { border-color: rgb(254,161,173); }
td.TdClassName
{
border-color: #FEA1AD;
}
.TagClassName
{
border-color: #FEA1AD;
}
</style>