Shades of Illusion #F8A0BA
Tints of Illusion #F8A0BA
RGB
CMYK
RGB Variations
Color information
#F8A0BA (or 0xF8A0BA) is known color: Illusion. HEX triplet: F8, A0 and BA. RGB value is (248,160,186). Sum of RGB (Red+Green+Blue) = 248+160+186=594 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.75% from 594); Green value is 160 (62.89% from 255 or 26.94% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A0BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A0BA is #075F45. Grayscale: #BDBDBD. Windows color (decimal): -483142 or 12230904. OLE color: 12230904.
HSL color Cylindrical-coordinate representation of color #F8A0BA: hue angle of 342.27º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8A0BA is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 160 | 186 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.03 |
| HSL | 342.27º | 0.86% | 0.8% | - |
| HSV(B) | 342.27º | 0.35% | 0.97% | - |
| XYZ | 60.15 | 48.64 | 52.67 | - |
| YUV | 189.28 | 126.15 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 160 | 186 | 0 | 0.35 | 0.25 | 0.03 | 342.27 | 0.86 | 0.8 |
| Hex | F8 | A0 | BA | 0 | 23 | 19 | 3 | 156 | 56 | 50 |
| Octal | 370 | 240 | 272 | 0 | 43 | 31 | 3 | 526 | 126 | 120 |
| Binary | 11111000 | 10100000 | 10111010 | 0 | 100011 | 11001 | 11 | 101010110 | 1010110 | 1010000 |
Color Harmonies of #F8A0BA
Complementary color
Monochromatic Colors of #F8A0BA
Black with #F8A0BA
Text Example
Text Example
White with #F8A0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A0BA; }
p { color: rgb(248,160,186); }
H1.HeaderClassName
{
color: #F8A0BA;
}
.AnyTagClassName
{
color: #F8A0BA;
}
</style>
background-color css
<style>
a { background-color: #F8A0BA; }
a { background-color: rgb(248,160,186); }
div.DivClassName
{
background-color: #F8A0BA;
}
.BgClassName
{
background-color: #F8A0BA;
}
</style>
border-color css
<style>
span { border-color: #F8A0BA; }
span { border-color: rgb(248,160,186); }
td.TdClassName
{
border-color: #F8A0BA;
}
.TagClassName
{
border-color: #F8A0BA;
}
</style>