Shades of Illusion #FEA0AF
Tints of Illusion #FEA0AF
RGB
CMYK
RGB Variations
Color information
#FEA0AF (or 0xFEA0AF) is known color: Illusion. HEX triplet: FE, A0 and AF. RGB value is (254,160,175). Sum of RGB (Red+Green+Blue) = 254+160+175=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 160 (62.89% from 255 or 27.16% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA0AF is #015F50. Grayscale: #BDBDBD. Windows color (decimal): -89937 or 11510014. OLE color: 11510014.
HSL color Cylindrical-coordinate representation of color #FEA0AF: hue angle of 350.43º 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 #FEA0AF is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 175 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.00 |
| HSL | 350.43º | 0.98% | 0.81% | - |
| HSV(B) | 350.43º | 0.37% | 1% | - |
| XYZ | 61.18 | 49.31 | 46.85 | - |
| YUV | 189.82 | 119.64 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 175 | 0 | 0.37 | 0.31 | 0.00 | 350.43 | 0.98 | 0.81 |
| Hex | FE | A0 | AF | 0 | 25 | 1F | 0 | 15E | 62 | 51 |
| Octal | 376 | 240 | 257 | 0 | 45 | 37 | 0 | 536 | 142 | 121 |
| Binary | 11111110 | 10100000 | 10101111 | 0 | 100101 | 11111 | 0 | 101011110 | 1100010 | 1010001 |
Color Harmonies of #FEA0AF
Complementary color
Monochromatic Colors of #FEA0AF
Black with #FEA0AF
Text Example
Text Example
White with #FEA0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA0AF; }
p { color: rgb(254,160,175); }
H1.HeaderClassName
{
color: #FEA0AF;
}
.AnyTagClassName
{
color: #FEA0AF;
}
</style>
background-color css
<style>
a { background-color: #FEA0AF; }
a { background-color: rgb(254,160,175); }
div.DivClassName
{
background-color: #FEA0AF;
}
.BgClassName
{
background-color: #FEA0AF;
}
</style>
border-color css
<style>
span { border-color: #FEA0AF; }
span { border-color: rgb(254,160,175); }
td.TdClassName
{
border-color: #FEA0AF;
}
.TagClassName
{
border-color: #FEA0AF;
}
</style>