Shades of Illusion #F7A6AC
Tints of Illusion #F7A6AC
RGB
CMYK
RGB Variations
Color information
#F7A6AC (or 0xF7A6AC) is known color: Illusion. HEX triplet: F7, A6 and AC. RGB value is (247,166,172). Sum of RGB (Red+Green+Blue) = 247+166+172=585 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.22% from 585); Green value is 166 (65.23% from 255 or 28.38% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A6AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A6AC is #085953. Grayscale: #BEBEBE. Windows color (decimal): -547156 or 11314935. OLE color: 11314935.
HSL color Cylindrical-coordinate representation of color #F7A6AC: hue angle of 355.56º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F7A6AC is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 166 | 172 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.03 |
| HSL | 355.56º | 0.84% | 0.81% | - |
| HSV(B) | 355.56º | 0.33% | 0.97% | - |
| XYZ | 59.44 | 50.03 | 45.55 | - |
| YUV | 190.9 | 117.34 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 166 | 172 | 0 | 0.33 | 0.30 | 0.03 | 355.56 | 0.84 | 0.81 |
| Hex | F7 | A6 | AC | 0 | 21 | 1E | 3 | 164 | 54 | 51 |
| Octal | 367 | 246 | 254 | 0 | 41 | 36 | 3 | 544 | 124 | 121 |
| Binary | 11110111 | 10100110 | 10101100 | 0 | 100001 | 11110 | 11 | 101100100 | 1010100 | 1010001 |
Color Harmonies of #F7A6AC
Complementary color
Monochromatic Colors of #F7A6AC
Black with #F7A6AC
Text Example
Text Example
White with #F7A6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A6AC; }
p { color: rgb(247,166,172); }
H1.HeaderClassName
{
color: #F7A6AC;
}
.AnyTagClassName
{
color: #F7A6AC;
}
</style>
background-color css
<style>
a { background-color: #F7A6AC; }
a { background-color: rgb(247,166,172); }
div.DivClassName
{
background-color: #F7A6AC;
}
.BgClassName
{
background-color: #F7A6AC;
}
</style>
border-color css
<style>
span { border-color: #F7A6AC; }
span { border-color: rgb(247,166,172); }
td.TdClassName
{
border-color: #F7A6AC;
}
.TagClassName
{
border-color: #F7A6AC;
}
</style>