Shades of Illusion #FB8DB4
Tints of Illusion #FB8DB4
RGB
CMYK
RGB Variations
Color information
#FB8DB4 (or 0xFB8DB4) is known color: Illusion. HEX triplet: FB, 8D and B4. RGB value is (251,141,180). Sum of RGB (Red+Green+Blue) = 251+141+180=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 141 (55.47% from 255 or 24.65% from 572); Blue value is 180 (70.70% from 255 or 31.47% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8DB4 is #04724B. Grayscale: #B2B2B2. Windows color (decimal): -291404 or 11832827. OLE color: 11832827.
HSL color Cylindrical-coordinate representation of color #FB8DB4: hue angle of 338.73º 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 #FB8DB4 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 180 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.02 |
| HSL | 338.73º | 0.93% | 0.77% | - |
| HSV(B) | 338.73º | 0.44% | 0.98% | - |
| XYZ | 57.55 | 42.85 | 48.42 | - |
| YUV | 178.34 | 128.94 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 180 | 0 | 0.44 | 0.28 | 0.02 | 338.73 | 0.93 | 0.77 |
| Hex | FB | 8D | B4 | 0 | 2C | 1C | 2 | 153 | 5D | 4D |
| Octal | 373 | 215 | 264 | 0 | 54 | 34 | 2 | 523 | 135 | 115 |
| Binary | 11111011 | 10001101 | 10110100 | 0 | 101100 | 11100 | 10 | 101010011 | 1011101 | 1001101 |
Color Harmonies of #FB8DB4
Complementary color
Monochromatic Colors of #FB8DB4
Black with #FB8DB4
Text Example
Text Example
White with #FB8DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8DB4; }
p { color: rgb(251,141,180); }
H1.HeaderClassName
{
color: #FB8DB4;
}
.AnyTagClassName
{
color: #FB8DB4;
}
</style>
background-color css
<style>
a { background-color: #FB8DB4; }
a { background-color: rgb(251,141,180); }
div.DivClassName
{
background-color: #FB8DB4;
}
.BgClassName
{
background-color: #FB8DB4;
}
</style>
border-color css
<style>
span { border-color: #FB8DB4; }
span { border-color: rgb(251,141,180); }
td.TdClassName
{
border-color: #FB8DB4;
}
.TagClassName
{
border-color: #FB8DB4;
}
</style>