Shades of Illusion #FAA2AA
Tints of Illusion #FAA2AA
RGB
CMYK
RGB Variations
Color information
#FAA2AA (or 0xFAA2AA) is known color: Illusion. HEX triplet: FA, A2 and AA. RGB value is (250,162,170). Sum of RGB (Red+Green+Blue) = 250+162+170=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 162 (63.67% from 255 or 27.84% from 582); Blue value is 170 (66.80% from 255 or 29.21% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA2AA is #055D55. Grayscale: #BDBDBD. Windows color (decimal): -351574 or 11182842. OLE color: 11182842.
HSL color Cylindrical-coordinate representation of color #FAA2AA: hue angle of 354.55º 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 #FAA2AA is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 170 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.02 |
| HSL | 354.55º | 0.9% | 0.81% | - |
| HSV(B) | 354.55º | 0.35% | 0.98% | - |
| XYZ | 59.6 | 49.07 | 44.36 | - |
| YUV | 189.22 | 117.15 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 170 | 0 | 0.35 | 0.32 | 0.02 | 354.55 | 0.9 | 0.81 |
| Hex | FA | A2 | AA | 0 | 23 | 20 | 2 | 163 | 5A | 51 |
| Octal | 372 | 242 | 252 | 0 | 43 | 40 | 2 | 543 | 132 | 121 |
| Binary | 11111010 | 10100010 | 10101010 | 0 | 100011 | 100000 | 10 | 101100011 | 1011010 | 1010001 |
Color Harmonies of #FAA2AA
Complementary color
Monochromatic Colors of #FAA2AA
Black with #FAA2AA
Text Example
Text Example
White with #FAA2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA2AA; }
p { color: rgb(250,162,170); }
H1.HeaderClassName
{
color: #FAA2AA;
}
.AnyTagClassName
{
color: #FAA2AA;
}
</style>
background-color css
<style>
a { background-color: #FAA2AA; }
a { background-color: rgb(250,162,170); }
div.DivClassName
{
background-color: #FAA2AA;
}
.BgClassName
{
background-color: #FAA2AA;
}
</style>
border-color css
<style>
span { border-color: #FAA2AA; }
span { border-color: rgb(250,162,170); }
td.TdClassName
{
border-color: #FAA2AA;
}
.TagClassName
{
border-color: #FAA2AA;
}
</style>