Shades of Illusion #FEA3AD
Tints of Illusion #FEA3AD
RGB
CMYK
RGB Variations
Color information
#FEA3AD (or 0xFEA3AD) is known color: Illusion. HEX triplet: FE, A3 and AD. RGB value is (254,163,173). Sum of RGB (Red+Green+Blue) = 254+163+173=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 163 (64.06% from 255 or 27.63% from 590); Blue value is 173 (67.97% from 255 or 29.32% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA3AD is #015C52. Grayscale: #BFBFBF. Windows color (decimal): -89171 or 11379710. OLE color: 11379710.
HSL color Cylindrical-coordinate representation of color #FEA3AD: hue angle of 353.41º 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 #FEA3AD is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 173 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.00 |
| HSL | 353.41º | 0.98% | 0.82% | - |
| HSV(B) | 353.41º | 0.36% | 1% | - |
| XYZ | 61.51 | 50.28 | 46 | - |
| YUV | 191.35 | 117.65 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 173 | 0 | 0.36 | 0.32 | 0.00 | 353.41 | 0.98 | 0.82 |
| Hex | FE | A3 | AD | 0 | 24 | 20 | 0 | 161 | 62 | 52 |
| Octal | 376 | 243 | 255 | 0 | 44 | 40 | 0 | 541 | 142 | 122 |
| Binary | 11111110 | 10100011 | 10101101 | 0 | 100100 | 100000 | 0 | 101100001 | 1100010 | 1010010 |
Color Harmonies of #FEA3AD
Complementary color
Monochromatic Colors of #FEA3AD
Black with #FEA3AD
Text Example
Text Example
White with #FEA3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA3AD; }
p { color: rgb(254,163,173); }
H1.HeaderClassName
{
color: #FEA3AD;
}
.AnyTagClassName
{
color: #FEA3AD;
}
</style>
background-color css
<style>
a { background-color: #FEA3AD; }
a { background-color: rgb(254,163,173); }
div.DivClassName
{
background-color: #FEA3AD;
}
.BgClassName
{
background-color: #FEA3AD;
}
</style>
border-color css
<style>
span { border-color: #FEA3AD; }
span { border-color: rgb(254,163,173); }
td.TdClassName
{
border-color: #FEA3AD;
}
.TagClassName
{
border-color: #FEA3AD;
}
</style>