Shades of Illusion #F8A0AC
Tints of Illusion #F8A0AC
RGB
CMYK
RGB Variations
Color information
#F8A0AC (or 0xF8A0AC) is known color: Illusion. HEX triplet: F8, A0 and AC. RGB value is (248,160,172). Sum of RGB (Red+Green+Blue) = 248+160+172=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 160 (62.89% from 255 or 27.59% from 580); Blue value is 172 (67.58% from 255 or 29.66% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A0AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A0AC is #075F53. Grayscale: #BBBBBB. Windows color (decimal): -483156 or 11313400. OLE color: 11313400.
HSL color Cylindrical-coordinate representation of color #F8A0AC: hue angle of 351.82º 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 #F8A0AC is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 160 | 172 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.03 |
| HSL | 351.82º | 0.86% | 0.8% | - |
| HSV(B) | 351.82º | 0.35% | 0.97% | - |
| XYZ | 58.73 | 48.08 | 45.21 | - |
| YUV | 187.68 | 119.15 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 160 | 172 | 0 | 0.35 | 0.31 | 0.03 | 351.82 | 0.86 | 0.8 |
| Hex | F8 | A0 | AC | 0 | 23 | 1F | 3 | 160 | 56 | 50 |
| Octal | 370 | 240 | 254 | 0 | 43 | 37 | 3 | 540 | 126 | 120 |
| Binary | 11111000 | 10100000 | 10101100 | 0 | 100011 | 11111 | 11 | 101100000 | 1010110 | 1010000 |
Color Harmonies of #F8A0AC
Complementary color
Monochromatic Colors of #F8A0AC
Black with #F8A0AC
Text Example
Text Example
White with #F8A0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A0AC; }
p { color: rgb(248,160,172); }
H1.HeaderClassName
{
color: #F8A0AC;
}
.AnyTagClassName
{
color: #F8A0AC;
}
</style>
background-color css
<style>
a { background-color: #F8A0AC; }
a { background-color: rgb(248,160,172); }
div.DivClassName
{
background-color: #F8A0AC;
}
.BgClassName
{
background-color: #F8A0AC;
}
</style>
border-color css
<style>
span { border-color: #F8A0AC; }
span { border-color: rgb(248,160,172); }
td.TdClassName
{
border-color: #F8A0AC;
}
.TagClassName
{
border-color: #F8A0AC;
}
</style>