Shades of Illusion #FE9FB0
Tints of Illusion #FE9FB0
RGB
CMYK
RGB Variations
Color information
#FE9FB0 (or 0xFE9FB0) is known color: Illusion. HEX triplet: FE, 9F and B0. RGB value is (254,159,176). Sum of RGB (Red+Green+Blue) = 254+159+176=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 159 (62.5% from 255 or 26.99% from 589); Blue value is 176 (69.14% from 255 or 29.88% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9FB0 is #01604F. Grayscale: #BDBDBD. Windows color (decimal): -90192 or 11575294. OLE color: 11575294.
HSL color Cylindrical-coordinate representation of color #FE9FB0: hue angle of 349.26º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FE9FB0 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 176 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.00 |
| HSL | 349.26º | 0.98% | 0.81% | - |
| HSV(B) | 349.26º | 0.37% | 1% | - |
| XYZ | 61.11 | 49 | 47.31 | - |
| YUV | 189.34 | 120.47 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 176 | 0 | 0.37 | 0.31 | 0.00 | 349.26 | 0.98 | 0.81 |
| Hex | FE | 9F | B0 | 0 | 25 | 1F | 0 | 15D | 62 | 51 |
| Octal | 376 | 237 | 260 | 0 | 45 | 37 | 0 | 535 | 142 | 121 |
| Binary | 11111110 | 10011111 | 10110000 | 0 | 100101 | 11111 | 0 | 101011101 | 1100010 | 1010001 |
Color Harmonies of #FE9FB0
Complementary color
Monochromatic Colors of #FE9FB0
Black with #FE9FB0
Text Example
Text Example
White with #FE9FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9FB0; }
p { color: rgb(254,159,176); }
H1.HeaderClassName
{
color: #FE9FB0;
}
.AnyTagClassName
{
color: #FE9FB0;
}
</style>
background-color css
<style>
a { background-color: #FE9FB0; }
a { background-color: rgb(254,159,176); }
div.DivClassName
{
background-color: #FE9FB0;
}
.BgClassName
{
background-color: #FE9FB0;
}
</style>
border-color css
<style>
span { border-color: #FE9FB0; }
span { border-color: rgb(254,159,176); }
td.TdClassName
{
border-color: #FE9FB0;
}
.TagClassName
{
border-color: #FE9FB0;
}
</style>