Shades of Illusion #FE92B1
Tints of Illusion #FE92B1
RGB
CMYK
RGB Variations
Color information
#FE92B1 (or 0xFE92B1) is known color: Illusion. HEX triplet: FE, 92 and B1. RGB value is (254,146,177). Sum of RGB (Red+Green+Blue) = 254+146+177=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 146 (57.42% from 255 or 25.30% from 577); Blue value is 177 (69.53% from 255 or 30.68% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FE92B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE92B1 is #016D4E. Grayscale: #B5B5B5. Windows color (decimal): -93519 or 11637502. OLE color: 11637502.
HSL color Cylindrical-coordinate representation of color #FE92B1: hue angle of 342.78º 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 #FE92B1 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 177 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.00 |
| HSL | 342.78º | 0.98% | 0.78% | - |
| HSV(B) | 342.78º | 0.43% | 1% | - |
| XYZ | 59.09 | 44.8 | 47.13 | - |
| YUV | 181.83 | 125.28 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 177 | 0 | 0.43 | 0.30 | 0.00 | 342.78 | 0.98 | 0.78 |
| Hex | FE | 92 | B1 | 0 | 2B | 1E | 0 | 157 | 62 | 4E |
| Octal | 376 | 222 | 261 | 0 | 53 | 36 | 0 | 527 | 142 | 116 |
| Binary | 11111110 | 10010010 | 10110001 | 0 | 101011 | 11110 | 0 | 101010111 | 1100010 | 1001110 |
Color Harmonies of #FE92B1
Complementary color
Monochromatic Colors of #FE92B1
Black with #FE92B1
Text Example
Text Example
White with #FE92B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE92B1; }
p { color: rgb(254,146,177); }
H1.HeaderClassName
{
color: #FE92B1;
}
.AnyTagClassName
{
color: #FE92B1;
}
</style>
background-color css
<style>
a { background-color: #FE92B1; }
a { background-color: rgb(254,146,177); }
div.DivClassName
{
background-color: #FE92B1;
}
.BgClassName
{
background-color: #FE92B1;
}
</style>
border-color css
<style>
span { border-color: #FE92B1; }
span { border-color: rgb(254,146,177); }
td.TdClassName
{
border-color: #FE92B1;
}
.TagClassName
{
border-color: #FE92B1;
}
</style>