Shades of Illusion #FB8FB4
Tints of Illusion #FB8FB4
RGB
CMYK
RGB Variations
Color information
#FB8FB4 (or 0xFB8FB4) is known color: Illusion. HEX triplet: FB, 8F and B4. RGB value is (251,143,180). Sum of RGB (Red+Green+Blue) = 251+143+180=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 143 (56.25% from 255 or 24.91% from 574); Blue value is 180 (70.70% from 255 or 31.36% from 574); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8FB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8FB4 is #04704B. Grayscale: #B3B3B3. Windows color (decimal): -290892 or 11833339. OLE color: 11833339.
HSL color Cylindrical-coordinate representation of color #FB8FB4: hue angle of 339.44º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB8FB4 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 180 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.02 |
| HSL | 339.44º | 0.93% | 0.77% | - |
| HSV(B) | 339.44º | 0.43% | 0.98% | - |
| XYZ | 57.84 | 43.45 | 48.52 | - |
| YUV | 179.51 | 128.28 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 180 | 0 | 0.43 | 0.28 | 0.02 | 339.44 | 0.93 | 0.77 |
| Hex | FB | 8F | B4 | 0 | 2B | 1C | 2 | 153 | 5D | 4D |
| Octal | 373 | 217 | 264 | 0 | 53 | 34 | 2 | 523 | 135 | 115 |
| Binary | 11111011 | 10001111 | 10110100 | 0 | 101011 | 11100 | 10 | 101010011 | 1011101 | 1001101 |
Color Harmonies of #FB8FB4
Complementary color
Monochromatic Colors of #FB8FB4
Black with #FB8FB4
Text Example
Text Example
White with #FB8FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8FB4; }
p { color: rgb(251,143,180); }
H1.HeaderClassName
{
color: #FB8FB4;
}
.AnyTagClassName
{
color: #FB8FB4;
}
</style>
background-color css
<style>
a { background-color: #FB8FB4; }
a { background-color: rgb(251,143,180); }
div.DivClassName
{
background-color: #FB8FB4;
}
.BgClassName
{
background-color: #FB8FB4;
}
</style>
border-color css
<style>
span { border-color: #FB8FB4; }
span { border-color: rgb(251,143,180); }
td.TdClassName
{
border-color: #FB8FB4;
}
.TagClassName
{
border-color: #FB8FB4;
}
</style>