Shades of Illusion #FEA0B5
Tints of Illusion #FEA0B5
RGB
CMYK
RGB Variations
Color information
#FEA0B5 (or 0xFEA0B5) is known color: Illusion. HEX triplet: FE, A0 and B5. RGB value is (254,160,181). Sum of RGB (Red+Green+Blue) = 254+160+181=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 160 (62.89% from 255 or 26.89% from 595); Blue value is 181 (71.09% from 255 or 30.42% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0B5 is #015F4A. Grayscale: #BEBEBE. Windows color (decimal): -89931 or 11903230. OLE color: 11903230.
HSL color Cylindrical-coordinate representation of color #FEA0B5: hue angle of 346.6º 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 #FEA0B5 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 181 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.00 |
| HSL | 346.6º | 0.98% | 0.81% | - |
| HSV(B) | 346.6º | 0.37% | 1% | - |
| XYZ | 61.78 | 49.55 | 50.02 | - |
| YUV | 190.5 | 122.64 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 181 | 0 | 0.37 | 0.29 | 0.00 | 346.6 | 0.98 | 0.81 |
| Hex | FE | A0 | B5 | 0 | 25 | 1D | 0 | 15B | 62 | 51 |
| Octal | 376 | 240 | 265 | 0 | 45 | 35 | 0 | 533 | 142 | 121 |
| Binary | 11111110 | 10100000 | 10110101 | 0 | 100101 | 11101 | 0 | 101011011 | 1100010 | 1010001 |
Color Harmonies of #FEA0B5
Complementary color
Monochromatic Colors of #FEA0B5
Black with #FEA0B5
Text Example
Text Example
White with #FEA0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA0B5; }
p { color: rgb(254,160,181); }
H1.HeaderClassName
{
color: #FEA0B5;
}
.AnyTagClassName
{
color: #FEA0B5;
}
</style>
background-color css
<style>
a { background-color: #FEA0B5; }
a { background-color: rgb(254,160,181); }
div.DivClassName
{
background-color: #FEA0B5;
}
.BgClassName
{
background-color: #FEA0B5;
}
</style>
border-color css
<style>
span { border-color: #FEA0B5; }
span { border-color: rgb(254,160,181); }
td.TdClassName
{
border-color: #FEA0B5;
}
.TagClassName
{
border-color: #FEA0B5;
}
</style>