Shades of Illusion #FF93B6
Tints of Illusion #FF93B6
RGB
CMYK
RGB Variations
Color information
#FF93B6 (or 0xFF93B6) is known color: Illusion. HEX triplet: FF, 93 and B6. RGB value is (255,147,182). Sum of RGB (Red+Green+Blue) = 255+147+182=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 147 (57.81% from 255 or 25.17% from 584); Blue value is 182 (71.48% from 255 or 31.16% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FF93B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF93B6 is #006C49. Grayscale: #B7B7B7. Windows color (decimal): -27722 or 11965439. OLE color: 11965439.
HSL color Cylindrical-coordinate representation of color #FF93B6: hue angle of 340.56º 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 #FF93B6 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 147 | 182 | - |
| CMYK | 0 | 0.42 | 0.29 | 0 |
| HSL | 340.56º | 1% | 0.79% | - |
| HSV(B) | 340.56º | 0.42% | 1% | - |
| XYZ | 60.12 | 45.5 | 49.87 | - |
| YUV | 183.28 | 127.28 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 147 | 182 | 0 | 0.42 | 0.29 | 0 | 340.56 | 1 | 0.79 |
| Hex | FF | 93 | B6 | 0 | 2A | 1D | 0 | 155 | 64 | 4F |
| Octal | 377 | 223 | 266 | 0 | 52 | 35 | 0 | 525 | 144 | 117 |
| Binary | 11111111 | 10010011 | 10110110 | 0 | 101010 | 11101 | 0 | 101010101 | 1100100 | 1001111 |
Color Harmonies of #FF93B6
Complementary color
Monochromatic Colors of #FF93B6
Black with #FF93B6
Text Example
Text Example
White with #FF93B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF93B6; }
p { color: rgb(255,147,182); }
H1.HeaderClassName
{
color: #FF93B6;
}
.AnyTagClassName
{
color: #FF93B6;
}
</style>
background-color css
<style>
a { background-color: #FF93B6; }
a { background-color: rgb(255,147,182); }
div.DivClassName
{
background-color: #FF93B6;
}
.BgClassName
{
background-color: #FF93B6;
}
</style>
border-color css
<style>
span { border-color: #FF93B6; }
span { border-color: rgb(255,147,182); }
td.TdClassName
{
border-color: #FF93B6;
}
.TagClassName
{
border-color: #FF93B6;
}
</style>