Shades of Illusion #FE9FAB
Tints of Illusion #FE9FAB
RGB
CMYK
RGB Variations
Color information
#FE9FAB (or 0xFE9FAB) is known color: Illusion. HEX triplet: FE, 9F and AB. RGB value is (254,159,171). Sum of RGB (Red+Green+Blue) = 254+159+171=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 171 (67.19% from 255 or 29.28% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9FAB is #016054. Grayscale: #BCBCBC. Windows color (decimal): -90197 or 11247614. OLE color: 11247614.
HSL color Cylindrical-coordinate representation of color #FE9FAB: hue angle of 352.42º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FE9FAB is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 171 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.00 |
| HSL | 352.42º | 0.98% | 0.81% | - |
| HSV(B) | 352.42º | 0.37% | 1% | - |
| XYZ | 60.62 | 48.81 | 44.75 | - |
| YUV | 188.77 | 117.97 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 171 | 0 | 0.37 | 0.33 | 0.00 | 352.42 | 0.98 | 0.81 |
| Hex | FE | 9F | AB | 0 | 25 | 21 | 0 | 160 | 62 | 51 |
| Octal | 376 | 237 | 253 | 0 | 45 | 41 | 0 | 540 | 142 | 121 |
| Binary | 11111110 | 10011111 | 10101011 | 0 | 100101 | 100001 | 0 | 101100000 | 1100010 | 1010001 |
Color Harmonies of #FE9FAB
Complementary color
Monochromatic Colors of #FE9FAB
Black with #FE9FAB
Text Example
Text Example
White with #FE9FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9FAB; }
p { color: rgb(254,159,171); }
H1.HeaderClassName
{
color: #FE9FAB;
}
.AnyTagClassName
{
color: #FE9FAB;
}
</style>
background-color css
<style>
a { background-color: #FE9FAB; }
a { background-color: rgb(254,159,171); }
div.DivClassName
{
background-color: #FE9FAB;
}
.BgClassName
{
background-color: #FE9FAB;
}
</style>
border-color css
<style>
span { border-color: #FE9FAB; }
span { border-color: rgb(254,159,171); }
td.TdClassName
{
border-color: #FE9FAB;
}
.TagClassName
{
border-color: #FE9FAB;
}
</style>