Shades of Illusion #FAA5AE
Tints of Illusion #FAA5AE
RGB
CMYK
RGB Variations
Color information
#FAA5AE (or 0xFAA5AE) is known color: Illusion. HEX triplet: FA, A5 and AE. RGB value is (250,165,174). Sum of RGB (Red+Green+Blue) = 250+165+174=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 165 (64.84% from 255 or 28.01% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA5AE is #055A51. Grayscale: #BFBFBF. Windows color (decimal): -350802 or 11445754. OLE color: 11445754.
HSL color Cylindrical-coordinate representation of color #FAA5AE: hue angle of 353.65º 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 #FAA5AE is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 174 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.02 |
| HSL | 353.65º | 0.89% | 0.81% | - |
| HSV(B) | 353.65º | 0.34% | 0.98% | - |
| XYZ | 60.52 | 50.29 | 46.56 | - |
| YUV | 191.44 | 118.16 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 174 | 0 | 0.34 | 0.30 | 0.02 | 353.65 | 0.89 | 0.81 |
| Hex | FA | A5 | AE | 0 | 22 | 1E | 2 | 162 | 59 | 51 |
| Octal | 372 | 245 | 256 | 0 | 42 | 36 | 2 | 542 | 131 | 121 |
| Binary | 11111010 | 10100101 | 10101110 | 0 | 100010 | 11110 | 10 | 101100010 | 1011001 | 1010001 |
Color Harmonies of #FAA5AE
Complementary color
Monochromatic Colors of #FAA5AE
Black with #FAA5AE
Text Example
Text Example
White with #FAA5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA5AE; }
p { color: rgb(250,165,174); }
H1.HeaderClassName
{
color: #FAA5AE;
}
.AnyTagClassName
{
color: #FAA5AE;
}
</style>
background-color css
<style>
a { background-color: #FAA5AE; }
a { background-color: rgb(250,165,174); }
div.DivClassName
{
background-color: #FAA5AE;
}
.BgClassName
{
background-color: #FAA5AE;
}
</style>
border-color css
<style>
span { border-color: #FAA5AE; }
span { border-color: rgb(250,165,174); }
td.TdClassName
{
border-color: #FAA5AE;
}
.TagClassName
{
border-color: #FAA5AE;
}
</style>