Shades of Illusion #FAA2AC
Tints of Illusion #FAA2AC
RGB
CMYK
RGB Variations
Color information
#FAA2AC (or 0xFAA2AC) is known color: Illusion. HEX triplet: FA, A2 and AC. RGB value is (250,162,172). Sum of RGB (Red+Green+Blue) = 250+162+172=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 162 (63.67% from 255 or 27.74% from 584); Blue value is 172 (67.58% from 255 or 29.45% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA2AC is #055D53. Grayscale: #BDBDBD. Windows color (decimal): -351572 or 11313914. OLE color: 11313914.
HSL color Cylindrical-coordinate representation of color #FAA2AC: hue angle of 353.18º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAA2AC is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 172 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.02 |
| HSL | 353.18º | 0.9% | 0.81% | - |
| HSV(B) | 353.18º | 0.35% | 0.98% | - |
| XYZ | 59.79 | 49.14 | 45.36 | - |
| YUV | 189.45 | 118.15 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 172 | 0 | 0.35 | 0.31 | 0.02 | 353.18 | 0.9 | 0.81 |
| Hex | FA | A2 | AC | 0 | 23 | 1F | 2 | 161 | 5A | 51 |
| Octal | 372 | 242 | 254 | 0 | 43 | 37 | 2 | 541 | 132 | 121 |
| Binary | 11111010 | 10100010 | 10101100 | 0 | 100011 | 11111 | 10 | 101100001 | 1011010 | 1010001 |
Color Harmonies of #FAA2AC
Complementary color
Monochromatic Colors of #FAA2AC
Black with #FAA2AC
Text Example
Text Example
White with #FAA2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA2AC; }
p { color: rgb(250,162,172); }
H1.HeaderClassName
{
color: #FAA2AC;
}
.AnyTagClassName
{
color: #FAA2AC;
}
</style>
background-color css
<style>
a { background-color: #FAA2AC; }
a { background-color: rgb(250,162,172); }
div.DivClassName
{
background-color: #FAA2AC;
}
.BgClassName
{
background-color: #FAA2AC;
}
</style>
border-color css
<style>
span { border-color: #FAA2AC; }
span { border-color: rgb(250,162,172); }
td.TdClassName
{
border-color: #FAA2AC;
}
.TagClassName
{
border-color: #FAA2AC;
}
</style>