Color #FECAB4

HEX

#FECAB4

RGB

(254, 202, 180)

Quick Actions

Color Values

Color Space Values
RGB
R: 254, G: 202, B: 180 (100%, 79%, 71%)
CMYK C: 0%, M: 20%, Y: 29%, K: 0%
HSL H: 18°, S: 97%, L: 85%
HSV H: 18°, S: 29%, V: 100%
CIE-LAB L: 85.31, a: 15.36, b: 18.01
CIE-LCH L: 85.31, C: 23.67, H: 49.54
Hunter-Lab L: 81.61, a: 7.76, b: 12.25
Web Safe
#ffcccc
Complementary
#b4e8fe

#FECAB4 is a color with RGB values of 254 red, 202 green, and 180 blue (100%, 79%, 71% respectively). In the CMYK color space, it consists of 0% cyan, 20% magenta, 29% yellow, and 0% black. The color has a hue angle of 18°, 97% saturation, and 85% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #ffcccc. The complementary color is #b4e8fe, 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 #FECAB4

Explore different variations of #FECAB4 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 #FECAB4. 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 #FECAB4

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

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #FECAB4

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 #FECAB4

Text with #FECAB4

This text has a font color of #FECAB4.

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

#FECAB4 background color

This paragraph has a background color of #FECAB4.

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

#FECAB4 border color

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

#FECAB4 box shadow

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