Shades of Illusion #FB8DB3
Tints of Illusion #FB8DB3
RGB
CMYK
RGB Variations
Color information
#FB8DB3 (or 0xFB8DB3) is known color: Illusion. HEX triplet: FB, 8D and B3. RGB value is (251,141,179). Sum of RGB (Red+Green+Blue) = 251+141+179=571 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.96% from 571); Green value is 141 (55.47% from 255 or 24.69% from 571); Blue value is 179 (70.31% from 255 or 31.35% from 571); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8DB3 is #04724C. Grayscale: #B2B2B2. Windows color (decimal): -291405 or 11767291. OLE color: 11767291.
HSL color Cylindrical-coordinate representation of color #FB8DB3: hue angle of 339.27º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FB8DB3 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 179 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.02 |
| HSL | 339.27º | 0.93% | 0.77% | - |
| HSV(B) | 339.27º | 0.44% | 0.98% | - |
| XYZ | 57.45 | 42.81 | 47.88 | - |
| YUV | 178.22 | 128.44 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 179 | 0 | 0.44 | 0.29 | 0.02 | 339.27 | 0.93 | 0.77 |
| Hex | FB | 8D | B3 | 0 | 2C | 1D | 2 | 153 | 5D | 4D |
| Octal | 373 | 215 | 263 | 0 | 54 | 35 | 2 | 523 | 135 | 115 |
| Binary | 11111011 | 10001101 | 10110011 | 0 | 101100 | 11101 | 10 | 101010011 | 1011101 | 1001101 |
Color Harmonies of #FB8DB3
Complementary color
Monochromatic Colors of #FB8DB3
Black with #FB8DB3
Text Example
Text Example
White with #FB8DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8DB3; }
p { color: rgb(251,141,179); }
H1.HeaderClassName
{
color: #FB8DB3;
}
.AnyTagClassName
{
color: #FB8DB3;
}
</style>
background-color css
<style>
a { background-color: #FB8DB3; }
a { background-color: rgb(251,141,179); }
div.DivClassName
{
background-color: #FB8DB3;
}
.BgClassName
{
background-color: #FB8DB3;
}
</style>
border-color css
<style>
span { border-color: #FB8DB3; }
span { border-color: rgb(251,141,179); }
td.TdClassName
{
border-color: #FB8DB3;
}
.TagClassName
{
border-color: #FB8DB3;
}
</style>