Shades of Illusion #FAA5AB
Tints of Illusion #FAA5AB
RGB
CMYK
RGB Variations
Color information
#FAA5AB (or 0xFAA5AB) is known color: Illusion. HEX triplet: FA, A5 and AB. RGB value is (250,165,171). Sum of RGB (Red+Green+Blue) = 250+165+171=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 165 (64.84% from 255 or 28.16% from 586); Blue value is 171 (67.19% from 255 or 29.18% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA5AB is #055A54. Grayscale: #BFBFBF. Windows color (decimal): -350805 or 11249146. OLE color: 11249146.
HSL color Cylindrical-coordinate representation of color #FAA5AB: hue angle of 355.76º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA5AB is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 171 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.02 |
| HSL | 355.76º | 0.89% | 0.81% | - |
| HSV(B) | 355.76º | 0.34% | 0.98% | - |
| XYZ | 60.23 | 50.17 | 45.04 | - |
| YUV | 191.1 | 116.66 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 171 | 0 | 0.34 | 0.32 | 0.02 | 355.76 | 0.89 | 0.81 |
| Hex | FA | A5 | AB | 0 | 22 | 20 | 2 | 164 | 59 | 51 |
| Octal | 372 | 245 | 253 | 0 | 42 | 40 | 2 | 544 | 131 | 121 |
| Binary | 11111010 | 10100101 | 10101011 | 0 | 100010 | 100000 | 10 | 101100100 | 1011001 | 1010001 |
Color Harmonies of #FAA5AB
Complementary color
Monochromatic Colors of #FAA5AB
Black with #FAA5AB
Text Example
Text Example
White with #FAA5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA5AB; }
p { color: rgb(250,165,171); }
H1.HeaderClassName
{
color: #FAA5AB;
}
.AnyTagClassName
{
color: #FAA5AB;
}
</style>
background-color css
<style>
a { background-color: #FAA5AB; }
a { background-color: rgb(250,165,171); }
div.DivClassName
{
background-color: #FAA5AB;
}
.BgClassName
{
background-color: #FAA5AB;
}
</style>
border-color css
<style>
span { border-color: #FAA5AB; }
span { border-color: rgb(250,165,171); }
td.TdClassName
{
border-color: #FAA5AB;
}
.TagClassName
{
border-color: #FAA5AB;
}
</style>