Shades of Illusion #F89DBA
Tints of Illusion #F89DBA
RGB
CMYK
RGB Variations
Color information
#F89DBA (or 0xF89DBA) is known color: Illusion. HEX triplet: F8, 9D and BA. RGB value is (248,157,186). Sum of RGB (Red+Green+Blue) = 248+157+186=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 157 (61.72% from 255 or 26.57% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F89DBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89DBA is #076245. Grayscale: #BBBBBB. Windows color (decimal): -483910 or 12230136. OLE color: 12230136.
HSL color Cylindrical-coordinate representation of color #F89DBA: hue angle of 340.88º 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 #F89DBA is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 157 | 186 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.03 |
| HSL | 340.88º | 0.87% | 0.79% | - |
| HSV(B) | 340.88º | 0.37% | 0.97% | - |
| XYZ | 59.63 | 47.62 | 52.5 | - |
| YUV | 187.52 | 127.15 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 157 | 186 | 0 | 0.37 | 0.25 | 0.03 | 340.88 | 0.87 | 0.79 |
| Hex | F8 | 9D | BA | 0 | 25 | 19 | 3 | 155 | 57 | 4F |
| Octal | 370 | 235 | 272 | 0 | 45 | 31 | 3 | 525 | 127 | 117 |
| Binary | 11111000 | 10011101 | 10111010 | 0 | 100101 | 11001 | 11 | 101010101 | 1010111 | 1001111 |
Color Harmonies of #F89DBA
Complementary color
Monochromatic Colors of #F89DBA
Black with #F89DBA
Text Example
Text Example
White with #F89DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89DBA; }
p { color: rgb(248,157,186); }
H1.HeaderClassName
{
color: #F89DBA;
}
.AnyTagClassName
{
color: #F89DBA;
}
</style>
background-color css
<style>
a { background-color: #F89DBA; }
a { background-color: rgb(248,157,186); }
div.DivClassName
{
background-color: #F89DBA;
}
.BgClassName
{
background-color: #F89DBA;
}
</style>
border-color css
<style>
span { border-color: #F89DBA; }
span { border-color: rgb(248,157,186); }
td.TdClassName
{
border-color: #F89DBA;
}
.TagClassName
{
border-color: #F89DBA;
}
</style>