Shades of Illusion #FE92BA
Tints of Illusion #FE92BA
RGB
CMYK
RGB Variations
Color information
#FE92BA (or 0xFE92BA) is known color: Illusion. HEX triplet: FE, 92 and BA. RGB value is (254,146,186). Sum of RGB (Red+Green+Blue) = 254+146+186=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 146 (57.42% from 255 or 24.91% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FE92BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE92BA is #016D45. Grayscale: #B6B6B6. Windows color (decimal): -93510 or 12227326. OLE color: 12227326.
HSL color Cylindrical-coordinate representation of color #FE92BA: hue angle of 337.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 #FE92BA is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 186 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.00 |
| HSL | 337.78º | 0.98% | 0.78% | - |
| HSV(B) | 337.78º | 0.43% | 1% | - |
| XYZ | 60.01 | 45.17 | 52.01 | - |
| YUV | 182.85 | 129.78 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 186 | 0 | 0.43 | 0.27 | 0.00 | 337.78 | 0.98 | 0.78 |
| Hex | FE | 92 | BA | 0 | 2B | 1B | 0 | 152 | 62 | 4E |
| Octal | 376 | 222 | 272 | 0 | 53 | 33 | 0 | 522 | 142 | 116 |
| Binary | 11111110 | 10010010 | 10111010 | 0 | 101011 | 11011 | 0 | 101010010 | 1100010 | 1001110 |
Color Harmonies of #FE92BA
Complementary color
Monochromatic Colors of #FE92BA
Black with #FE92BA
Text Example
Text Example
White with #FE92BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE92BA; }
p { color: rgb(254,146,186); }
H1.HeaderClassName
{
color: #FE92BA;
}
.AnyTagClassName
{
color: #FE92BA;
}
</style>
background-color css
<style>
a { background-color: #FE92BA; }
a { background-color: rgb(254,146,186); }
div.DivClassName
{
background-color: #FE92BA;
}
.BgClassName
{
background-color: #FE92BA;
}
</style>
border-color css
<style>
span { border-color: #FE92BA; }
span { border-color: rgb(254,146,186); }
td.TdClassName
{
border-color: #FE92BA;
}
.TagClassName
{
border-color: #FE92BA;
}
</style>