Shades of Illusion #FEA2B3
Tints of Illusion #FEA2B3
RGB
CMYK
RGB Variations
Color information
#FEA2B3 (or 0xFEA2B3) is known color: Illusion. HEX triplet: FE, A2 and B3. RGB value is (254,162,179). Sum of RGB (Red+Green+Blue) = 254+162+179=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 162 (63.67% from 255 or 27.23% from 595); Blue value is 179 (70.31% from 255 or 30.08% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA2B3 is #015D4C. Grayscale: #BFBFBF. Windows color (decimal): -89421 or 11772670. OLE color: 11772670.
HSL color Cylindrical-coordinate representation of color #FEA2B3: hue angle of 348.91º 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 #FEA2B3 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 179 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.00 |
| HSL | 348.91º | 0.98% | 0.82% | - |
| HSV(B) | 348.91º | 0.36% | 1% | - |
| XYZ | 61.93 | 50.17 | 49.07 | - |
| YUV | 191.45 | 120.98 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 179 | 0 | 0.36 | 0.30 | 0.00 | 348.91 | 0.98 | 0.82 |
| Hex | FE | A2 | B3 | 0 | 24 | 1E | 0 | 15D | 62 | 52 |
| Octal | 376 | 242 | 263 | 0 | 44 | 36 | 0 | 535 | 142 | 122 |
| Binary | 11111110 | 10100010 | 10110011 | 0 | 100100 | 11110 | 0 | 101011101 | 1100010 | 1010010 |
Color Harmonies of #FEA2B3
Complementary color
Monochromatic Colors of #FEA2B3
Black with #FEA2B3
Text Example
Text Example
White with #FEA2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA2B3; }
p { color: rgb(254,162,179); }
H1.HeaderClassName
{
color: #FEA2B3;
}
.AnyTagClassName
{
color: #FEA2B3;
}
</style>
background-color css
<style>
a { background-color: #FEA2B3; }
a { background-color: rgb(254,162,179); }
div.DivClassName
{
background-color: #FEA2B3;
}
.BgClassName
{
background-color: #FEA2B3;
}
</style>
border-color css
<style>
span { border-color: #FEA2B3; }
span { border-color: rgb(254,162,179); }
td.TdClassName
{
border-color: #FEA2B3;
}
.TagClassName
{
border-color: #FEA2B3;
}
</style>