Shades of Illusion #FE9CAC
Tints of Illusion #FE9CAC
RGB
CMYK
RGB Variations
Color information
#FE9CAC (or 0xFE9CAC) is known color: Illusion. HEX triplet: FE, 9C and AC. RGB value is (254,156,172). Sum of RGB (Red+Green+Blue) = 254+156+172=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 156 (61.33% from 255 or 26.80% from 582); Blue value is 172 (67.58% from 255 or 29.55% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9CAC is #016353. Grayscale: #BBBBBB. Windows color (decimal): -90964 or 11312382. OLE color: 11312382.
HSL color Cylindrical-coordinate representation of color #FE9CAC: hue angle of 350.2º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FE9CAC is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 156 | 172 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.00 |
| HSL | 350.2º | 0.98% | 0.8% | - |
| HSV(B) | 350.2º | 0.39% | 1% | - |
| XYZ | 60.21 | 47.83 | 45.09 | - |
| YUV | 187.13 | 119.47 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 156 | 172 | 0 | 0.39 | 0.32 | 0.00 | 350.2 | 0.98 | 0.8 |
| Hex | FE | 9C | AC | 0 | 27 | 20 | 0 | 15E | 62 | 50 |
| Octal | 376 | 234 | 254 | 0 | 47 | 40 | 0 | 536 | 142 | 120 |
| Binary | 11111110 | 10011100 | 10101100 | 0 | 100111 | 100000 | 0 | 101011110 | 1100010 | 1010000 |
Color Harmonies of #FE9CAC
Complementary color
Monochromatic Colors of #FE9CAC
Black with #FE9CAC
Text Example
Text Example
White with #FE9CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9CAC; }
p { color: rgb(254,156,172); }
H1.HeaderClassName
{
color: #FE9CAC;
}
.AnyTagClassName
{
color: #FE9CAC;
}
</style>
background-color css
<style>
a { background-color: #FE9CAC; }
a { background-color: rgb(254,156,172); }
div.DivClassName
{
background-color: #FE9CAC;
}
.BgClassName
{
background-color: #FE9CAC;
}
</style>
border-color css
<style>
span { border-color: #FE9CAC; }
span { border-color: rgb(254,156,172); }
td.TdClassName
{
border-color: #FE9CAC;
}
.TagClassName
{
border-color: #FE9CAC;
}
</style>