Shades of Illusion #F89BAB
Tints of Illusion #F89BAB
RGB
CMYK
RGB Variations
Color information
#F89BAB (or 0xF89BAB) is known color: Illusion. HEX triplet: F8, 9B and AB. RGB value is (248,155,171). Sum of RGB (Red+Green+Blue) = 248+155+171=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 248 - color contains mainly: red. Hex color #F89BAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89BAB is #076454. Grayscale: #B8B8B8. Windows color (decimal): -484437 or 11246584. OLE color: 11246584.
HSL color Cylindrical-coordinate representation of color #F89BAB: hue angle of 349.68º 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 #F89BAB is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 171 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.03 |
| HSL | 349.68º | 0.87% | 0.79% | - |
| HSV(B) | 349.68º | 0.38% | 0.97% | - |
| XYZ | 57.78 | 46.34 | 44.43 | - |
| YUV | 184.63 | 120.31 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 171 | 0 | 0.38 | 0.31 | 0.03 | 349.68 | 0.87 | 0.79 |
| Hex | F8 | 9B | AB | 0 | 26 | 1F | 3 | 15E | 57 | 4F |
| Octal | 370 | 233 | 253 | 0 | 46 | 37 | 3 | 536 | 127 | 117 |
| Binary | 11111000 | 10011011 | 10101011 | 0 | 100110 | 11111 | 11 | 101011110 | 1010111 | 1001111 |
Color Harmonies of #F89BAB
Complementary color
Monochromatic Colors of #F89BAB
Black with #F89BAB
Text Example
Text Example
White with #F89BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89BAB; }
p { color: rgb(248,155,171); }
H1.HeaderClassName
{
color: #F89BAB;
}
.AnyTagClassName
{
color: #F89BAB;
}
</style>
background-color css
<style>
a { background-color: #F89BAB; }
a { background-color: rgb(248,155,171); }
div.DivClassName
{
background-color: #F89BAB;
}
.BgClassName
{
background-color: #F89BAB;
}
</style>
border-color css
<style>
span { border-color: #F89BAB; }
span { border-color: rgb(248,155,171); }
td.TdClassName
{
border-color: #F89BAB;
}
.TagClassName
{
border-color: #F89BAB;
}
</style>