Shades of Illusion #F89ABB
Tints of Illusion #F89ABB
RGB
CMYK
RGB Variations
Color information
#F89ABB (or 0xF89ABB) is known color: Illusion. HEX triplet: F8, 9A and BB. RGB value is (248,154,187). Sum of RGB (Red+Green+Blue) = 248+154+187=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 154 (60.55% from 255 or 26.15% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F89ABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89ABB is #076544. Grayscale: #B9B9B9. Windows color (decimal): -484677 or 12294904. OLE color: 12294904.
HSL color Cylindrical-coordinate representation of color #F89ABB: hue angle of 338.94º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F89ABB is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 154 | 187 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.03 |
| HSL | 338.94º | 0.87% | 0.79% | - |
| HSV(B) | 338.94º | 0.38% | 0.97% | - |
| XYZ | 59.24 | 46.66 | 52.9 | - |
| YUV | 185.87 | 128.64 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 154 | 187 | 0 | 0.38 | 0.25 | 0.03 | 338.94 | 0.87 | 0.79 |
| Hex | F8 | 9A | BB | 0 | 26 | 19 | 3 | 153 | 57 | 4F |
| Octal | 370 | 232 | 273 | 0 | 46 | 31 | 3 | 523 | 127 | 117 |
| Binary | 11111000 | 10011010 | 10111011 | 0 | 100110 | 11001 | 11 | 101010011 | 1010111 | 1001111 |
Color Harmonies of #F89ABB
Complementary color
Monochromatic Colors of #F89ABB
Black with #F89ABB
Text Example
Text Example
White with #F89ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89ABB; }
p { color: rgb(248,154,187); }
H1.HeaderClassName
{
color: #F89ABB;
}
.AnyTagClassName
{
color: #F89ABB;
}
</style>
background-color css
<style>
a { background-color: #F89ABB; }
a { background-color: rgb(248,154,187); }
div.DivClassName
{
background-color: #F89ABB;
}
.BgClassName
{
background-color: #F89ABB;
}
</style>
border-color css
<style>
span { border-color: #F89ABB; }
span { border-color: rgb(248,154,187); }
td.TdClassName
{
border-color: #F89ABB;
}
.TagClassName
{
border-color: #F89ABB;
}
</style>