Shades of Illusion #FB9CBA
Tints of Illusion #FB9CBA
RGB
CMYK
RGB Variations
Color information
#FB9CBA (or 0xFB9CBA) is known color: Illusion. HEX triplet: FB, 9C and BA. RGB value is (251,156,186). Sum of RGB (Red+Green+Blue) = 251+156+186=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 156 (61.33% from 255 or 26.31% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9CBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9CBA is #046345. Grayscale: #BBBBBB. Windows color (decimal): -287558 or 12229883. OLE color: 12229883.
HSL color Cylindrical-coordinate representation of color #FB9CBA: hue angle of 341.05º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FB9CBA is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 156 | 186 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.02 |
| HSL | 341.05º | 0.92% | 0.8% | - |
| HSV(B) | 341.05º | 0.38% | 0.98% | - |
| XYZ | 60.54 | 47.83 | 52.5 | - |
| YUV | 187.83 | 126.97 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 156 | 186 | 0 | 0.38 | 0.26 | 0.02 | 341.05 | 0.92 | 0.8 |
| Hex | FB | 9C | BA | 0 | 26 | 1A | 2 | 155 | 5C | 50 |
| Octal | 373 | 234 | 272 | 0 | 46 | 32 | 2 | 525 | 134 | 120 |
| Binary | 11111011 | 10011100 | 10111010 | 0 | 100110 | 11010 | 10 | 101010101 | 1011100 | 1010000 |
Color Harmonies of #FB9CBA
Complementary color
Monochromatic Colors of #FB9CBA
Black with #FB9CBA
Text Example
Text Example
White with #FB9CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9CBA; }
p { color: rgb(251,156,186); }
H1.HeaderClassName
{
color: #FB9CBA;
}
.AnyTagClassName
{
color: #FB9CBA;
}
</style>
background-color css
<style>
a { background-color: #FB9CBA; }
a { background-color: rgb(251,156,186); }
div.DivClassName
{
background-color: #FB9CBA;
}
.BgClassName
{
background-color: #FB9CBA;
}
</style>
border-color css
<style>
span { border-color: #FB9CBA; }
span { border-color: rgb(251,156,186); }
td.TdClassName
{
border-color: #FB9CBA;
}
.TagClassName
{
border-color: #FB9CBA;
}
</style>