This document introduces a new skin color-based algorithm for face detection that combines three different color models: RGB, YCbCr, and HSI. Face detection is the first step in face recognition systems and is challenging due to variations in images like lighting, size, and pose. Existing face detection methods have limitations, but skin color is a useful feature since it is unique and can separate the face from the background. The proposed algorithm aims to more effectively localize faces by classifying skin color pixels in the YCbCr color space. It provides equations for detecting skin pixels in the RGB and YCbCr color spaces and discusses advantages and limitations of different color models for skin color classification and face detection.