Shades of Illusion #FEA3B5
Tints of Illusion #FEA3B5
RGB
CMYK
RGB Variations
Color information
#FEA3B5 (or 0xFEA3B5) is known color: Illusion. HEX triplet: FE, A3 and B5. RGB value is (254,163,181). Sum of RGB (Red+Green+Blue) = 254+163+181=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 163 (64.06% from 255 or 27.26% from 598); Blue value is 181 (71.09% from 255 or 30.27% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA3B5 is #015C4A. Grayscale: #C0C0C0. Windows color (decimal): -89163 or 11903998. OLE color: 11903998.
HSL color Cylindrical-coordinate representation of color #FEA3B5: hue angle of 348.13º 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 #FEA3B5 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 181 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.00 |
| HSL | 348.13º | 0.98% | 0.82% | - |
| HSV(B) | 348.13º | 0.36% | 1% | - |
| XYZ | 62.31 | 50.6 | 50.2 | - |
| YUV | 192.26 | 121.65 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 181 | 0 | 0.36 | 0.29 | 0.00 | 348.13 | 0.98 | 0.82 |
| Hex | FE | A3 | B5 | 0 | 24 | 1D | 0 | 15C | 62 | 52 |
| Octal | 376 | 243 | 265 | 0 | 44 | 35 | 0 | 534 | 142 | 122 |
| Binary | 11111110 | 10100011 | 10110101 | 0 | 100100 | 11101 | 0 | 101011100 | 1100010 | 1010010 |
Color Harmonies of #FEA3B5
Complementary color
Monochromatic Colors of #FEA3B5
Black with #FEA3B5
Text Example
Text Example
White with #FEA3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA3B5; }
p { color: rgb(254,163,181); }
H1.HeaderClassName
{
color: #FEA3B5;
}
.AnyTagClassName
{
color: #FEA3B5;
}
</style>
background-color css
<style>
a { background-color: #FEA3B5; }
a { background-color: rgb(254,163,181); }
div.DivClassName
{
background-color: #FEA3B5;
}
.BgClassName
{
background-color: #FEA3B5;
}
</style>
border-color css
<style>
span { border-color: #FEA3B5; }
span { border-color: rgb(254,163,181); }
td.TdClassName
{
border-color: #FEA3B5;
}
.TagClassName
{
border-color: #FEA3B5;
}
</style>