Shades of Illusion #FEA2B0
Tints of Illusion #FEA2B0
RGB
CMYK
RGB Variations
Color information
#FEA2B0 (or 0xFEA2B0) is known color: Illusion. HEX triplet: FE, A2 and B0. RGB value is (254,162,176). Sum of RGB (Red+Green+Blue) = 254+162+176=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 162 (63.67% from 255 or 27.36% from 592); Blue value is 176 (69.14% from 255 or 29.73% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA2B0 is #015D4F. Grayscale: #BFBFBF. Windows color (decimal): -89424 or 11576062. OLE color: 11576062.
HSL color Cylindrical-coordinate representation of color #FEA2B0: hue angle of 350.87º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEA2B0 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 176 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.00 |
| HSL | 350.87º | 0.98% | 0.82% | - |
| HSV(B) | 350.87º | 0.36% | 1% | - |
| XYZ | 61.63 | 50.05 | 47.49 | - |
| YUV | 191.1 | 119.48 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 176 | 0 | 0.36 | 0.31 | 0.00 | 350.87 | 0.98 | 0.82 |
| Hex | FE | A2 | B0 | 0 | 24 | 1F | 0 | 15F | 62 | 52 |
| Octal | 376 | 242 | 260 | 0 | 44 | 37 | 0 | 537 | 142 | 122 |
| Binary | 11111110 | 10100010 | 10110000 | 0 | 100100 | 11111 | 0 | 101011111 | 1100010 | 1010010 |
Color Harmonies of #FEA2B0
Complementary color
Monochromatic Colors of #FEA2B0
Black with #FEA2B0
Text Example
Text Example
White with #FEA2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA2B0; }
p { color: rgb(254,162,176); }
H1.HeaderClassName
{
color: #FEA2B0;
}
.AnyTagClassName
{
color: #FEA2B0;
}
</style>
background-color css
<style>
a { background-color: #FEA2B0; }
a { background-color: rgb(254,162,176); }
div.DivClassName
{
background-color: #FEA2B0;
}
.BgClassName
{
background-color: #FEA2B0;
}
</style>
border-color css
<style>
span { border-color: #FEA2B0; }
span { border-color: rgb(254,162,176); }
td.TdClassName
{
border-color: #FEA2B0;
}
.TagClassName
{
border-color: #FEA2B0;
}
</style>