Shades of Illusion #F89DB5
Tints of Illusion #F89DB5
RGB
CMYK
RGB Variations
Color information
#F89DB5 (or 0xF89DB5) is known color: Illusion. HEX triplet: F8, 9D and B5. RGB value is (248,157,181). Sum of RGB (Red+Green+Blue) = 248+157+181=586 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.32% from 586); Green value is 157 (61.72% from 255 or 26.79% from 586); Blue value is 181 (71.09% from 255 or 30.89% from 586); Max value from RGB is 248 - color contains mainly: red. Hex color #F89DB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89DB5 is #07624A. Grayscale: #BABABA. Windows color (decimal): -483915 or 11902456. OLE color: 11902456.
HSL color Cylindrical-coordinate representation of color #F89DB5: hue angle of 344.18º 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 #F89DB5 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 157 | 181 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.03 |
| HSL | 344.18º | 0.87% | 0.79% | - |
| HSV(B) | 344.18º | 0.37% | 0.97% | - |
| XYZ | 59.11 | 47.41 | 49.75 | - |
| YUV | 186.95 | 124.65 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 157 | 181 | 0 | 0.37 | 0.27 | 0.03 | 344.18 | 0.87 | 0.79 |
| Hex | F8 | 9D | B5 | 0 | 25 | 1B | 3 | 158 | 57 | 4F |
| Octal | 370 | 235 | 265 | 0 | 45 | 33 | 3 | 530 | 127 | 117 |
| Binary | 11111000 | 10011101 | 10110101 | 0 | 100101 | 11011 | 11 | 101011000 | 1010111 | 1001111 |
Color Harmonies of #F89DB5
Complementary color
Monochromatic Colors of #F89DB5
Black with #F89DB5
Text Example
Text Example
White with #F89DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89DB5; }
p { color: rgb(248,157,181); }
H1.HeaderClassName
{
color: #F89DB5;
}
.AnyTagClassName
{
color: #F89DB5;
}
</style>
background-color css
<style>
a { background-color: #F89DB5; }
a { background-color: rgb(248,157,181); }
div.DivClassName
{
background-color: #F89DB5;
}
.BgClassName
{
background-color: #F89DB5;
}
</style>
border-color css
<style>
span { border-color: #F89DB5; }
span { border-color: rgb(248,157,181); }
td.TdClassName
{
border-color: #F89DB5;
}
.TagClassName
{
border-color: #F89DB5;
}
</style>