Shades of Illusion #FE9DB1
Tints of Illusion #FE9DB1
RGB
CMYK
RGB Variations
Color information
#FE9DB1 (or 0xFE9DB1) is known color: Illusion. HEX triplet: FE, 9D and B1. RGB value is (254,157,177). Sum of RGB (Red+Green+Blue) = 254+157+177=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 157 (61.72% from 255 or 26.70% from 588); Blue value is 177 (69.53% from 255 or 30.10% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9DB1 is #01624E. Grayscale: #BCBCBC. Windows color (decimal): -90703 or 11640318. OLE color: 11640318.
HSL color Cylindrical-coordinate representation of color #FE9DB1: hue angle of 347.63º 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 #FE9DB1 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 157 | 177 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.00 |
| HSL | 347.63º | 0.98% | 0.81% | - |
| HSV(B) | 347.63º | 0.38% | 1% | - |
| XYZ | 60.87 | 48.36 | 47.72 | - |
| YUV | 188.28 | 121.64 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 157 | 177 | 0 | 0.38 | 0.30 | 0.00 | 347.63 | 0.98 | 0.81 |
| Hex | FE | 9D | B1 | 0 | 26 | 1E | 0 | 15C | 62 | 51 |
| Octal | 376 | 235 | 261 | 0 | 46 | 36 | 0 | 534 | 142 | 121 |
| Binary | 11111110 | 10011101 | 10110001 | 0 | 100110 | 11110 | 0 | 101011100 | 1100010 | 1010001 |
Color Harmonies of #FE9DB1
Complementary color
Monochromatic Colors of #FE9DB1
Black with #FE9DB1
Text Example
Text Example
White with #FE9DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9DB1; }
p { color: rgb(254,157,177); }
H1.HeaderClassName
{
color: #FE9DB1;
}
.AnyTagClassName
{
color: #FE9DB1;
}
</style>
background-color css
<style>
a { background-color: #FE9DB1; }
a { background-color: rgb(254,157,177); }
div.DivClassName
{
background-color: #FE9DB1;
}
.BgClassName
{
background-color: #FE9DB1;
}
</style>
border-color css
<style>
span { border-color: #FE9DB1; }
span { border-color: rgb(254,157,177); }
td.TdClassName
{
border-color: #FE9DB1;
}
.TagClassName
{
border-color: #FE9DB1;
}
</style>