Shades of Illusion #FE92B2
Tints of Illusion #FE92B2
RGB
CMYK
RGB Variations
Color information
#FE92B2 (or 0xFE92B2) is known color: Illusion. HEX triplet: FE, 92 and B2. RGB value is (254,146,178). Sum of RGB (Red+Green+Blue) = 254+146+178=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 146 (57.42% from 255 or 25.26% from 578); Blue value is 178 (69.92% from 255 or 30.80% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FE92B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE92B2 is #016D4D. Grayscale: #B5B5B5. Windows color (decimal): -93518 or 11703038. OLE color: 11703038.
HSL color Cylindrical-coordinate representation of color #FE92B2: hue angle of 342.22º 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 #FE92B2 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 178 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.00 |
| HSL | 342.22º | 0.98% | 0.78% | - |
| HSV(B) | 342.22º | 0.43% | 1% | - |
| XYZ | 59.19 | 44.84 | 47.66 | - |
| YUV | 181.94 | 125.78 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 178 | 0 | 0.43 | 0.30 | 0.00 | 342.22 | 0.98 | 0.78 |
| Hex | FE | 92 | B2 | 0 | 2B | 1E | 0 | 156 | 62 | 4E |
| Octal | 376 | 222 | 262 | 0 | 53 | 36 | 0 | 526 | 142 | 116 |
| Binary | 11111110 | 10010010 | 10110010 | 0 | 101011 | 11110 | 0 | 101010110 | 1100010 | 1001110 |
Color Harmonies of #FE92B2
Complementary color
Monochromatic Colors of #FE92B2
Black with #FE92B2
Text Example
Text Example
White with #FE92B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE92B2; }
p { color: rgb(254,146,178); }
H1.HeaderClassName
{
color: #FE92B2;
}
.AnyTagClassName
{
color: #FE92B2;
}
</style>
background-color css
<style>
a { background-color: #FE92B2; }
a { background-color: rgb(254,146,178); }
div.DivClassName
{
background-color: #FE92B2;
}
.BgClassName
{
background-color: #FE92B2;
}
</style>
border-color css
<style>
span { border-color: #FE92B2; }
span { border-color: rgb(254,146,178); }
td.TdClassName
{
border-color: #FE92B2;
}
.TagClassName
{
border-color: #FE92B2;
}
</style>