This document proposes a machine learning approach to detect face spoofing using color features. It extracts local texture features from face images converted to different color spaces like RGB, HSV, and YCbCr. These features along with distortion features are used to train an SVM classifier to detect genuine faces and spoofed faces like photos and videos. Prior work on face spoofing detection mainly focused on intensity and avoided chroma components, but the chroma components in color spaces are effective for distinguishing real and fake faces. The proposed approach extracts color-based texture features to help identify spoofed faces.