Shades of Illusion #FEA0B1
Tints of Illusion #FEA0B1
RGB
CMYK
RGB Variations
Color information
#FEA0B1 (or 0xFEA0B1) is known color: Illusion. HEX triplet: FE, A0 and B1. RGB value is (254,160,177). Sum of RGB (Red+Green+Blue) = 254+160+177=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 160 (62.89% from 255 or 27.07% from 591); Blue value is 177 (69.53% from 255 or 29.95% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA0B1 is #015F4E. Grayscale: #BEBEBE. Windows color (decimal): -89935 or 11641086. OLE color: 11641086.
HSL color Cylindrical-coordinate representation of color #FEA0B1: hue angle of 349.15º 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 #FEA0B1 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 177 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.00 |
| HSL | 349.15º | 0.98% | 0.81% | - |
| HSV(B) | 349.15º | 0.37% | 1% | - |
| XYZ | 61.38 | 49.39 | 47.89 | - |
| YUV | 190.04 | 120.64 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 177 | 0 | 0.37 | 0.30 | 0.00 | 349.15 | 0.98 | 0.81 |
| Hex | FE | A0 | B1 | 0 | 25 | 1E | 0 | 15D | 62 | 51 |
| Octal | 376 | 240 | 261 | 0 | 45 | 36 | 0 | 535 | 142 | 121 |
| Binary | 11111110 | 10100000 | 10110001 | 0 | 100101 | 11110 | 0 | 101011101 | 1100010 | 1010001 |
Color Harmonies of #FEA0B1
Complementary color
Monochromatic Colors of #FEA0B1
Black with #FEA0B1
Text Example
Text Example
White with #FEA0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA0B1; }
p { color: rgb(254,160,177); }
H1.HeaderClassName
{
color: #FEA0B1;
}
.AnyTagClassName
{
color: #FEA0B1;
}
</style>
background-color css
<style>
a { background-color: #FEA0B1; }
a { background-color: rgb(254,160,177); }
div.DivClassName
{
background-color: #FEA0B1;
}
.BgClassName
{
background-color: #FEA0B1;
}
</style>
border-color css
<style>
span { border-color: #FEA0B1; }
span { border-color: rgb(254,160,177); }
td.TdClassName
{
border-color: #FEA0B1;
}
.TagClassName
{
border-color: #FEA0B1;
}
</style>