Shades of Illusion #FAA3AD
Tints of Illusion #FAA3AD
RGB
CMYK
RGB Variations
Color information
#FAA3AD (or 0xFAA3AD) is known color: Illusion. HEX triplet: FA, A3 and AD. RGB value is (250,163,173). Sum of RGB (Red+Green+Blue) = 250+163+173=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 163 (64.06% from 255 or 27.82% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA3AD is #055C52. Grayscale: #BEBEBE. Windows color (decimal): -351315 or 11379706. OLE color: 11379706.
HSL color Cylindrical-coordinate representation of color #FAA3AD: hue angle of 353.1º 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 #FAA3AD is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 173 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.02 |
| HSL | 353.1º | 0.9% | 0.81% | - |
| HSV(B) | 353.1º | 0.35% | 0.98% | - |
| XYZ | 60.06 | 49.54 | 45.93 | - |
| YUV | 190.15 | 118.32 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 173 | 0 | 0.35 | 0.31 | 0.02 | 353.1 | 0.9 | 0.81 |
| Hex | FA | A3 | AD | 0 | 23 | 1F | 2 | 161 | 5A | 51 |
| Octal | 372 | 243 | 255 | 0 | 43 | 37 | 2 | 541 | 132 | 121 |
| Binary | 11111010 | 10100011 | 10101101 | 0 | 100011 | 11111 | 10 | 101100001 | 1011010 | 1010001 |
Color Harmonies of #FAA3AD
Complementary color
Monochromatic Colors of #FAA3AD
Black with #FAA3AD
Text Example
Text Example
White with #FAA3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA3AD; }
p { color: rgb(250,163,173); }
H1.HeaderClassName
{
color: #FAA3AD;
}
.AnyTagClassName
{
color: #FAA3AD;
}
</style>
background-color css
<style>
a { background-color: #FAA3AD; }
a { background-color: rgb(250,163,173); }
div.DivClassName
{
background-color: #FAA3AD;
}
.BgClassName
{
background-color: #FAA3AD;
}
</style>
border-color css
<style>
span { border-color: #FAA3AD; }
span { border-color: rgb(250,163,173); }
td.TdClassName
{
border-color: #FAA3AD;
}
.TagClassName
{
border-color: #FAA3AD;
}
</style>