Shades of Illusion #FAA2AB
Tints of Illusion #FAA2AB
RGB
CMYK
RGB Variations
Color information
#FAA2AB (or 0xFAA2AB) is known color: Illusion. HEX triplet: FA, A2 and AB. RGB value is (250,162,171). Sum of RGB (Red+Green+Blue) = 250+162+171=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 162 (63.67% from 255 or 27.79% from 583); Blue value is 171 (67.19% from 255 or 29.33% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA2AB is #055D54. Grayscale: #BDBDBD. Windows color (decimal): -351573 or 11248378. OLE color: 11248378.
HSL color Cylindrical-coordinate representation of color #FAA2AB: hue angle of 353.86º 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 #FAA2AB is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 171 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.02 |
| HSL | 353.86º | 0.9% | 0.81% | - |
| HSV(B) | 353.86º | 0.35% | 0.98% | - |
| XYZ | 59.7 | 49.1 | 44.86 | - |
| YUV | 189.34 | 117.65 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 171 | 0 | 0.35 | 0.32 | 0.02 | 353.86 | 0.9 | 0.81 |
| Hex | FA | A2 | AB | 0 | 23 | 20 | 2 | 162 | 5A | 51 |
| Octal | 372 | 242 | 253 | 0 | 43 | 40 | 2 | 542 | 132 | 121 |
| Binary | 11111010 | 10100010 | 10101011 | 0 | 100011 | 100000 | 10 | 101100010 | 1011010 | 1010001 |
Color Harmonies of #FAA2AB
Complementary color
Monochromatic Colors of #FAA2AB
Black with #FAA2AB
Text Example
Text Example
White with #FAA2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA2AB; }
p { color: rgb(250,162,171); }
H1.HeaderClassName
{
color: #FAA2AB;
}
.AnyTagClassName
{
color: #FAA2AB;
}
</style>
background-color css
<style>
a { background-color: #FAA2AB; }
a { background-color: rgb(250,162,171); }
div.DivClassName
{
background-color: #FAA2AB;
}
.BgClassName
{
background-color: #FAA2AB;
}
</style>
border-color css
<style>
span { border-color: #FAA2AB; }
span { border-color: rgb(250,162,171); }
td.TdClassName
{
border-color: #FAA2AB;
}
.TagClassName
{
border-color: #FAA2AB;
}
</style>