Shades of Illusion #FEA3AC
Tints of Illusion #FEA3AC
RGB
CMYK
RGB Variations
Color information
#FEA3AC (or 0xFEA3AC) is known color: Illusion. HEX triplet: FE, A3 and AC. RGB value is (254,163,172). Sum of RGB (Red+Green+Blue) = 254+163+172=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 163 (64.06% from 255 or 27.67% from 589); Blue value is 172 (67.58% from 255 or 29.20% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA3AC is #015C53. Grayscale: #BFBFBF. Windows color (decimal): -89172 or 11314174. OLE color: 11314174.
HSL color Cylindrical-coordinate representation of color #FEA3AC: hue angle of 354.07º 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 #FEA3AC is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 172 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.00 |
| HSL | 354.07º | 0.98% | 0.82% | - |
| HSV(B) | 354.07º | 0.36% | 1% | - |
| XYZ | 61.42 | 50.24 | 45.49 | - |
| YUV | 191.24 | 117.15 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 172 | 0 | 0.36 | 0.32 | 0.00 | 354.07 | 0.98 | 0.82 |
| Hex | FE | A3 | AC | 0 | 24 | 20 | 0 | 162 | 62 | 52 |
| Octal | 376 | 243 | 254 | 0 | 44 | 40 | 0 | 542 | 142 | 122 |
| Binary | 11111110 | 10100011 | 10101100 | 0 | 100100 | 100000 | 0 | 101100010 | 1100010 | 1010010 |
Color Harmonies of #FEA3AC
Complementary color
Monochromatic Colors of #FEA3AC
Black with #FEA3AC
Text Example
Text Example
White with #FEA3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA3AC; }
p { color: rgb(254,163,172); }
H1.HeaderClassName
{
color: #FEA3AC;
}
.AnyTagClassName
{
color: #FEA3AC;
}
</style>
background-color css
<style>
a { background-color: #FEA3AC; }
a { background-color: rgb(254,163,172); }
div.DivClassName
{
background-color: #FEA3AC;
}
.BgClassName
{
background-color: #FEA3AC;
}
</style>
border-color css
<style>
span { border-color: #FEA3AC; }
span { border-color: rgb(254,163,172); }
td.TdClassName
{
border-color: #FEA3AC;
}
.TagClassName
{
border-color: #FEA3AC;
}
</style>