Shades of Illusion #F8A1AC
Tints of Illusion #F8A1AC
RGB
CMYK
RGB Variations
Color information
#F8A1AC (or 0xF8A1AC) is known color: Illusion. HEX triplet: F8, A1 and AC. RGB value is (248,161,172). Sum of RGB (Red+Green+Blue) = 248+161+172=581 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.69% from 581); Green value is 161 (63.28% from 255 or 27.71% from 581); Blue value is 172 (67.58% from 255 or 29.60% from 581); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A1AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A1AC is #075E53. Grayscale: #BCBCBC. Windows color (decimal): -482900 or 11313656. OLE color: 11313656.
HSL color Cylindrical-coordinate representation of color #F8A1AC: hue angle of 352.41º 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 #F8A1AC is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 161 | 172 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.03 |
| HSL | 352.41º | 0.86% | 0.8% | - |
| HSV(B) | 352.41º | 0.35% | 0.97% | - |
| XYZ | 58.9 | 48.42 | 45.27 | - |
| YUV | 188.27 | 118.82 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 161 | 172 | 0 | 0.35 | 0.31 | 0.03 | 352.41 | 0.86 | 0.8 |
| Hex | F8 | A1 | AC | 0 | 23 | 1F | 3 | 160 | 56 | 50 |
| Octal | 370 | 241 | 254 | 0 | 43 | 37 | 3 | 540 | 126 | 120 |
| Binary | 11111000 | 10100001 | 10101100 | 0 | 100011 | 11111 | 11 | 101100000 | 1010110 | 1010000 |
Color Harmonies of #F8A1AC
Complementary color
Monochromatic Colors of #F8A1AC
Black with #F8A1AC
Text Example
Text Example
White with #F8A1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A1AC; }
p { color: rgb(248,161,172); }
H1.HeaderClassName
{
color: #F8A1AC;
}
.AnyTagClassName
{
color: #F8A1AC;
}
</style>
background-color css
<style>
a { background-color: #F8A1AC; }
a { background-color: rgb(248,161,172); }
div.DivClassName
{
background-color: #F8A1AC;
}
.BgClassName
{
background-color: #F8A1AC;
}
</style>
border-color css
<style>
span { border-color: #F8A1AC; }
span { border-color: rgb(248,161,172); }
td.TdClassName
{
border-color: #F8A1AC;
}
.TagClassName
{
border-color: #F8A1AC;
}
</style>