Shades of Illusion #FB9DB1
Tints of Illusion #FB9DB1
RGB
CMYK
RGB Variations
Color information
#FB9DB1 (or 0xFB9DB1) is known color: Illusion. HEX triplet: FB, 9D and B1. RGB value is (251,157,177). Sum of RGB (Red+Green+Blue) = 251+157+177=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 157 (61.72% from 255 or 26.84% from 585); Blue value is 177 (69.53% from 255 or 30.26% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9DB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9DB1 is #04624E. Grayscale: #BBBBBB. Windows color (decimal): -287311 or 11640315. OLE color: 11640315.
HSL color Cylindrical-coordinate representation of color #FB9DB1: hue angle of 347.23º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FB9DB1 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 157 | 177 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.02 |
| HSL | 347.23º | 0.92% | 0.8% | - |
| HSV(B) | 347.23º | 0.37% | 0.98% | - |
| XYZ | 59.78 | 47.8 | 47.67 | - |
| YUV | 187.39 | 122.14 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 157 | 177 | 0 | 0.37 | 0.29 | 0.02 | 347.23 | 0.92 | 0.8 |
| Hex | FB | 9D | B1 | 0 | 25 | 1D | 2 | 15B | 5C | 50 |
| Octal | 373 | 235 | 261 | 0 | 45 | 35 | 2 | 533 | 134 | 120 |
| Binary | 11111011 | 10011101 | 10110001 | 0 | 100101 | 11101 | 10 | 101011011 | 1011100 | 1010000 |
Color Harmonies of #FB9DB1
Complementary color
Monochromatic Colors of #FB9DB1
Black with #FB9DB1
Text Example
Text Example
White with #FB9DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9DB1; }
p { color: rgb(251,157,177); }
H1.HeaderClassName
{
color: #FB9DB1;
}
.AnyTagClassName
{
color: #FB9DB1;
}
</style>
background-color css
<style>
a { background-color: #FB9DB1; }
a { background-color: rgb(251,157,177); }
div.DivClassName
{
background-color: #FB9DB1;
}
.BgClassName
{
background-color: #FB9DB1;
}
</style>
border-color css
<style>
span { border-color: #FB9DB1; }
span { border-color: rgb(251,157,177); }
td.TdClassName
{
border-color: #FB9DB1;
}
.TagClassName
{
border-color: #FB9DB1;
}
</style>