Shades of Illusion #FF8EB2
Tints of Illusion #FF8EB2
RGB
CMYK
RGB Variations
Color information
#FF8EB2 (or 0xFF8EB2) is known color: Illusion. HEX triplet: FF, 8E and B2. RGB value is (255,142,178). Sum of RGB (Red+Green+Blue) = 255+142+178=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 142 (55.86% from 255 or 24.70% from 575); Blue value is 178 (69.92% from 255 or 30.96% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8EB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8EB2 is #00714D. Grayscale: #B3B3B3. Windows color (decimal): -29006 or 11702015. OLE color: 11702015.
HSL color Cylindrical-coordinate representation of color #FF8EB2: hue angle of 340.88º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF8EB2 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 142 | 178 | - |
| CMYK | 0 | 0.44 | 0.30 | 0 |
| HSL | 340.88º | 1% | 0.78% | - |
| HSV(B) | 340.88º | 0.44% | 1% | - |
| XYZ | 58.95 | 43.82 | 47.47 | - |
| YUV | 179.89 | 126.94 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 142 | 178 | 0 | 0.44 | 0.30 | 0 | 340.88 | 1 | 0.78 |
| Hex | FF | 8E | B2 | 0 | 2C | 1E | 0 | 155 | 64 | 4E |
| Octal | 377 | 216 | 262 | 0 | 54 | 36 | 0 | 525 | 144 | 116 |
| Binary | 11111111 | 10001110 | 10110010 | 0 | 101100 | 11110 | 0 | 101010101 | 1100100 | 1001110 |
Color Harmonies of #FF8EB2
Complementary color
Monochromatic Colors of #FF8EB2
Black with #FF8EB2
Text Example
Text Example
White with #FF8EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8EB2; }
p { color: rgb(255,142,178); }
H1.HeaderClassName
{
color: #FF8EB2;
}
.AnyTagClassName
{
color: #FF8EB2;
}
</style>
background-color css
<style>
a { background-color: #FF8EB2; }
a { background-color: rgb(255,142,178); }
div.DivClassName
{
background-color: #FF8EB2;
}
.BgClassName
{
background-color: #FF8EB2;
}
</style>
border-color css
<style>
span { border-color: #FF8EB2; }
span { border-color: rgb(255,142,178); }
td.TdClassName
{
border-color: #FF8EB2;
}
.TagClassName
{
border-color: #FF8EB2;
}
</style>