Shades of Illusion #FE8DB2
Tints of Illusion #FE8DB2
RGB
CMYK
RGB Variations
Color information
#FE8DB2 (or 0xFE8DB2) is known color: Illusion. HEX triplet: FE, 8D and B2. RGB value is (254,141,178). Sum of RGB (Red+Green+Blue) = 254+141+178=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 141 (55.47% from 255 or 24.61% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8DB2 is #01724D. Grayscale: #B2B2B2. Windows color (decimal): -94798 or 11701758. OLE color: 11701758.
HSL color Cylindrical-coordinate representation of color #FE8DB2: hue angle of 340.35º 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 #FE8DB2 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 178 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.00 |
| HSL | 340.35º | 0.98% | 0.77% | - |
| HSV(B) | 340.35º | 0.44% | 1% | - |
| XYZ | 58.43 | 43.33 | 47.4 | - |
| YUV | 179.01 | 127.44 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 178 | 0 | 0.44 | 0.30 | 0.00 | 340.35 | 0.98 | 0.77 |
| Hex | FE | 8D | B2 | 0 | 2C | 1E | 0 | 154 | 62 | 4D |
| Octal | 376 | 215 | 262 | 0 | 54 | 36 | 0 | 524 | 142 | 115 |
| Binary | 11111110 | 10001101 | 10110010 | 0 | 101100 | 11110 | 0 | 101010100 | 1100010 | 1001101 |
Color Harmonies of #FE8DB2
Complementary color
Monochromatic Colors of #FE8DB2
Black with #FE8DB2
Text Example
Text Example
White with #FE8DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8DB2; }
p { color: rgb(254,141,178); }
H1.HeaderClassName
{
color: #FE8DB2;
}
.AnyTagClassName
{
color: #FE8DB2;
}
</style>
background-color css
<style>
a { background-color: #FE8DB2; }
a { background-color: rgb(254,141,178); }
div.DivClassName
{
background-color: #FE8DB2;
}
.BgClassName
{
background-color: #FE8DB2;
}
</style>
border-color css
<style>
span { border-color: #FE8DB2; }
span { border-color: rgb(254,141,178); }
td.TdClassName
{
border-color: #FE8DB2;
}
.TagClassName
{
border-color: #FE8DB2;
}
</style>