Shades of Illusion #FF94BB
Tints of Illusion #FF94BB
RGB
CMYK
RGB Variations
Color information
#FF94BB (or 0xFF94BB) is known color: Illusion. HEX triplet: FF, 94 and BB. RGB value is (255,148,187). Sum of RGB (Red+Green+Blue) = 255+148+187=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 148 (58.20% from 255 or 25.08% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FF94BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF94BB is #006B44. Grayscale: #B8B8B8. Windows color (decimal): -27461 or 12293375. OLE color: 12293375.
HSL color Cylindrical-coordinate representation of color #FF94BB: hue angle of 338.13º 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 #FF94BB is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 187 | - |
| CMYK | 0 | 0.42 | 0.27 | 0 |
| HSL | 338.13º | 1% | 0.79% | - |
| HSV(B) | 338.13º | 0.42% | 1% | - |
| XYZ | 60.8 | 46.03 | 52.69 | - |
| YUV | 184.44 | 129.45 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 187 | 0 | 0.42 | 0.27 | 0 | 338.13 | 1 | 0.79 |
| Hex | FF | 94 | BB | 0 | 2A | 1B | 0 | 152 | 64 | 4F |
| Octal | 377 | 224 | 273 | 0 | 52 | 33 | 0 | 522 | 144 | 117 |
| Binary | 11111111 | 10010100 | 10111011 | 0 | 101010 | 11011 | 0 | 101010010 | 1100100 | 1001111 |
Color Harmonies of #FF94BB
Complementary color
Monochromatic Colors of #FF94BB
Black with #FF94BB
Text Example
Text Example
White with #FF94BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF94BB; }
p { color: rgb(255,148,187); }
H1.HeaderClassName
{
color: #FF94BB;
}
.AnyTagClassName
{
color: #FF94BB;
}
</style>
background-color css
<style>
a { background-color: #FF94BB; }
a { background-color: rgb(255,148,187); }
div.DivClassName
{
background-color: #FF94BB;
}
.BgClassName
{
background-color: #FF94BB;
}
</style>
border-color css
<style>
span { border-color: #FF94BB; }
span { border-color: rgb(255,148,187); }
td.TdClassName
{
border-color: #FF94BB;
}
.TagClassName
{
border-color: #FF94BB;
}
</style>