Shades of Illusion #FE90B5
Tints of Illusion #FE90B5
RGB
CMYK
RGB Variations
Color information
#FE90B5 (or 0xFE90B5) is known color: Illusion. HEX triplet: FE, 90 and B5. RGB value is (254,144,181). Sum of RGB (Red+Green+Blue) = 254+144+181=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 144 (56.64% from 255 or 24.87% from 579); Blue value is 181 (71.09% from 255 or 31.26% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE90B5 is #016F4A. Grayscale: #B5B5B5. Windows color (decimal): -94027 or 11899134. OLE color: 11899134.
HSL color Cylindrical-coordinate representation of color #FE90B5: hue angle of 339.82º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FE90B5 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 181 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.00 |
| HSL | 339.82º | 0.98% | 0.78% | - |
| HSV(B) | 339.82º | 0.43% | 1% | - |
| XYZ | 59.19 | 44.35 | 49.16 | - |
| YUV | 181.11 | 127.94 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 181 | 0 | 0.43 | 0.29 | 0.00 | 339.82 | 0.98 | 0.78 |
| Hex | FE | 90 | B5 | 0 | 2B | 1D | 0 | 154 | 62 | 4E |
| Octal | 376 | 220 | 265 | 0 | 53 | 35 | 0 | 524 | 142 | 116 |
| Binary | 11111110 | 10010000 | 10110101 | 0 | 101011 | 11101 | 0 | 101010100 | 1100010 | 1001110 |
Color Harmonies of #FE90B5
Complementary color
Monochromatic Colors of #FE90B5
Black with #FE90B5
Text Example
Text Example
White with #FE90B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE90B5; }
p { color: rgb(254,144,181); }
H1.HeaderClassName
{
color: #FE90B5;
}
.AnyTagClassName
{
color: #FE90B5;
}
</style>
background-color css
<style>
a { background-color: #FE90B5; }
a { background-color: rgb(254,144,181); }
div.DivClassName
{
background-color: #FE90B5;
}
.BgClassName
{
background-color: #FE90B5;
}
</style>
border-color css
<style>
span { border-color: #FE90B5; }
span { border-color: rgb(254,144,181); }
td.TdClassName
{
border-color: #FE90B5;
}
.TagClassName
{
border-color: #FE90B5;
}
</style>