Color #FCF9C4

HEX

#FCF9C4

RGB

(252, 249, 196)

Quick Actions

Color Values

Color Space Values
RGB
R: 252, G: 249, B: 196 (99%, 98%, 77%)
CMYK C: 0%, M: 1%, Y: 22%, K: 1%
HSL H: 57°, S: 90%, L: 88%
HSV H: 57°, S: 22%, V: 99%
CIE-LAB L: 97, a: -7.26, b: 25.87
CIE-LCH L: 97, C: 26.87, H: 105.68
Hunter-Lab L: 96.14, a: -15.38, b: 19.51
Web Safe
#ffffcc
Complementary
#c4c7fc

#FCF9C4 is a color with RGB values of 252 red, 249 green, and 196 blue (99%, 98%, 77% respectively). In the CMYK color space, it consists of 0% cyan, 1% magenta, 22% yellow, and 1% black. The color has a hue angle of 57°, 90% saturation, and 88% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #ffffcc. The complementary color is #c4c7fc, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #FCF9C4

Explore different variations of #FCF9C4 including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #FCF9C4. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #FCF9C4

Explore different color combinations and harmonies that work well with #FCF9C4.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #FCF9C4

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #FCF9C4

Text with #FCF9C4

This text has a font color of #FCF9C4.

<span style="color:#FCF9C4;">Text here</span>
.text { color: #FCF9C4; }

#FCF9C4 background color

This paragraph has a background color of #FCF9C4.

<p style="background-color:#FCF9C4;">Content here</p>
.background { background-color: #FCF9C4; }

#FCF9C4 border color

This element has a border color of #FCF9C4.
<div style="border:1px solid #FCF9C4;">Content here</div>
.border { border: 1px solid #FCF9C4; }

#FCF9C4 box shadow

This element has a box shadow using #FCF9C4.
<div style="box-shadow: 0 4px 6px -1px #FCF9C480">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #FCF9C480; }
Copied to clipboard!