Shades of Illusion #FE90B3
Tints of Illusion #FE90B3
RGB
CMYK
RGB Variations
Color information
#FE90B3 (or 0xFE90B3) is known color: Illusion. HEX triplet: FE, 90 and B3. RGB value is (254,144,179). Sum of RGB (Red+Green+Blue) = 254+144+179=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 144 (56.64% from 255 or 24.96% from 577); Blue value is 179 (70.31% from 255 or 31.02% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE90B3 is #016F4C. Grayscale: #B4B4B4. Windows color (decimal): -94029 or 11768062. OLE color: 11768062.
HSL color Cylindrical-coordinate representation of color #FE90B3: hue angle of 340.91º 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 #FE90B3 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 179 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.00 |
| HSL | 340.91º | 0.98% | 0.78% | - |
| HSV(B) | 340.91º | 0.43% | 1% | - |
| XYZ | 58.98 | 44.27 | 48.08 | - |
| YUV | 180.88 | 126.94 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 179 | 0 | 0.43 | 0.30 | 0.00 | 340.91 | 0.98 | 0.78 |
| Hex | FE | 90 | B3 | 0 | 2B | 1E | 0 | 155 | 62 | 4E |
| Octal | 376 | 220 | 263 | 0 | 53 | 36 | 0 | 525 | 142 | 116 |
| Binary | 11111110 | 10010000 | 10110011 | 0 | 101011 | 11110 | 0 | 101010101 | 1100010 | 1001110 |
Color Harmonies of #FE90B3
Complementary color
Monochromatic Colors of #FE90B3
Black with #FE90B3
Text Example
Text Example
White with #FE90B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE90B3; }
p { color: rgb(254,144,179); }
H1.HeaderClassName
{
color: #FE90B3;
}
.AnyTagClassName
{
color: #FE90B3;
}
</style>
background-color css
<style>
a { background-color: #FE90B3; }
a { background-color: rgb(254,144,179); }
div.DivClassName
{
background-color: #FE90B3;
}
.BgClassName
{
background-color: #FE90B3;
}
</style>
border-color css
<style>
span { border-color: #FE90B3; }
span { border-color: rgb(254,144,179); }
td.TdClassName
{
border-color: #FE90B3;
}
.TagClassName
{
border-color: #FE90B3;
}
</style>