Shades of Illusion #FF9CB5
Tints of Illusion #FF9CB5
RGB
CMYK
RGB Variations
Color information
#FF9CB5 (or 0xFF9CB5) is known color: Illusion. HEX triplet: FF, 9C and B5. RGB value is (255,156,181). Sum of RGB (Red+Green+Blue) = 255+156+181=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 156 (61.33% from 255 or 26.35% from 592); Blue value is 181 (71.09% from 255 or 30.57% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9CB5 is #00634A. Grayscale: #BCBCBC. Windows color (decimal): -25419 or 11902207. OLE color: 11902207.
HSL color Cylindrical-coordinate representation of color #FF9CB5: hue angle of 344.85º 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 #FF9CB5 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 181 | - |
| CMYK | 0 | 0.39 | 0.29 | 0 |
| HSL | 344.85º | 1% | 0.81% | - |
| HSV(B) | 344.85º | 0.39% | 1% | - |
| XYZ | 61.47 | 48.37 | 49.81 | - |
| YUV | 188.45 | 123.8 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 181 | 0 | 0.39 | 0.29 | 0 | 344.85 | 1 | 0.81 |
| Hex | FF | 9C | B5 | 0 | 27 | 1D | 0 | 159 | 64 | 51 |
| Octal | 377 | 234 | 265 | 0 | 47 | 35 | 0 | 531 | 144 | 121 |
| Binary | 11111111 | 10011100 | 10110101 | 0 | 100111 | 11101 | 0 | 101011001 | 1100100 | 1010001 |
Color Harmonies of #FF9CB5
Complementary color
Monochromatic Colors of #FF9CB5
Black with #FF9CB5
Text Example
Text Example
White with #FF9CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9CB5; }
p { color: rgb(255,156,181); }
H1.HeaderClassName
{
color: #FF9CB5;
}
.AnyTagClassName
{
color: #FF9CB5;
}
</style>
background-color css
<style>
a { background-color: #FF9CB5; }
a { background-color: rgb(255,156,181); }
div.DivClassName
{
background-color: #FF9CB5;
}
.BgClassName
{
background-color: #FF9CB5;
}
</style>
border-color css
<style>
span { border-color: #FF9CB5; }
span { border-color: rgb(255,156,181); }
td.TdClassName
{
border-color: #FF9CB5;
}
.TagClassName
{
border-color: #FF9CB5;
}
</style>