Shades of Illusion #FE9EB6
Tints of Illusion #FE9EB6
RGB
CMYK
RGB Variations
Color information
#FE9EB6 (or 0xFE9EB6) is known color: Illusion. HEX triplet: FE, 9E and B6. RGB value is (254,158,182). Sum of RGB (Red+Green+Blue) = 254+158+182=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 158 (62.11% from 255 or 26.60% from 594); Blue value is 182 (71.48% from 255 or 30.64% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9EB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9EB6 is #016149. Grayscale: #BDBDBD. Windows color (decimal): -90442 or 11968254. OLE color: 11968254.
HSL color Cylindrical-coordinate representation of color #FE9EB6: hue angle of 345º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FE9EB6 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 158 | 182 | - |
CMYK | 0 | 0.38 | 0.28 | 0.00 |
HSL | 345º | 0.98% | 0.81% | - |
HSV(B) | 345º | 0.38% | 1% | - |
XYZ | 61.54 | 48.9 | 50.45 | - |
YUV | 189.44 | 123.8 | 174.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 158 | 182 | 0 | 0.38 | 0.28 | 0.00 | 345 | 0.98 | 0.81 |
Hex | FE | 9E | B6 | 0 | 26 | 1C | 0 | 159 | 62 | 51 |
Octal | 376 | 236 | 266 | 0 | 46 | 34 | 0 | 531 | 142 | 121 |
Binary | 11111110 | 10011110 | 10110110 | 0 | 100110 | 11100 | 0 | 101011001 | 1100010 | 1010001 |
Color Harmonies of #FE9EB6
Complementary color
Monochromatic Colors of #FE9EB6
Black with #FE9EB6
Text Example
Text Example
White with #FE9EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9EB6; }
p { color: rgb(254,158,182); }
H1.HeaderClassName
{
color: #FE9EB6;
}
.AnyTagClassName
{
color: #FE9EB6;
}
</style>
background-color css
<style>
a { background-color: #FE9EB6; }
a { background-color: rgb(254,158,182); }
div.DivClassName
{
background-color: #FE9EB6;
}
.BgClassName
{
background-color: #FE9EB6;
}
</style>
border-color css
<style>
span { border-color: #FE9EB6; }
span { border-color: rgb(254,158,182); }
td.TdClassName
{
border-color: #FE9EB6;
}
.TagClassName
{
border-color: #FE9EB6;
}
</style>