Shades of Illusion #FE9DAB
Tints of Illusion #FE9DAB
RGB
CMYK
RGB Variations
Color information
#FE9DAB (or 0xFE9DAB) is known color: Illusion. HEX triplet: FE, 9D and AB. RGB value is (254,157,171). Sum of RGB (Red+Green+Blue) = 254+157+171=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 157 (61.72% from 255 or 26.98% from 582); Blue value is 171 (67.19% from 255 or 29.38% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9DAB is #016254. Grayscale: #BBBBBB. Windows color (decimal): -90709 or 11247102. OLE color: 11247102.
HSL color Cylindrical-coordinate representation of color #FE9DAB: hue angle of 351.34º 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 #FE9DAB is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 157 | 171 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.00 |
| HSL | 351.34º | 0.98% | 0.81% | - |
| HSV(B) | 351.34º | 0.38% | 1% | - |
| XYZ | 60.28 | 48.13 | 44.64 | - |
| YUV | 187.6 | 118.64 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 157 | 171 | 0 | 0.38 | 0.33 | 0.00 | 351.34 | 0.98 | 0.81 |
| Hex | FE | 9D | AB | 0 | 26 | 21 | 0 | 15F | 62 | 51 |
| Octal | 376 | 235 | 253 | 0 | 46 | 41 | 0 | 537 | 142 | 121 |
| Binary | 11111110 | 10011101 | 10101011 | 0 | 100110 | 100001 | 0 | 101011111 | 1100010 | 1010001 |
Color Harmonies of #FE9DAB
Complementary color
Monochromatic Colors of #FE9DAB
Black with #FE9DAB
Text Example
Text Example
White with #FE9DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9DAB; }
p { color: rgb(254,157,171); }
H1.HeaderClassName
{
color: #FE9DAB;
}
.AnyTagClassName
{
color: #FE9DAB;
}
</style>
background-color css
<style>
a { background-color: #FE9DAB; }
a { background-color: rgb(254,157,171); }
div.DivClassName
{
background-color: #FE9DAB;
}
.BgClassName
{
background-color: #FE9DAB;
}
</style>
border-color css
<style>
span { border-color: #FE9DAB; }
span { border-color: rgb(254,157,171); }
td.TdClassName
{
border-color: #FE9DAB;
}
.TagClassName
{
border-color: #FE9DAB;
}
</style>