Shades of Illusion #FE9CB1
Tints of Illusion #FE9CB1
RGB
CMYK
RGB Variations
Color information
#FE9CB1 (or 0xFE9CB1) is known color: Illusion. HEX triplet: FE, 9C and B1. RGB value is (254,156,177). Sum of RGB (Red+Green+Blue) = 254+156+177=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 156 (61.33% from 255 or 26.58% from 587); Blue value is 177 (69.53% from 255 or 30.15% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9CB1 is #01634E. Grayscale: #BBBBBB. Windows color (decimal): -90959 or 11640062. OLE color: 11640062.
HSL color Cylindrical-coordinate representation of color #FE9CB1: hue angle of 347.14º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FE9CB1 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 156 | 177 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.00 |
| HSL | 347.14º | 0.98% | 0.8% | - |
| HSV(B) | 347.14º | 0.39% | 1% | - |
| XYZ | 60.7 | 48.02 | 47.67 | - |
| YUV | 187.7 | 121.97 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 156 | 177 | 0 | 0.39 | 0.30 | 0.00 | 347.14 | 0.98 | 0.8 |
| Hex | FE | 9C | B1 | 0 | 27 | 1E | 0 | 15B | 62 | 50 |
| Octal | 376 | 234 | 261 | 0 | 47 | 36 | 0 | 533 | 142 | 120 |
| Binary | 11111110 | 10011100 | 10110001 | 0 | 100111 | 11110 | 0 | 101011011 | 1100010 | 1010000 |
Color Harmonies of #FE9CB1
Complementary color
Monochromatic Colors of #FE9CB1
Black with #FE9CB1
Text Example
Text Example
White with #FE9CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9CB1; }
p { color: rgb(254,156,177); }
H1.HeaderClassName
{
color: #FE9CB1;
}
.AnyTagClassName
{
color: #FE9CB1;
}
</style>
background-color css
<style>
a { background-color: #FE9CB1; }
a { background-color: rgb(254,156,177); }
div.DivClassName
{
background-color: #FE9CB1;
}
.BgClassName
{
background-color: #FE9CB1;
}
</style>
border-color css
<style>
span { border-color: #FE9CB1; }
span { border-color: rgb(254,156,177); }
td.TdClassName
{
border-color: #FE9CB1;
}
.TagClassName
{
border-color: #FE9CB1;
}
</style>