Shades of Illusion #FAA0AC
Tints of Illusion #FAA0AC
RGB
CMYK
RGB Variations
Color information
#FAA0AC (or 0xFAA0AC) is known color: Illusion. HEX triplet: FA, A0 and AC. RGB value is (250,160,172). Sum of RGB (Red+Green+Blue) = 250+160+172=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 160 (62.89% from 255 or 27.49% from 582); Blue value is 172 (67.58% from 255 or 29.55% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA0AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA0AC is #055F53. Grayscale: #BCBCBC. Windows color (decimal): -352084 or 11313402. OLE color: 11313402.
HSL color Cylindrical-coordinate representation of color #FAA0AC: hue angle of 352º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAA0AC is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 172 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.02 |
| HSL | 352º | 0.9% | 0.8% | - |
| HSV(B) | 352º | 0.36% | 0.98% | - |
| XYZ | 59.44 | 48.44 | 45.25 | - |
| YUV | 188.28 | 118.82 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 172 | 0 | 0.36 | 0.31 | 0.02 | 352 | 0.9 | 0.8 |
| Hex | FA | A0 | AC | 0 | 24 | 1F | 2 | 160 | 5A | 50 |
| Octal | 372 | 240 | 254 | 0 | 44 | 37 | 2 | 540 | 132 | 120 |
| Binary | 11111010 | 10100000 | 10101100 | 0 | 100100 | 11111 | 10 | 101100000 | 1011010 | 1010000 |
Color Harmonies of #FAA0AC
Complementary color
Monochromatic Colors of #FAA0AC
Black with #FAA0AC
Text Example
Text Example
White with #FAA0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA0AC; }
p { color: rgb(250,160,172); }
H1.HeaderClassName
{
color: #FAA0AC;
}
.AnyTagClassName
{
color: #FAA0AC;
}
</style>
background-color css
<style>
a { background-color: #FAA0AC; }
a { background-color: rgb(250,160,172); }
div.DivClassName
{
background-color: #FAA0AC;
}
.BgClassName
{
background-color: #FAA0AC;
}
</style>
border-color css
<style>
span { border-color: #FAA0AC; }
span { border-color: rgb(250,160,172); }
td.TdClassName
{
border-color: #FAA0AC;
}
.TagClassName
{
border-color: #FAA0AC;
}
</style>