Shades of Illusion #FF9CB2
Tints of Illusion #FF9CB2
RGB
CMYK
RGB Variations
Color information
#FF9CB2 (or 0xFF9CB2) is known color: Illusion. HEX triplet: FF, 9C and B2. RGB value is (255,156,178). Sum of RGB (Red+Green+Blue) = 255+156+178=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 156 (61.33% from 255 or 26.49% from 589); Blue value is 178 (69.92% from 255 or 30.22% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9CB2 is #00634D. Grayscale: #BCBCBC. Windows color (decimal): -25422 or 11705599. OLE color: 11705599.
HSL color Cylindrical-coordinate representation of color #FF9CB2: hue angle of 346.67º 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 #FF9CB2 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 178 | - |
| CMYK | 0 | 0.39 | 0.30 | 0 |
| HSL | 346.67º | 1% | 0.81% | - |
| HSV(B) | 346.67º | 0.39% | 1% | - |
| XYZ | 61.16 | 48.25 | 48.21 | - |
| YUV | 188.11 | 122.3 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 178 | 0 | 0.39 | 0.30 | 0 | 346.67 | 1 | 0.81 |
| Hex | FF | 9C | B2 | 0 | 27 | 1E | 0 | 15B | 64 | 51 |
| Octal | 377 | 234 | 262 | 0 | 47 | 36 | 0 | 533 | 144 | 121 |
| Binary | 11111111 | 10011100 | 10110010 | 0 | 100111 | 11110 | 0 | 101011011 | 1100100 | 1010001 |
Color Harmonies of #FF9CB2
Complementary color
Monochromatic Colors of #FF9CB2
Black with #FF9CB2
Text Example
Text Example
White with #FF9CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9CB2; }
p { color: rgb(255,156,178); }
H1.HeaderClassName
{
color: #FF9CB2;
}
.AnyTagClassName
{
color: #FF9CB2;
}
</style>
background-color css
<style>
a { background-color: #FF9CB2; }
a { background-color: rgb(255,156,178); }
div.DivClassName
{
background-color: #FF9CB2;
}
.BgClassName
{
background-color: #FF9CB2;
}
</style>
border-color css
<style>
span { border-color: #FF9CB2; }
span { border-color: rgb(255,156,178); }
td.TdClassName
{
border-color: #FF9CB2;
}
.TagClassName
{
border-color: #FF9CB2;
}
</style>