Shades of Illusion #FEA0B0
Tints of Illusion #FEA0B0
RGB
CMYK
RGB Variations
Color information
#FEA0B0 (or 0xFEA0B0) is known color: Illusion. HEX triplet: FE, A0 and B0. RGB value is (254,160,176). Sum of RGB (Red+Green+Blue) = 254+160+176=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 160 (62.89% from 255 or 27.12% from 590); Blue value is 176 (69.14% from 255 or 29.83% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA0B0 is #015F4F. Grayscale: #BDBDBD. Windows color (decimal): -89936 or 11575550. OLE color: 11575550.
HSL color Cylindrical-coordinate representation of color #FEA0B0: hue angle of 349.79º 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 #FEA0B0 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 176 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.00 |
| HSL | 349.79º | 0.98% | 0.81% | - |
| HSV(B) | 349.79º | 0.37% | 1% | - |
| XYZ | 61.28 | 49.35 | 47.37 | - |
| YUV | 189.93 | 120.14 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 176 | 0 | 0.37 | 0.31 | 0.00 | 349.79 | 0.98 | 0.81 |
| Hex | FE | A0 | B0 | 0 | 25 | 1F | 0 | 15E | 62 | 51 |
| Octal | 376 | 240 | 260 | 0 | 45 | 37 | 0 | 536 | 142 | 121 |
| Binary | 11111110 | 10100000 | 10110000 | 0 | 100101 | 11111 | 0 | 101011110 | 1100010 | 1010001 |
Color Harmonies of #FEA0B0
Complementary color
Monochromatic Colors of #FEA0B0
Black with #FEA0B0
Text Example
Text Example
White with #FEA0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA0B0; }
p { color: rgb(254,160,176); }
H1.HeaderClassName
{
color: #FEA0B0;
}
.AnyTagClassName
{
color: #FEA0B0;
}
</style>
background-color css
<style>
a { background-color: #FEA0B0; }
a { background-color: rgb(254,160,176); }
div.DivClassName
{
background-color: #FEA0B0;
}
.BgClassName
{
background-color: #FEA0B0;
}
</style>
border-color css
<style>
span { border-color: #FEA0B0; }
span { border-color: rgb(254,160,176); }
td.TdClassName
{
border-color: #FEA0B0;
}
.TagClassName
{
border-color: #FEA0B0;
}
</style>