Shades of Illusion #FE9DB2
Tints of Illusion #FE9DB2
RGB
CMYK
RGB Variations
Color information
#FE9DB2 (or 0xFE9DB2) is known color: Illusion. HEX triplet: FE, 9D and B2. RGB value is (254,157,178). Sum of RGB (Red+Green+Blue) = 254+157+178=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 157 (61.72% from 255 or 26.66% from 589); Blue value is 178 (69.92% from 255 or 30.22% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9DB2 is #01624D. Grayscale: #BCBCBC. Windows color (decimal): -90702 or 11705854. OLE color: 11705854.
HSL color Cylindrical-coordinate representation of color #FE9DB2: hue angle of 347.01º 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 #FE9DB2 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 157 | 178 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.00 |
| HSL | 347.01º | 0.98% | 0.81% | - |
| HSV(B) | 347.01º | 0.38% | 1% | - |
| XYZ | 60.97 | 48.4 | 48.25 | - |
| YUV | 188.4 | 122.14 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 157 | 178 | 0 | 0.38 | 0.30 | 0.00 | 347.01 | 0.98 | 0.81 |
| Hex | FE | 9D | B2 | 0 | 26 | 1E | 0 | 15B | 62 | 51 |
| Octal | 376 | 235 | 262 | 0 | 46 | 36 | 0 | 533 | 142 | 121 |
| Binary | 11111110 | 10011101 | 10110010 | 0 | 100110 | 11110 | 0 | 101011011 | 1100010 | 1010001 |
Color Harmonies of #FE9DB2
Complementary color
Monochromatic Colors of #FE9DB2
Black with #FE9DB2
Text Example
Text Example
White with #FE9DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9DB2; }
p { color: rgb(254,157,178); }
H1.HeaderClassName
{
color: #FE9DB2;
}
.AnyTagClassName
{
color: #FE9DB2;
}
</style>
background-color css
<style>
a { background-color: #FE9DB2; }
a { background-color: rgb(254,157,178); }
div.DivClassName
{
background-color: #FE9DB2;
}
.BgClassName
{
background-color: #FE9DB2;
}
</style>
border-color css
<style>
span { border-color: #FE9DB2; }
span { border-color: rgb(254,157,178); }
td.TdClassName
{
border-color: #FE9DB2;
}
.TagClassName
{
border-color: #FE9DB2;
}
</style>