Shades of Illusion #FE90B8
Tints of Illusion #FE90B8
RGB
CMYK
RGB Variations
Color information
#FE90B8 (or 0xFE90B8) is known color: Illusion. HEX triplet: FE, 90 and B8. RGB value is (254,144,184). Sum of RGB (Red+Green+Blue) = 254+144+184=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 144 (56.64% from 255 or 24.74% from 582); Blue value is 184 (72.27% from 255 or 31.62% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE90B8 is #016F47. Grayscale: #B5B5B5. Windows color (decimal): -94024 or 12095742. OLE color: 12095742.
HSL color Cylindrical-coordinate representation of color #FE90B8: hue angle of 338.18º 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 #FE90B8 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 184 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.00 |
| HSL | 338.18º | 0.98% | 0.78% | - |
| HSV(B) | 338.18º | 0.43% | 1% | - |
| XYZ | 59.5 | 44.48 | 50.8 | - |
| YUV | 181.45 | 129.44 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 184 | 0 | 0.43 | 0.28 | 0.00 | 338.18 | 0.98 | 0.78 |
| Hex | FE | 90 | B8 | 0 | 2B | 1C | 0 | 152 | 62 | 4E |
| Octal | 376 | 220 | 270 | 0 | 53 | 34 | 0 | 522 | 142 | 116 |
| Binary | 11111110 | 10010000 | 10111000 | 0 | 101011 | 11100 | 0 | 101010010 | 1100010 | 1001110 |
Color Harmonies of #FE90B8
Complementary color
Monochromatic Colors of #FE90B8
Black with #FE90B8
Text Example
Text Example
White with #FE90B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE90B8; }
p { color: rgb(254,144,184); }
H1.HeaderClassName
{
color: #FE90B8;
}
.AnyTagClassName
{
color: #FE90B8;
}
</style>
background-color css
<style>
a { background-color: #FE90B8; }
a { background-color: rgb(254,144,184); }
div.DivClassName
{
background-color: #FE90B8;
}
.BgClassName
{
background-color: #FE90B8;
}
</style>
border-color css
<style>
span { border-color: #FE90B8; }
span { border-color: rgb(254,144,184); }
td.TdClassName
{
border-color: #FE90B8;
}
.TagClassName
{
border-color: #FE90B8;
}
</style>