Shades of Illusion #FAA0AA
Tints of Illusion #FAA0AA
RGB
CMYK
RGB Variations
Color information
#FAA0AA (or 0xFAA0AA) is known color: Illusion. HEX triplet: FA, A0 and AA. RGB value is (250,160,170). Sum of RGB (Red+Green+Blue) = 250+160+170=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 160 (62.89% from 255 or 27.59% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA0AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA0AA is #055F55. Grayscale: #BCBCBC. Windows color (decimal): -352086 or 11182330. OLE color: 11182330.
HSL color Cylindrical-coordinate representation of color #FAA0AA: hue angle of 353.33º 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 #FAA0AA is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 170 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.02 |
| HSL | 353.33º | 0.9% | 0.8% | - |
| HSV(B) | 353.33º | 0.36% | 0.98% | - |
| XYZ | 59.25 | 48.37 | 44.24 | - |
| YUV | 188.05 | 117.82 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 170 | 0 | 0.36 | 0.32 | 0.02 | 353.33 | 0.9 | 0.8 |
| Hex | FA | A0 | AA | 0 | 24 | 20 | 2 | 161 | 5A | 50 |
| Octal | 372 | 240 | 252 | 0 | 44 | 40 | 2 | 541 | 132 | 120 |
| Binary | 11111010 | 10100000 | 10101010 | 0 | 100100 | 100000 | 10 | 101100001 | 1011010 | 1010000 |
Color Harmonies of #FAA0AA
Complementary color
Monochromatic Colors of #FAA0AA
Black with #FAA0AA
Text Example
Text Example
White with #FAA0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA0AA; }
p { color: rgb(250,160,170); }
H1.HeaderClassName
{
color: #FAA0AA;
}
.AnyTagClassName
{
color: #FAA0AA;
}
</style>
background-color css
<style>
a { background-color: #FAA0AA; }
a { background-color: rgb(250,160,170); }
div.DivClassName
{
background-color: #FAA0AA;
}
.BgClassName
{
background-color: #FAA0AA;
}
</style>
border-color css
<style>
span { border-color: #FAA0AA; }
span { border-color: rgb(250,160,170); }
td.TdClassName
{
border-color: #FAA0AA;
}
.TagClassName
{
border-color: #FAA0AA;
}
</style>