Shades of Illusion #F89CB9
Tints of Illusion #F89CB9
RGB
CMYK
RGB Variations
Color information
#F89CB9 (or 0xF89CB9) is known color: Illusion. HEX triplet: F8, 9C and B9. RGB value is (248,156,185). Sum of RGB (Red+Green+Blue) = 248+156+185=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 156 (61.33% from 255 or 26.49% from 589); Blue value is 185 (72.66% from 255 or 31.41% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F89CB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89CB9 is #076346. Grayscale: #BABABA. Windows color (decimal): -484167 or 12164344. OLE color: 12164344.
HSL color Cylindrical-coordinate representation of color #F89CB9: hue angle of 341.09º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F89CB9 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 156 | 185 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.03 |
| HSL | 341.09º | 0.87% | 0.79% | - |
| HSV(B) | 341.09º | 0.37% | 0.97% | - |
| XYZ | 59.36 | 47.24 | 51.89 | - |
| YUV | 186.81 | 126.98 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 156 | 185 | 0 | 0.37 | 0.25 | 0.03 | 341.09 | 0.87 | 0.79 |
| Hex | F8 | 9C | B9 | 0 | 25 | 19 | 3 | 155 | 57 | 4F |
| Octal | 370 | 234 | 271 | 0 | 45 | 31 | 3 | 525 | 127 | 117 |
| Binary | 11111000 | 10011100 | 10111001 | 0 | 100101 | 11001 | 11 | 101010101 | 1010111 | 1001111 |
Color Harmonies of #F89CB9
Complementary color
Monochromatic Colors of #F89CB9
Black with #F89CB9
Text Example
Text Example
White with #F89CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89CB9; }
p { color: rgb(248,156,185); }
H1.HeaderClassName
{
color: #F89CB9;
}
.AnyTagClassName
{
color: #F89CB9;
}
</style>
background-color css
<style>
a { background-color: #F89CB9; }
a { background-color: rgb(248,156,185); }
div.DivClassName
{
background-color: #F89CB9;
}
.BgClassName
{
background-color: #F89CB9;
}
</style>
border-color css
<style>
span { border-color: #F89CB9; }
span { border-color: rgb(248,156,185); }
td.TdClassName
{
border-color: #F89CB9;
}
.TagClassName
{
border-color: #F89CB9;
}
</style>