Shades of Illusion #F8A4B1
Tints of Illusion #F8A4B1
RGB
CMYK
RGB Variations
Color information
#F8A4B1 (or 0xF8A4B1) is known color: Illusion. HEX triplet: F8, A4 and B1. RGB value is (248,164,177). Sum of RGB (Red+Green+Blue) = 248+164+177=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 164 (64.45% from 255 or 27.84% from 589); Blue value is 177 (69.53% from 255 or 30.05% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A4B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A4B1 is #075B4E. Grayscale: #BEBEBE. Windows color (decimal): -482127 or 11642104. OLE color: 11642104.
HSL color Cylindrical-coordinate representation of color #F8A4B1: hue angle of 350.71º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F8A4B1 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 164 | 177 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.03 |
| HSL | 350.71º | 0.86% | 0.81% | - |
| HSV(B) | 350.71º | 0.34% | 0.97% | - |
| XYZ | 59.92 | 49.68 | 48.03 | - |
| YUV | 190.6 | 120.33 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 164 | 177 | 0 | 0.34 | 0.29 | 0.03 | 350.71 | 0.86 | 0.81 |
| Hex | F8 | A4 | B1 | 0 | 22 | 1D | 3 | 15F | 56 | 51 |
| Octal | 370 | 244 | 261 | 0 | 42 | 35 | 3 | 537 | 126 | 121 |
| Binary | 11111000 | 10100100 | 10110001 | 0 | 100010 | 11101 | 11 | 101011111 | 1010110 | 1010001 |
Color Harmonies of #F8A4B1
Complementary color
Monochromatic Colors of #F8A4B1
Black with #F8A4B1
Text Example
Text Example
White with #F8A4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A4B1; }
p { color: rgb(248,164,177); }
H1.HeaderClassName
{
color: #F8A4B1;
}
.AnyTagClassName
{
color: #F8A4B1;
}
</style>
background-color css
<style>
a { background-color: #F8A4B1; }
a { background-color: rgb(248,164,177); }
div.DivClassName
{
background-color: #F8A4B1;
}
.BgClassName
{
background-color: #F8A4B1;
}
</style>
border-color css
<style>
span { border-color: #F8A4B1; }
span { border-color: rgb(248,164,177); }
td.TdClassName
{
border-color: #F8A4B1;
}
.TagClassName
{
border-color: #F8A4B1;
}
</style>