Shades of Illusion #FB9DB4
Tints of Illusion #FB9DB4
RGB
CMYK
RGB Variations
Color information
#FB9DB4 (or 0xFB9DB4) is known color: Illusion. HEX triplet: FB, 9D and B4. RGB value is (251,157,180). Sum of RGB (Red+Green+Blue) = 251+157+180=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 157 (61.72% from 255 or 26.70% from 588); Blue value is 180 (70.70% from 255 or 30.61% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9DB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9DB4 is #04624B. Grayscale: #BBBBBB. Windows color (decimal): -287308 or 11836923. OLE color: 11836923.
HSL color Cylindrical-coordinate representation of color #FB9DB4: hue angle of 345.32º 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 #FB9DB4 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 157 | 180 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.02 |
| HSL | 345.32º | 0.92% | 0.8% | - |
| HSV(B) | 345.32º | 0.37% | 0.98% | - |
| XYZ | 60.08 | 47.92 | 49.26 | - |
| YUV | 187.73 | 123.64 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 157 | 180 | 0 | 0.37 | 0.28 | 0.02 | 345.32 | 0.92 | 0.8 |
| Hex | FB | 9D | B4 | 0 | 25 | 1C | 2 | 159 | 5C | 50 |
| Octal | 373 | 235 | 264 | 0 | 45 | 34 | 2 | 531 | 134 | 120 |
| Binary | 11111011 | 10011101 | 10110100 | 0 | 100101 | 11100 | 10 | 101011001 | 1011100 | 1010000 |
Color Harmonies of #FB9DB4
Complementary color
Monochromatic Colors of #FB9DB4
Black with #FB9DB4
Text Example
Text Example
White with #FB9DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9DB4; }
p { color: rgb(251,157,180); }
H1.HeaderClassName
{
color: #FB9DB4;
}
.AnyTagClassName
{
color: #FB9DB4;
}
</style>
background-color css
<style>
a { background-color: #FB9DB4; }
a { background-color: rgb(251,157,180); }
div.DivClassName
{
background-color: #FB9DB4;
}
.BgClassName
{
background-color: #FB9DB4;
}
</style>
border-color css
<style>
span { border-color: #FB9DB4; }
span { border-color: rgb(251,157,180); }
td.TdClassName
{
border-color: #FB9DB4;
}
.TagClassName
{
border-color: #FB9DB4;
}
</style>