Shades of Illusion #F8A1BA
Tints of Illusion #F8A1BA
RGB
CMYK
RGB Variations
Color information
#F8A1BA (or 0xF8A1BA) is known color: Illusion. HEX triplet: F8, A1 and BA. RGB value is (248,161,186). Sum of RGB (Red+Green+Blue) = 248+161+186=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 161 (63.28% from 255 or 27.06% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A1BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A1BA is #075E45. Grayscale: #BDBDBD. Windows color (decimal): -482886 or 12231160. OLE color: 12231160.
HSL color Cylindrical-coordinate representation of color #F8A1BA: hue angle of 342.76º 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 #F8A1BA is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 161 | 186 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.03 |
| HSL | 342.76º | 0.86% | 0.8% | - |
| HSV(B) | 342.76º | 0.35% | 0.97% | - |
| XYZ | 60.32 | 48.99 | 52.73 | - |
| YUV | 189.86 | 125.82 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 161 | 186 | 0 | 0.35 | 0.25 | 0.03 | 342.76 | 0.86 | 0.8 |
| Hex | F8 | A1 | BA | 0 | 23 | 19 | 3 | 157 | 56 | 50 |
| Octal | 370 | 241 | 272 | 0 | 43 | 31 | 3 | 527 | 126 | 120 |
| Binary | 11111000 | 10100001 | 10111010 | 0 | 100011 | 11001 | 11 | 101010111 | 1010110 | 1010000 |
Color Harmonies of #F8A1BA
Complementary color
Monochromatic Colors of #F8A1BA
Black with #F8A1BA
Text Example
Text Example
White with #F8A1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A1BA; }
p { color: rgb(248,161,186); }
H1.HeaderClassName
{
color: #F8A1BA;
}
.AnyTagClassName
{
color: #F8A1BA;
}
</style>
background-color css
<style>
a { background-color: #F8A1BA; }
a { background-color: rgb(248,161,186); }
div.DivClassName
{
background-color: #F8A1BA;
}
.BgClassName
{
background-color: #F8A1BA;
}
</style>
border-color css
<style>
span { border-color: #F8A1BA; }
span { border-color: rgb(248,161,186); }
td.TdClassName
{
border-color: #F8A1BA;
}
.TagClassName
{
border-color: #F8A1BA;
}
</style>