Shades of Illusion #FE9AB9
Tints of Illusion #FE9AB9
RGB
CMYK
RGB Variations
Color information
#FE9AB9 (or 0xFE9AB9) is known color: Illusion. HEX triplet: FE, 9A and B9. RGB value is (254,154,185). Sum of RGB (Red+Green+Blue) = 254+154+185=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 154 (60.55% from 255 or 25.97% from 593); Blue value is 185 (72.66% from 255 or 31.20% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9AB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9AB9 is #016546. Grayscale: #BBBBBB. Windows color (decimal): -91463 or 12163838. OLE color: 12163838.
HSL color Cylindrical-coordinate representation of color #FE9AB9: hue angle of 341.4º 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 #FE9AB9 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 154 | 185 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.00 |
| HSL | 341.4º | 0.98% | 0.8% | - |
| HSV(B) | 341.4º | 0.39% | 1% | - |
| XYZ | 61.19 | 47.68 | 51.88 | - |
| YUV | 187.43 | 126.63 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 154 | 185 | 0 | 0.39 | 0.27 | 0.00 | 341.4 | 0.98 | 0.8 |
| Hex | FE | 9A | B9 | 0 | 27 | 1B | 0 | 155 | 62 | 50 |
| Octal | 376 | 232 | 271 | 0 | 47 | 33 | 0 | 525 | 142 | 120 |
| Binary | 11111110 | 10011010 | 10111001 | 0 | 100111 | 11011 | 0 | 101010101 | 1100010 | 1010000 |
Color Harmonies of #FE9AB9
Complementary color
Monochromatic Colors of #FE9AB9
Black with #FE9AB9
Text Example
Text Example
White with #FE9AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9AB9; }
p { color: rgb(254,154,185); }
H1.HeaderClassName
{
color: #FE9AB9;
}
.AnyTagClassName
{
color: #FE9AB9;
}
</style>
background-color css
<style>
a { background-color: #FE9AB9; }
a { background-color: rgb(254,154,185); }
div.DivClassName
{
background-color: #FE9AB9;
}
.BgClassName
{
background-color: #FE9AB9;
}
</style>
border-color css
<style>
span { border-color: #FE9AB9; }
span { border-color: rgb(254,154,185); }
td.TdClassName
{
border-color: #FE9AB9;
}
.TagClassName
{
border-color: #FE9AB9;
}
</style>