Shades of Illusion #FE9DB0
Tints of Illusion #FE9DB0
RGB
CMYK
RGB Variations
Color information
#FE9DB0 (or 0xFE9DB0) is known color: Illusion. HEX triplet: FE, 9D and B0. RGB value is (254,157,176). Sum of RGB (Red+Green+Blue) = 254+157+176=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 157 (61.72% from 255 or 26.75% from 587); Blue value is 176 (69.14% from 255 or 29.98% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9DB0 is #01624F. Grayscale: #BCBCBC. Windows color (decimal): -90704 or 11574782. OLE color: 11574782.
HSL color Cylindrical-coordinate representation of color #FE9DB0: hue angle of 348.25º 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 #FE9DB0 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 157 | 176 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.00 |
| HSL | 348.25º | 0.98% | 0.81% | - |
| HSV(B) | 348.25º | 0.38% | 1% | - |
| XYZ | 60.77 | 48.32 | 47.2 | - |
| YUV | 188.17 | 121.14 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 157 | 176 | 0 | 0.38 | 0.31 | 0.00 | 348.25 | 0.98 | 0.81 |
| Hex | FE | 9D | B0 | 0 | 26 | 1F | 0 | 15C | 62 | 51 |
| Octal | 376 | 235 | 260 | 0 | 46 | 37 | 0 | 534 | 142 | 121 |
| Binary | 11111110 | 10011101 | 10110000 | 0 | 100110 | 11111 | 0 | 101011100 | 1100010 | 1010001 |
Color Harmonies of #FE9DB0
Complementary color
Monochromatic Colors of #FE9DB0
Black with #FE9DB0
Text Example
Text Example
White with #FE9DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9DB0; }
p { color: rgb(254,157,176); }
H1.HeaderClassName
{
color: #FE9DB0;
}
.AnyTagClassName
{
color: #FE9DB0;
}
</style>
background-color css
<style>
a { background-color: #FE9DB0; }
a { background-color: rgb(254,157,176); }
div.DivClassName
{
background-color: #FE9DB0;
}
.BgClassName
{
background-color: #FE9DB0;
}
</style>
border-color css
<style>
span { border-color: #FE9DB0; }
span { border-color: rgb(254,157,176); }
td.TdClassName
{
border-color: #FE9DB0;
}
.TagClassName
{
border-color: #FE9DB0;
}
</style>