Shades of Illusion #FF9CB0
Tints of Illusion #FF9CB0
RGB
CMYK
RGB Variations
Color information
#FF9CB0 (or 0xFF9CB0) is known color: Illusion. HEX triplet: FF, 9C and B0. RGB value is (255,156,176). Sum of RGB (Red+Green+Blue) = 255+156+176=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 156 (61.33% from 255 or 26.58% from 587); Blue value is 176 (69.14% from 255 or 29.98% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9CB0 is #00634F. Grayscale: #BBBBBB. Windows color (decimal): -25424 or 11574527. OLE color: 11574527.
HSL color Cylindrical-coordinate representation of color #FF9CB0: hue angle of 347.88º 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 #FF9CB0 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 176 | - |
| CMYK | 0 | 0.39 | 0.31 | 0 |
| HSL | 347.88º | 1% | 0.81% | - |
| HSV(B) | 347.88º | 0.39% | 1% | - |
| XYZ | 60.96 | 48.17 | 47.16 | - |
| YUV | 187.88 | 121.3 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 176 | 0 | 0.39 | 0.31 | 0 | 347.88 | 1 | 0.81 |
| Hex | FF | 9C | B0 | 0 | 27 | 1F | 0 | 15C | 64 | 51 |
| Octal | 377 | 234 | 260 | 0 | 47 | 37 | 0 | 534 | 144 | 121 |
| Binary | 11111111 | 10011100 | 10110000 | 0 | 100111 | 11111 | 0 | 101011100 | 1100100 | 1010001 |
Color Harmonies of #FF9CB0
Complementary color
Monochromatic Colors of #FF9CB0
Black with #FF9CB0
Text Example
Text Example
White with #FF9CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9CB0; }
p { color: rgb(255,156,176); }
H1.HeaderClassName
{
color: #FF9CB0;
}
.AnyTagClassName
{
color: #FF9CB0;
}
</style>
background-color css
<style>
a { background-color: #FF9CB0; }
a { background-color: rgb(255,156,176); }
div.DivClassName
{
background-color: #FF9CB0;
}
.BgClassName
{
background-color: #FF9CB0;
}
</style>
border-color css
<style>
span { border-color: #FF9CB0; }
span { border-color: rgb(255,156,176); }
td.TdClassName
{
border-color: #FF9CB0;
}
.TagClassName
{
border-color: #FF9CB0;
}
</style>