\documentclass{article}
\usepackage{xcolor}
% 定义颜色,将#FCF9EA转换为LaTeX的颜色定义
\definecolor{mycolor}{HTML}{FCF9EA}
% 设置页面颜色
\pagecolor{mycolor}
\begin{document}
This is a test page with the background color set to \# FCF9EA.
\end{document}
效果为: