Shades of Illusion #FE8CB6
Tints of Illusion #FE8CB6
RGB
CMYK
RGB Variations
Color information
#FE8CB6 (or 0xFE8CB6) is known color: Illusion. HEX triplet: FE, 8C and B6. RGB value is (254,140,182). Sum of RGB (Red+Green+Blue) = 254+140+182=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 140 (55.08% from 255 or 24.31% from 576); Blue value is 182 (71.48% from 255 or 31.60% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8CB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8CB6 is #017349. Grayscale: #B2B2B2. Windows color (decimal): -95050 or 11963646. OLE color: 11963646.
HSL color Cylindrical-coordinate representation of color #FE8CB6: hue angle of 337.89º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FE8CB6 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 182 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.00 |
| HSL | 337.89º | 0.98% | 0.77% | - |
| HSV(B) | 337.89º | 0.45% | 1% | - |
| XYZ | 58.69 | 43.2 | 49.5 | - |
| YUV | 178.87 | 129.77 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 182 | 0 | 0.45 | 0.28 | 0.00 | 337.89 | 0.98 | 0.77 |
| Hex | FE | 8C | B6 | 0 | 2D | 1C | 0 | 152 | 62 | 4D |
| Octal | 376 | 214 | 266 | 0 | 55 | 34 | 0 | 522 | 142 | 115 |
| Binary | 11111110 | 10001100 | 10110110 | 0 | 101101 | 11100 | 0 | 101010010 | 1100010 | 1001101 |
Color Harmonies of #FE8CB6
Complementary color
Monochromatic Colors of #FE8CB6
Black with #FE8CB6
Text Example
Text Example
White with #FE8CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8CB6; }
p { color: rgb(254,140,182); }
H1.HeaderClassName
{
color: #FE8CB6;
}
.AnyTagClassName
{
color: #FE8CB6;
}
</style>
background-color css
<style>
a { background-color: #FE8CB6; }
a { background-color: rgb(254,140,182); }
div.DivClassName
{
background-color: #FE8CB6;
}
.BgClassName
{
background-color: #FE8CB6;
}
</style>
border-color css
<style>
span { border-color: #FE8CB6; }
span { border-color: rgb(254,140,182); }
td.TdClassName
{
border-color: #FE8CB6;
}
.TagClassName
{
border-color: #FE8CB6;
}
</style>