Shades of Illusion #FE93B7
Tints of Illusion #FE93B7
RGB
CMYK
RGB Variations
Color information
#FE93B7 (or 0xFE93B7) is known color: Illusion. HEX triplet: FE, 93 and B7. RGB value is (254,147,183). Sum of RGB (Red+Green+Blue) = 254+147+183=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 147 (57.81% from 255 or 25.17% from 584); Blue value is 183 (71.88% from 255 or 31.34% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE93B7 is #016C48. Grayscale: #B7B7B7. Windows color (decimal): -93257 or 12030974. OLE color: 12030974.
HSL color Cylindrical-coordinate representation of color #FE93B7: hue angle of 339.81º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FE93B7 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 183 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.00 |
| HSL | 339.81º | 0.98% | 0.79% | - |
| HSV(B) | 339.81º | 0.42% | 1% | - |
| XYZ | 59.85 | 45.36 | 50.4 | - |
| YUV | 183.1 | 127.95 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 183 | 0 | 0.42 | 0.28 | 0.00 | 339.81 | 0.98 | 0.79 |
| Hex | FE | 93 | B7 | 0 | 2A | 1C | 0 | 154 | 62 | 4F |
| Octal | 376 | 223 | 267 | 0 | 52 | 34 | 0 | 524 | 142 | 117 |
| Binary | 11111110 | 10010011 | 10110111 | 0 | 101010 | 11100 | 0 | 101010100 | 1100010 | 1001111 |
Color Harmonies of #FE93B7
Complementary color
Monochromatic Colors of #FE93B7
Black with #FE93B7
Text Example
Text Example
White with #FE93B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE93B7; }
p { color: rgb(254,147,183); }
H1.HeaderClassName
{
color: #FE93B7;
}
.AnyTagClassName
{
color: #FE93B7;
}
</style>
background-color css
<style>
a { background-color: #FE93B7; }
a { background-color: rgb(254,147,183); }
div.DivClassName
{
background-color: #FE93B7;
}
.BgClassName
{
background-color: #FE93B7;
}
</style>
border-color css
<style>
span { border-color: #FE93B7; }
span { border-color: rgb(254,147,183); }
td.TdClassName
{
border-color: #FE93B7;
}
.TagClassName
{
border-color: #FE93B7;
}
</style>