Shades of Illusion #FB95BB
Tints of Illusion #FB95BB
RGB
CMYK
RGB Variations
Color information
#FB95BB (or 0xFB95BB) is known color: Illusion. HEX triplet: FB, 95 and BB. RGB value is (251,149,187). Sum of RGB (Red+Green+Blue) = 251+149+187=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 149 (58.59% from 255 or 25.38% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FB95BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB95BB is #046A44. Grayscale: #B7B7B7. Windows color (decimal): -289349 or 12293627. OLE color: 12293627.
HSL color Cylindrical-coordinate representation of color #FB95BB: hue angle of 337.65º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FB95BB is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 149 | 187 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.02 |
| HSL | 337.65º | 0.93% | 0.78% | - |
| HSV(B) | 337.65º | 0.41% | 0.98% | - |
| XYZ | 59.5 | 45.59 | 52.68 | - |
| YUV | 183.83 | 129.79 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 149 | 187 | 0 | 0.41 | 0.25 | 0.02 | 337.65 | 0.93 | 0.78 |
| Hex | FB | 95 | BB | 0 | 29 | 19 | 2 | 152 | 5D | 4E |
| Octal | 373 | 225 | 273 | 0 | 51 | 31 | 2 | 522 | 135 | 116 |
| Binary | 11111011 | 10010101 | 10111011 | 0 | 101001 | 11001 | 10 | 101010010 | 1011101 | 1001110 |
Color Harmonies of #FB95BB
Complementary color
Monochromatic Colors of #FB95BB
Black with #FB95BB
Text Example
Text Example
White with #FB95BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB95BB; }
p { color: rgb(251,149,187); }
H1.HeaderClassName
{
color: #FB95BB;
}
.AnyTagClassName
{
color: #FB95BB;
}
</style>
background-color css
<style>
a { background-color: #FB95BB; }
a { background-color: rgb(251,149,187); }
div.DivClassName
{
background-color: #FB95BB;
}
.BgClassName
{
background-color: #FB95BB;
}
</style>
border-color css
<style>
span { border-color: #FB95BB; }
span { border-color: rgb(251,149,187); }
td.TdClassName
{
border-color: #FB95BB;
}
.TagClassName
{
border-color: #FB95BB;
}
</style>