Shades of Illusion #FE9EAC
Tints of Illusion #FE9EAC
RGB
CMYK
RGB Variations
Color information
#FE9EAC (or 0xFE9EAC) is known color: Illusion. HEX triplet: FE, 9E and AC. RGB value is (254,158,172). Sum of RGB (Red+Green+Blue) = 254+158+172=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 158 (62.11% from 255 or 27.05% from 584); Blue value is 172 (67.58% from 255 or 29.45% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9EAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9EAC is #016153. Grayscale: #BCBCBC. Windows color (decimal): -90452 or 11312894. OLE color: 11312894.
HSL color Cylindrical-coordinate representation of color #FE9EAC: hue angle of 351.25º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FE9EAC is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 172 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.00 |
| HSL | 351.25º | 0.98% | 0.81% | - |
| HSV(B) | 351.25º | 0.38% | 1% | - |
| XYZ | 60.55 | 48.5 | 45.2 | - |
| YUV | 188.3 | 118.8 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 172 | 0 | 0.38 | 0.32 | 0.00 | 351.25 | 0.98 | 0.81 |
| Hex | FE | 9E | AC | 0 | 26 | 20 | 0 | 15F | 62 | 51 |
| Octal | 376 | 236 | 254 | 0 | 46 | 40 | 0 | 537 | 142 | 121 |
| Binary | 11111110 | 10011110 | 10101100 | 0 | 100110 | 100000 | 0 | 101011111 | 1100010 | 1010001 |
Color Harmonies of #FE9EAC
Complementary color
Monochromatic Colors of #FE9EAC
Black with #FE9EAC
Text Example
Text Example
White with #FE9EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9EAC; }
p { color: rgb(254,158,172); }
H1.HeaderClassName
{
color: #FE9EAC;
}
.AnyTagClassName
{
color: #FE9EAC;
}
</style>
background-color css
<style>
a { background-color: #FE9EAC; }
a { background-color: rgb(254,158,172); }
div.DivClassName
{
background-color: #FE9EAC;
}
.BgClassName
{
background-color: #FE9EAC;
}
</style>
border-color css
<style>
span { border-color: #FE9EAC; }
span { border-color: rgb(254,158,172); }
td.TdClassName
{
border-color: #FE9EAC;
}
.TagClassName
{
border-color: #FE9EAC;
}
</style>