Shades of Illusion #FE9DB7
Tints of Illusion #FE9DB7
RGB
CMYK
RGB Variations
Color information
#FE9DB7 (or 0xFE9DB7) is known color: Illusion. HEX triplet: FE, 9D and B7. RGB value is (254,157,183). Sum of RGB (Red+Green+Blue) = 254+157+183=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 157 (61.72% from 255 or 26.43% from 594); Blue value is 183 (71.88% from 255 or 30.81% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9DB7 is #016248. Grayscale: #BCBCBC. Windows color (decimal): -90697 or 12033534. OLE color: 12033534.
HSL color Cylindrical-coordinate representation of color #FE9DB7: hue angle of 343.92º 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 #FE9DB7 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 157 | 183 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.00 |
| HSL | 343.92º | 0.98% | 0.81% | - |
| HSV(B) | 343.92º | 0.38% | 1% | - |
| XYZ | 61.48 | 48.6 | 50.94 | - |
| YUV | 188.97 | 124.64 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 157 | 183 | 0 | 0.38 | 0.28 | 0.00 | 343.92 | 0.98 | 0.81 |
| Hex | FE | 9D | B7 | 0 | 26 | 1C | 0 | 158 | 62 | 51 |
| Octal | 376 | 235 | 267 | 0 | 46 | 34 | 0 | 530 | 142 | 121 |
| Binary | 11111110 | 10011101 | 10110111 | 0 | 100110 | 11100 | 0 | 101011000 | 1100010 | 1010001 |
Color Harmonies of #FE9DB7
Complementary color
Monochromatic Colors of #FE9DB7
Black with #FE9DB7
Text Example
Text Example
White with #FE9DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9DB7; }
p { color: rgb(254,157,183); }
H1.HeaderClassName
{
color: #FE9DB7;
}
.AnyTagClassName
{
color: #FE9DB7;
}
</style>
background-color css
<style>
a { background-color: #FE9DB7; }
a { background-color: rgb(254,157,183); }
div.DivClassName
{
background-color: #FE9DB7;
}
.BgClassName
{
background-color: #FE9DB7;
}
</style>
border-color css
<style>
span { border-color: #FE9DB7; }
span { border-color: rgb(254,157,183); }
td.TdClassName
{
border-color: #FE9DB7;
}
.TagClassName
{
border-color: #FE9DB7;
}
</style>