Shades of Illusion #FE9DB5
Tints of Illusion #FE9DB5
RGB
CMYK
RGB Variations
Color information
#FE9DB5 (or 0xFE9DB5) is known color: Illusion. HEX triplet: FE, 9D and B5. RGB value is (254,157,181). Sum of RGB (Red+Green+Blue) = 254+157+181=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 157 (61.72% from 255 or 26.52% from 592); Blue value is 181 (71.09% from 255 or 30.57% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9DB5 is #01624A. Grayscale: #BCBCBC. Windows color (decimal): -90699 or 11902462. OLE color: 11902462.
HSL color Cylindrical-coordinate representation of color #FE9DB5: hue angle of 345.15º 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 #FE9DB5 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 157 | 181 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.00 |
| HSL | 345.15º | 0.98% | 0.81% | - |
| HSV(B) | 345.15º | 0.38% | 1% | - |
| XYZ | 61.27 | 48.52 | 49.85 | - |
| YUV | 188.74 | 123.64 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 157 | 181 | 0 | 0.38 | 0.29 | 0.00 | 345.15 | 0.98 | 0.81 |
| Hex | FE | 9D | B5 | 0 | 26 | 1D | 0 | 159 | 62 | 51 |
| Octal | 376 | 235 | 265 | 0 | 46 | 35 | 0 | 531 | 142 | 121 |
| Binary | 11111110 | 10011101 | 10110101 | 0 | 100110 | 11101 | 0 | 101011001 | 1100010 | 1010001 |
Color Harmonies of #FE9DB5
Complementary color
Monochromatic Colors of #FE9DB5
Black with #FE9DB5
Text Example
Text Example
White with #FE9DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9DB5; }
p { color: rgb(254,157,181); }
H1.HeaderClassName
{
color: #FE9DB5;
}
.AnyTagClassName
{
color: #FE9DB5;
}
</style>
background-color css
<style>
a { background-color: #FE9DB5; }
a { background-color: rgb(254,157,181); }
div.DivClassName
{
background-color: #FE9DB5;
}
.BgClassName
{
background-color: #FE9DB5;
}
</style>
border-color css
<style>
span { border-color: #FE9DB5; }
span { border-color: rgb(254,157,181); }
td.TdClassName
{
border-color: #FE9DB5;
}
.TagClassName
{
border-color: #FE9DB5;
}
</style>