Shades of Illusion #FB9DB2
Tints of Illusion #FB9DB2
RGB
CMYK
RGB Variations
Color information
#FB9DB2 (or 0xFB9DB2) is known color: Illusion. HEX triplet: FB, 9D and B2. RGB value is (251,157,178). Sum of RGB (Red+Green+Blue) = 251+157+178=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 157 (61.72% from 255 or 26.79% from 586); Blue value is 178 (69.92% from 255 or 30.38% from 586); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9DB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9DB2 is #04624D. Grayscale: #BBBBBB. Windows color (decimal): -287310 or 11705851. OLE color: 11705851.
HSL color Cylindrical-coordinate representation of color #FB9DB2: hue angle of 346.6º 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 #FB9DB2 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 157 | 178 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.02 |
| HSL | 346.6º | 0.92% | 0.8% | - |
| HSV(B) | 346.6º | 0.37% | 0.98% | - |
| XYZ | 59.88 | 47.84 | 48.2 | - |
| YUV | 187.5 | 122.64 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 157 | 178 | 0 | 0.37 | 0.29 | 0.02 | 346.6 | 0.92 | 0.8 |
| Hex | FB | 9D | B2 | 0 | 25 | 1D | 2 | 15B | 5C | 50 |
| Octal | 373 | 235 | 262 | 0 | 45 | 35 | 2 | 533 | 134 | 120 |
| Binary | 11111011 | 10011101 | 10110010 | 0 | 100101 | 11101 | 10 | 101011011 | 1011100 | 1010000 |
Color Harmonies of #FB9DB2
Complementary color
Monochromatic Colors of #FB9DB2
Black with #FB9DB2
Text Example
Text Example
White with #FB9DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9DB2; }
p { color: rgb(251,157,178); }
H1.HeaderClassName
{
color: #FB9DB2;
}
.AnyTagClassName
{
color: #FB9DB2;
}
</style>
background-color css
<style>
a { background-color: #FB9DB2; }
a { background-color: rgb(251,157,178); }
div.DivClassName
{
background-color: #FB9DB2;
}
.BgClassName
{
background-color: #FB9DB2;
}
</style>
border-color css
<style>
span { border-color: #FB9DB2; }
span { border-color: rgb(251,157,178); }
td.TdClassName
{
border-color: #FB9DB2;
}
.TagClassName
{
border-color: #FB9DB2;
}
</style>