Shades of Illusion #FF93B8
Tints of Illusion #FF93B8
RGB
CMYK
RGB Variations
Color information
#FF93B8 (or 0xFF93B8) is known color: Illusion. HEX triplet: FF, 93 and B8. RGB value is (255,147,184). Sum of RGB (Red+Green+Blue) = 255+147+184=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 147 (57.81% from 255 or 25.09% from 586); Blue value is 184 (72.27% from 255 or 31.40% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FF93B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF93B8 is #006C47. Grayscale: #B7B7B7. Windows color (decimal): -27720 or 12096511. OLE color: 12096511.
HSL color Cylindrical-coordinate representation of color #FF93B8: hue angle of 339.44º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FF93B8 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 147 | 184 | - |
| CMYK | 0 | 0.42 | 0.28 | 0 |
| HSL | 339.44º | 1% | 0.79% | - |
| HSV(B) | 339.44º | 0.42% | 1% | - |
| XYZ | 60.33 | 45.59 | 50.97 | - |
| YUV | 183.51 | 128.28 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 147 | 184 | 0 | 0.42 | 0.28 | 0 | 339.44 | 1 | 0.79 |
| Hex | FF | 93 | B8 | 0 | 2A | 1C | 0 | 153 | 64 | 4F |
| Octal | 377 | 223 | 270 | 0 | 52 | 34 | 0 | 523 | 144 | 117 |
| Binary | 11111111 | 10010011 | 10111000 | 0 | 101010 | 11100 | 0 | 101010011 | 1100100 | 1001111 |
Color Harmonies of #FF93B8
Complementary color
Monochromatic Colors of #FF93B8
Black with #FF93B8
Text Example
Text Example
White with #FF93B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF93B8; }
p { color: rgb(255,147,184); }
H1.HeaderClassName
{
color: #FF93B8;
}
.AnyTagClassName
{
color: #FF93B8;
}
</style>
background-color css
<style>
a { background-color: #FF93B8; }
a { background-color: rgb(255,147,184); }
div.DivClassName
{
background-color: #FF93B8;
}
.BgClassName
{
background-color: #FF93B8;
}
</style>
border-color css
<style>
span { border-color: #FF93B8; }
span { border-color: rgb(255,147,184); }
td.TdClassName
{
border-color: #FF93B8;
}
.TagClassName
{
border-color: #FF93B8;
}
</style>