Shades of Illusion #F5A6AC
Tints of Illusion #F5A6AC
RGB
CMYK
RGB Variations
Color information
#F5A6AC (or 0xF5A6AC) is known color: Illusion. HEX triplet: F5, A6 and AC. RGB value is (245,166,172). Sum of RGB (Red+Green+Blue) = 245+166+172=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 166 (65.23% from 255 or 28.47% from 583); Blue value is 172 (67.58% from 255 or 29.50% from 583); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A6AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A6AC is #0A5953. Grayscale: #BEBEBE. Windows color (decimal): -678228 or 11314933. OLE color: 11314933.
HSL color Cylindrical-coordinate representation of color #F5A6AC: hue angle of 355.44º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F5A6AC is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 166 | 172 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.04 |
| HSL | 355.44º | 0.8% | 0.81% | - |
| HSV(B) | 355.44º | 0.32% | 0.96% | - |
| XYZ | 58.74 | 49.66 | 45.52 | - |
| YUV | 190.31 | 117.67 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 166 | 172 | 0 | 0.32 | 0.30 | 0.04 | 355.44 | 0.8 | 0.81 |
| Hex | F5 | A6 | AC | 0 | 20 | 1E | 4 | 163 | 50 | 51 |
| Octal | 365 | 246 | 254 | 0 | 40 | 36 | 4 | 543 | 120 | 121 |
| Binary | 11110101 | 10100110 | 10101100 | 0 | 100000 | 11110 | 100 | 101100011 | 1010000 | 1010001 |
Color Harmonies of #F5A6AC
Complementary color
Monochromatic Colors of #F5A6AC
Black with #F5A6AC
Text Example
Text Example
White with #F5A6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A6AC; }
p { color: rgb(245,166,172); }
H1.HeaderClassName
{
color: #F5A6AC;
}
.AnyTagClassName
{
color: #F5A6AC;
}
</style>
background-color css
<style>
a { background-color: #F5A6AC; }
a { background-color: rgb(245,166,172); }
div.DivClassName
{
background-color: #F5A6AC;
}
.BgClassName
{
background-color: #F5A6AC;
}
</style>
border-color css
<style>
span { border-color: #F5A6AC; }
span { border-color: rgb(245,166,172); }
td.TdClassName
{
border-color: #F5A6AC;
}
.TagClassName
{
border-color: #F5A6AC;
}
</style>