Shades of Illusion #FAA2AD
Tints of Illusion #FAA2AD
RGB
CMYK
RGB Variations
Color information
#FAA2AD (or 0xFAA2AD) is known color: Illusion. HEX triplet: FA, A2 and AD. RGB value is (250,162,173). Sum of RGB (Red+Green+Blue) = 250+162+173=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 162 (63.67% from 255 or 27.69% from 585); Blue value is 173 (67.97% from 255 or 29.57% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA2AD is #055D52. Grayscale: #BDBDBD. Windows color (decimal): -351571 or 11379450. OLE color: 11379450.
HSL color Cylindrical-coordinate representation of color #FAA2AD: hue angle of 352.5º 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 #FAA2AD is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 173 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.02 |
| HSL | 352.5º | 0.9% | 0.81% | - |
| HSV(B) | 352.5º | 0.35% | 0.98% | - |
| XYZ | 59.89 | 49.18 | 45.87 | - |
| YUV | 189.57 | 118.65 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 173 | 0 | 0.35 | 0.31 | 0.02 | 352.5 | 0.9 | 0.81 |
| Hex | FA | A2 | AD | 0 | 23 | 1F | 2 | 160 | 5A | 51 |
| Octal | 372 | 242 | 255 | 0 | 43 | 37 | 2 | 540 | 132 | 121 |
| Binary | 11111010 | 10100010 | 10101101 | 0 | 100011 | 11111 | 10 | 101100000 | 1011010 | 1010001 |
Color Harmonies of #FAA2AD
Complementary color
Monochromatic Colors of #FAA2AD
Black with #FAA2AD
Text Example
Text Example
White with #FAA2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA2AD; }
p { color: rgb(250,162,173); }
H1.HeaderClassName
{
color: #FAA2AD;
}
.AnyTagClassName
{
color: #FAA2AD;
}
</style>
background-color css
<style>
a { background-color: #FAA2AD; }
a { background-color: rgb(250,162,173); }
div.DivClassName
{
background-color: #FAA2AD;
}
.BgClassName
{
background-color: #FAA2AD;
}
</style>
border-color css
<style>
span { border-color: #FAA2AD; }
span { border-color: rgb(250,162,173); }
td.TdClassName
{
border-color: #FAA2AD;
}
.TagClassName
{
border-color: #FAA2AD;
}
</style>