Shades of Illusion #FEA0B8
Tints of Illusion #FEA0B8
RGB
CMYK
RGB Variations
Color information
#FEA0B8 (or 0xFEA0B8) is known color: Illusion. HEX triplet: FE, A0 and B8. RGB value is (254,160,184). Sum of RGB (Red+Green+Blue) = 254+160+184=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 160 (62.89% from 255 or 26.76% from 598); Blue value is 184 (72.27% from 255 or 30.77% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0B8 is #015F47. Grayscale: #BEBEBE. Windows color (decimal): -89928 or 12099838. OLE color: 12099838.
HSL color Cylindrical-coordinate representation of color #FEA0B8: hue angle of 344.68º 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 #FEA0B8 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 184 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.00 |
| HSL | 344.68º | 0.98% | 0.81% | - |
| HSV(B) | 344.68º | 0.37% | 1% | - |
| XYZ | 62.1 | 49.67 | 51.66 | - |
| YUV | 190.84 | 124.14 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 184 | 0 | 0.37 | 0.28 | 0.00 | 344.68 | 0.98 | 0.81 |
| Hex | FE | A0 | B8 | 0 | 25 | 1C | 0 | 159 | 62 | 51 |
| Octal | 376 | 240 | 270 | 0 | 45 | 34 | 0 | 531 | 142 | 121 |
| Binary | 11111110 | 10100000 | 10111000 | 0 | 100101 | 11100 | 0 | 101011001 | 1100010 | 1010001 |
Color Harmonies of #FEA0B8
Complementary color
Monochromatic Colors of #FEA0B8
Black with #FEA0B8
Text Example
Text Example
White with #FEA0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA0B8; }
p { color: rgb(254,160,184); }
H1.HeaderClassName
{
color: #FEA0B8;
}
.AnyTagClassName
{
color: #FEA0B8;
}
</style>
background-color css
<style>
a { background-color: #FEA0B8; }
a { background-color: rgb(254,160,184); }
div.DivClassName
{
background-color: #FEA0B8;
}
.BgClassName
{
background-color: #FEA0B8;
}
</style>
border-color css
<style>
span { border-color: #FEA0B8; }
span { border-color: rgb(254,160,184); }
td.TdClassName
{
border-color: #FEA0B8;
}
.TagClassName
{
border-color: #FEA0B8;
}
</style>