Shades of Illusion #FAA6AD
Tints of Illusion #FAA6AD
RGB
CMYK
RGB Variations
Color information
#FAA6AD (or 0xFAA6AD) is known color: Illusion. HEX triplet: FA, A6 and AD. RGB value is (250,166,173). Sum of RGB (Red+Green+Blue) = 250+166+173=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 166 (65.23% from 255 or 28.18% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA6AD is #055952. Grayscale: #BFBFBF. Windows color (decimal): -350547 or 11380474. OLE color: 11380474.
HSL color Cylindrical-coordinate representation of color #FAA6AD: hue angle of 355º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA6AD is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 173 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.02 |
| HSL | 355º | 0.89% | 0.82% | - |
| HSV(B) | 355º | 0.34% | 0.98% | - |
| XYZ | 60.6 | 50.61 | 46.11 | - |
| YUV | 191.91 | 117.33 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 173 | 0 | 0.34 | 0.31 | 0.02 | 355 | 0.89 | 0.82 |
| Hex | FA | A6 | AD | 0 | 22 | 1F | 2 | 163 | 59 | 52 |
| Octal | 372 | 246 | 255 | 0 | 42 | 37 | 2 | 543 | 131 | 122 |
| Binary | 11111010 | 10100110 | 10101101 | 0 | 100010 | 11111 | 10 | 101100011 | 1011001 | 1010010 |
Color Harmonies of #FAA6AD
Complementary color
Monochromatic Colors of #FAA6AD
Black with #FAA6AD
Text Example
Text Example
White with #FAA6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA6AD; }
p { color: rgb(250,166,173); }
H1.HeaderClassName
{
color: #FAA6AD;
}
.AnyTagClassName
{
color: #FAA6AD;
}
</style>
background-color css
<style>
a { background-color: #FAA6AD; }
a { background-color: rgb(250,166,173); }
div.DivClassName
{
background-color: #FAA6AD;
}
.BgClassName
{
background-color: #FAA6AD;
}
</style>
border-color css
<style>
span { border-color: #FAA6AD; }
span { border-color: rgb(250,166,173); }
td.TdClassName
{
border-color: #FAA6AD;
}
.TagClassName
{
border-color: #FAA6AD;
}
</style>