Shades of Illusion #FE9DAC
Tints of Illusion #FE9DAC
RGB
CMYK
RGB Variations
Color information
#FE9DAC (or 0xFE9DAC) is known color: Illusion. HEX triplet: FE, 9D and AC. RGB value is (254,157,172). Sum of RGB (Red+Green+Blue) = 254+157+172=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 157 (61.72% from 255 or 26.93% from 583); Blue value is 172 (67.58% from 255 or 29.50% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9DAC is #016253. Grayscale: #BBBBBB. Windows color (decimal): -90708 or 11312638. OLE color: 11312638.
HSL color Cylindrical-coordinate representation of color #FE9DAC: hue angle of 350.72º 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 #FE9DAC is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 157 | 172 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.00 |
| HSL | 350.72º | 0.98% | 0.81% | - |
| HSV(B) | 350.72º | 0.38% | 1% | - |
| XYZ | 60.38 | 48.16 | 45.14 | - |
| YUV | 187.71 | 119.14 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 157 | 172 | 0 | 0.38 | 0.32 | 0.00 | 350.72 | 0.98 | 0.81 |
| Hex | FE | 9D | AC | 0 | 26 | 20 | 0 | 15F | 62 | 51 |
| Octal | 376 | 235 | 254 | 0 | 46 | 40 | 0 | 537 | 142 | 121 |
| Binary | 11111110 | 10011101 | 10101100 | 0 | 100110 | 100000 | 0 | 101011111 | 1100010 | 1010001 |
Color Harmonies of #FE9DAC
Complementary color
Monochromatic Colors of #FE9DAC
Black with #FE9DAC
Text Example
Text Example
White with #FE9DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9DAC; }
p { color: rgb(254,157,172); }
H1.HeaderClassName
{
color: #FE9DAC;
}
.AnyTagClassName
{
color: #FE9DAC;
}
</style>
background-color css
<style>
a { background-color: #FE9DAC; }
a { background-color: rgb(254,157,172); }
div.DivClassName
{
background-color: #FE9DAC;
}
.BgClassName
{
background-color: #FE9DAC;
}
</style>
border-color css
<style>
span { border-color: #FE9DAC; }
span { border-color: rgb(254,157,172); }
td.TdClassName
{
border-color: #FE9DAC;
}
.TagClassName
{
border-color: #FE9DAC;
}
</style>