PDF is not showing same color as calendar view when exported

Hi,
PDF is not showing same color as calendar view when exported.
I have used

<input type="button" class="btn btn-primary pull-right" value="Export to PDF" title="Export to PDF"  style="cursor: pointer;margin-right:12px" onclick="scheduler.toPDF('/Generate.ashx','fullcolor')" />

In the calendar page, it is showing


and when exported it shows


When we use scheduler.toPDF(‘/Generate.ashx’,‘fullcolor’) it needs to show the same color as the calendar view. But why it is not showing white color text in the pdf?

Thanks in advance.