Shades of Illusion #FF9CB9
Tints of Illusion #FF9CB9
RGB
CMYK
RGB Variations
Color information
#FF9CB9 (or 0xFF9CB9) is known color: Illusion. HEX triplet: FF, 9C and B9. RGB value is (255,156,185). Sum of RGB (Red+Green+Blue) = 255+156+185=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 156 (61.33% from 255 or 26.17% from 596); Blue value is 185 (72.66% from 255 or 31.04% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9CB9 is #006346. Grayscale: #BCBCBC. Windows color (decimal): -25415 or 12164351. OLE color: 12164351.
HSL color Cylindrical-coordinate representation of color #FF9CB9: hue angle of 342.42º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FF9CB9 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 185 | - |
| CMYK | 0 | 0.39 | 0.27 | 0 |
| HSL | 342.42º | 1% | 0.81% | - |
| HSV(B) | 342.42º | 0.39% | 1% | - |
| XYZ | 61.89 | 48.54 | 52.01 | - |
| YUV | 188.91 | 125.8 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 185 | 0 | 0.39 | 0.27 | 0 | 342.42 | 1 | 0.81 |
| Hex | FF | 9C | B9 | 0 | 27 | 1B | 0 | 156 | 64 | 51 |
| Octal | 377 | 234 | 271 | 0 | 47 | 33 | 0 | 526 | 144 | 121 |
| Binary | 11111111 | 10011100 | 10111001 | 0 | 100111 | 11011 | 0 | 101010110 | 1100100 | 1010001 |
Color Harmonies of #FF9CB9
Complementary color
Monochromatic Colors of #FF9CB9
Black with #FF9CB9
Text Example
Text Example
White with #FF9CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9CB9; }
p { color: rgb(255,156,185); }
H1.HeaderClassName
{
color: #FF9CB9;
}
.AnyTagClassName
{
color: #FF9CB9;
}
</style>
background-color css
<style>
a { background-color: #FF9CB9; }
a { background-color: rgb(255,156,185); }
div.DivClassName
{
background-color: #FF9CB9;
}
.BgClassName
{
background-color: #FF9CB9;
}
</style>
border-color css
<style>
span { border-color: #FF9CB9; }
span { border-color: rgb(255,156,185); }
td.TdClassName
{
border-color: #FF9CB9;
}
.TagClassName
{
border-color: #FF9CB9;
}
</style>