Shades of Illusion #FEA2AB
Tints of Illusion #FEA2AB
RGB
CMYK
RGB Variations
Color information
#FEA2AB (or 0xFEA2AB) is known color: Illusion. HEX triplet: FE, A2 and AB. RGB value is (254,162,171). Sum of RGB (Red+Green+Blue) = 254+162+171=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 162 (63.67% from 255 or 27.60% from 587); Blue value is 171 (67.19% from 255 or 29.13% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA2AB is #015D54. Grayscale: #BEBEBE. Windows color (decimal): -89429 or 11248382. OLE color: 11248382.
HSL color Cylindrical-coordinate representation of color #FEA2AB: hue angle of 354.13º 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 #FEA2AB is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 171 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.00 |
| HSL | 354.13º | 0.98% | 0.82% | - |
| HSV(B) | 354.13º | 0.36% | 1% | - |
| XYZ | 61.14 | 49.85 | 44.93 | - |
| YUV | 190.53 | 116.98 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 171 | 0 | 0.36 | 0.33 | 0.00 | 354.13 | 0.98 | 0.82 |
| Hex | FE | A2 | AB | 0 | 24 | 21 | 0 | 162 | 62 | 52 |
| Octal | 376 | 242 | 253 | 0 | 44 | 41 | 0 | 542 | 142 | 122 |
| Binary | 11111110 | 10100010 | 10101011 | 0 | 100100 | 100001 | 0 | 101100010 | 1100010 | 1010010 |
Color Harmonies of #FEA2AB
Complementary color
Monochromatic Colors of #FEA2AB
Black with #FEA2AB
Text Example
Text Example
White with #FEA2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA2AB; }
p { color: rgb(254,162,171); }
H1.HeaderClassName
{
color: #FEA2AB;
}
.AnyTagClassName
{
color: #FEA2AB;
}
</style>
background-color css
<style>
a { background-color: #FEA2AB; }
a { background-color: rgb(254,162,171); }
div.DivClassName
{
background-color: #FEA2AB;
}
.BgClassName
{
background-color: #FEA2AB;
}
</style>
border-color css
<style>
span { border-color: #FEA2AB; }
span { border-color: rgb(254,162,171); }
td.TdClassName
{
border-color: #FEA2AB;
}
.TagClassName
{
border-color: #FEA2AB;
}
</style>