Shades of Illusion #FF94BA
Tints of Illusion #FF94BA
RGB
CMYK
RGB Variations
Color information
#FF94BA (or 0xFF94BA) is known color: Illusion. HEX triplet: FF, 94 and BA. RGB value is (255,148,186). Sum of RGB (Red+Green+Blue) = 255+148+186=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 148 (58.20% from 255 or 25.13% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FF94BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF94BA is #006B45. Grayscale: #B8B8B8. Windows color (decimal): -27462 or 12227839. OLE color: 12227839.
HSL color Cylindrical-coordinate representation of color #FF94BA: hue angle of 338.69º 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 #FF94BA is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 186 | - |
| CMYK | 0 | 0.42 | 0.27 | 0 |
| HSL | 338.69º | 1% | 0.79% | - |
| HSV(B) | 338.69º | 0.42% | 1% | - |
| XYZ | 60.69 | 45.98 | 52.13 | - |
| YUV | 184.33 | 128.95 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 186 | 0 | 0.42 | 0.27 | 0 | 338.69 | 1 | 0.79 |
| Hex | FF | 94 | BA | 0 | 2A | 1B | 0 | 153 | 64 | 4F |
| Octal | 377 | 224 | 272 | 0 | 52 | 33 | 0 | 523 | 144 | 117 |
| Binary | 11111111 | 10010100 | 10111010 | 0 | 101010 | 11011 | 0 | 101010011 | 1100100 | 1001111 |
Color Harmonies of #FF94BA
Complementary color
Monochromatic Colors of #FF94BA
Black with #FF94BA
Text Example
Text Example
White with #FF94BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF94BA; }
p { color: rgb(255,148,186); }
H1.HeaderClassName
{
color: #FF94BA;
}
.AnyTagClassName
{
color: #FF94BA;
}
</style>
background-color css
<style>
a { background-color: #FF94BA; }
a { background-color: rgb(255,148,186); }
div.DivClassName
{
background-color: #FF94BA;
}
.BgClassName
{
background-color: #FF94BA;
}
</style>
border-color css
<style>
span { border-color: #FF94BA; }
span { border-color: rgb(255,148,186); }
td.TdClassName
{
border-color: #FF94BA;
}
.TagClassName
{
border-color: #FF94BA;
}
</style>