Shades of Illusion #FE8DB6
Tints of Illusion #FE8DB6
RGB
CMYK
RGB Variations
Color information
#FE8DB6 (or 0xFE8DB6) is known color: Illusion. HEX triplet: FE, 8D and B6. RGB value is (254,141,182). Sum of RGB (Red+Green+Blue) = 254+141+182=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 141 (55.47% from 255 or 24.44% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8DB6 is #017249. Grayscale: #B3B3B3. Windows color (decimal): -94794 or 11963902. OLE color: 11963902.
HSL color Cylindrical-coordinate representation of color #FE8DB6: hue angle of 338.23º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8DB6 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 182 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.00 |
| HSL | 338.23º | 0.98% | 0.77% | - |
| HSV(B) | 338.23º | 0.44% | 1% | - |
| XYZ | 58.84 | 43.5 | 49.55 | - |
| YUV | 179.46 | 129.44 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 182 | 0 | 0.44 | 0.28 | 0.00 | 338.23 | 0.98 | 0.77 |
| Hex | FE | 8D | B6 | 0 | 2C | 1C | 0 | 152 | 62 | 4D |
| Octal | 376 | 215 | 266 | 0 | 54 | 34 | 0 | 522 | 142 | 115 |
| Binary | 11111110 | 10001101 | 10110110 | 0 | 101100 | 11100 | 0 | 101010010 | 1100010 | 1001101 |
Color Harmonies of #FE8DB6
Complementary color
Monochromatic Colors of #FE8DB6
Black with #FE8DB6
Text Example
Text Example
White with #FE8DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8DB6; }
p { color: rgb(254,141,182); }
H1.HeaderClassName
{
color: #FE8DB6;
}
.AnyTagClassName
{
color: #FE8DB6;
}
</style>
background-color css
<style>
a { background-color: #FE8DB6; }
a { background-color: rgb(254,141,182); }
div.DivClassName
{
background-color: #FE8DB6;
}
.BgClassName
{
background-color: #FE8DB6;
}
</style>
border-color css
<style>
span { border-color: #FE8DB6; }
span { border-color: rgb(254,141,182); }
td.TdClassName
{
border-color: #FE8DB6;
}
.TagClassName
{
border-color: #FE8DB6;
}
</style>