Shades of Illusion #FEA0B2
Tints of Illusion #FEA0B2
RGB
CMYK
RGB Variations
Color information
#FEA0B2 (or 0xFEA0B2) is known color: Illusion. HEX triplet: FE, A0 and B2. RGB value is (254,160,178). Sum of RGB (Red+Green+Blue) = 254+160+178=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 160 (62.89% from 255 or 27.03% from 592); Blue value is 178 (69.92% from 255 or 30.07% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA0B2 is #015F4D. Grayscale: #BEBEBE. Windows color (decimal): -89934 or 11706622. OLE color: 11706622.
HSL color Cylindrical-coordinate representation of color #FEA0B2: hue angle of 348.51º 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 #FEA0B2 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 178 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.00 |
| HSL | 348.51º | 0.98% | 0.81% | - |
| HSV(B) | 348.51º | 0.37% | 1% | - |
| XYZ | 61.48 | 49.43 | 48.42 | - |
| YUV | 190.16 | 121.14 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 178 | 0 | 0.37 | 0.30 | 0.00 | 348.51 | 0.98 | 0.81 |
| Hex | FE | A0 | B2 | 0 | 25 | 1E | 0 | 15D | 62 | 51 |
| Octal | 376 | 240 | 262 | 0 | 45 | 36 | 0 | 535 | 142 | 121 |
| Binary | 11111110 | 10100000 | 10110010 | 0 | 100101 | 11110 | 0 | 101011101 | 1100010 | 1010001 |
Color Harmonies of #FEA0B2
Complementary color
Monochromatic Colors of #FEA0B2
Black with #FEA0B2
Text Example
Text Example
White with #FEA0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA0B2; }
p { color: rgb(254,160,178); }
H1.HeaderClassName
{
color: #FEA0B2;
}
.AnyTagClassName
{
color: #FEA0B2;
}
</style>
background-color css
<style>
a { background-color: #FEA0B2; }
a { background-color: rgb(254,160,178); }
div.DivClassName
{
background-color: #FEA0B2;
}
.BgClassName
{
background-color: #FEA0B2;
}
</style>
border-color css
<style>
span { border-color: #FEA0B2; }
span { border-color: rgb(254,160,178); }
td.TdClassName
{
border-color: #FEA0B2;
}
.TagClassName
{
border-color: #FEA0B2;
}
</style>