Shades of Illusion #FAA4AB
Tints of Illusion #FAA4AB
RGB
CMYK
RGB Variations
Color information
#FAA4AB (or 0xFAA4AB) is known color: Illusion. HEX triplet: FA, A4 and AB. RGB value is (250,164,171). Sum of RGB (Red+Green+Blue) = 250+164+171=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 164 (64.45% from 255 or 28.03% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA4AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA4AB is #055B54. Grayscale: #BEBEBE. Windows color (decimal): -351061 or 11248890. OLE color: 11248890.
HSL color Cylindrical-coordinate representation of color #FAA4AB: hue angle of 355.12º degrees, saturation: 0.9, 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 #FAA4AB is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 171 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.02 |
| HSL | 355.12º | 0.9% | 0.81% | - |
| HSV(B) | 355.12º | 0.34% | 0.98% | - |
| XYZ | 60.05 | 49.82 | 44.98 | - |
| YUV | 190.51 | 116.99 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 171 | 0 | 0.34 | 0.32 | 0.02 | 355.12 | 0.9 | 0.81 |
| Hex | FA | A4 | AB | 0 | 22 | 20 | 2 | 163 | 5A | 51 |
| Octal | 372 | 244 | 253 | 0 | 42 | 40 | 2 | 543 | 132 | 121 |
| Binary | 11111010 | 10100100 | 10101011 | 0 | 100010 | 100000 | 10 | 101100011 | 1011010 | 1010001 |
Color Harmonies of #FAA4AB
Complementary color
Monochromatic Colors of #FAA4AB
Black with #FAA4AB
Text Example
Text Example
White with #FAA4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA4AB; }
p { color: rgb(250,164,171); }
H1.HeaderClassName
{
color: #FAA4AB;
}
.AnyTagClassName
{
color: #FAA4AB;
}
</style>
background-color css
<style>
a { background-color: #FAA4AB; }
a { background-color: rgb(250,164,171); }
div.DivClassName
{
background-color: #FAA4AB;
}
.BgClassName
{
background-color: #FAA4AB;
}
</style>
border-color css
<style>
span { border-color: #FAA4AB; }
span { border-color: rgb(250,164,171); }
td.TdClassName
{
border-color: #FAA4AB;
}
.TagClassName
{
border-color: #FAA4AB;
}
</style>