Shades of Illusion #FAA4AA
Tints of Illusion #FAA4AA
RGB
CMYK
RGB Variations
Color information
#FAA4AA (or 0xFAA4AA) is known color: Illusion. HEX triplet: FA, A4 and AA. RGB value is (250,164,170). Sum of RGB (Red+Green+Blue) = 250+164+170=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 164 (64.45% from 255 or 28.08% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA4AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA4AA is #055B55. Grayscale: #BEBEBE. Windows color (decimal): -351062 or 11183354. OLE color: 11183354.
HSL color Cylindrical-coordinate representation of color #FAA4AA: hue angle of 355.81º 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 #FAA4AA is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 170 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.02 |
| HSL | 355.81º | 0.9% | 0.81% | - |
| HSV(B) | 355.81º | 0.34% | 0.98% | - |
| XYZ | 59.96 | 49.78 | 44.48 | - |
| YUV | 190.4 | 116.49 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 170 | 0 | 0.34 | 0.32 | 0.02 | 355.81 | 0.9 | 0.81 |
| Hex | FA | A4 | AA | 0 | 22 | 20 | 2 | 164 | 5A | 51 |
| Octal | 372 | 244 | 252 | 0 | 42 | 40 | 2 | 544 | 132 | 121 |
| Binary | 11111010 | 10100100 | 10101010 | 0 | 100010 | 100000 | 10 | 101100100 | 1011010 | 1010001 |
Color Harmonies of #FAA4AA
Complementary color
Monochromatic Colors of #FAA4AA
Black with #FAA4AA
Text Example
Text Example
White with #FAA4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA4AA; }
p { color: rgb(250,164,170); }
H1.HeaderClassName
{
color: #FAA4AA;
}
.AnyTagClassName
{
color: #FAA4AA;
}
</style>
background-color css
<style>
a { background-color: #FAA4AA; }
a { background-color: rgb(250,164,170); }
div.DivClassName
{
background-color: #FAA4AA;
}
.BgClassName
{
background-color: #FAA4AA;
}
</style>
border-color css
<style>
span { border-color: #FAA4AA; }
span { border-color: rgb(250,164,170); }
td.TdClassName
{
border-color: #FAA4AA;
}
.TagClassName
{
border-color: #FAA4AA;
}
</style>