Color: #FECCC4

#FECCC4 Color Information

#FECCC4 is a light color. The closest websafe version is #FECCC4. A complement of this color would be #C3F6FE, perceived brightness is 0.86, and the grayscale version is #E1E1E1.

In the HSL color space, this color has a hue angle of 8°,a saturation of 97%, and a lightness of 88%.The HSV representation shows a hue of 8°, a saturation of 23%, and a value of 100%.

In a RGB color space, #FECCC4 is composed of 100% red, 80% green and 77% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 20% magenta, 23% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 68.69, x: 0.3920, and y: 0.3620.

Color Code #FECCC4

#FECCC4rgb(254, 204, 196)
HEX
#FECCC4
RGB
rgb(254, 204, 196)
HSL
hsl(8, 97%, 88%)
HSV
hsv(8, 23%, 100%)
CMYK
0%, 20%, 23%, 0%
XYZ
X: 74.37, Y: 68.69, Z: 46.67
Lab
L: 86.35, a: 17.38, b: 11.07
Name

Shades of Color #FECCC4

Shades are created by darkening the original color #FECCC4 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #FECCC4

Tints are created by lightening the original color #FECCC4 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#FECCC4rgb(254, 204, 196)

About #FECCC4 Color Code

In the HSL color space, this color has a hue angle of 8°, a saturation of 97%, and a lightness of 88%. The HSV representation shows a hue of 8°, a saturation of 23%, and a value of 100%.

  • HEX: #FECCC4
  • RGB: rgb(254, 204, 196)
  • HSL: hsl(8, 97%, 88%)
  • HSV: hsv(8, 23%, 100%)
  • CMYK: 0.00% cyan, 20.00% magenta, 23.00% yellow, 0.00% black
  • XYZ: 74.37, 68.69, 46.67
  • Yxy: 68.69, 0.3920, 0.3620
  • Hunter Lab: 86.35, 17.38, 11.07
  • CIE-Lab: 86.35, 17.38, 11.07

In the XYZ color space, this color is represented as X: 74.37, Y: 68.69, Z: 46.67. The Yxy representation further refines this as Y: 68.69, x: 0.3920, and y: 0.3620.

In the Hunter Lab color space, this color is represented as L: 86.35, a: 17.38, and b: 11.07. Similarly, in the CIE-Lab color space, it is represented as L: 86.35, a: 17.38, and b: 11.07.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #FECCC4

Triadic colors are three colors evenly spaced around the color wheel, including #FECCC4. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #FECCC4

Analogous colors are adjacent to #FECCC4 on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #FECCC4

Split complementary colors are two colors adjacent to the complementary color of #FECCC4. They create a balanced and visually appealing color scheme.

Tetradic Colors of #FECCC4

Tetradic colors form a rectangle on the color wheel, including #FECCC4. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #FECCC4

Monochromatic colors are variations of #FECCC4, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #FECCC4

The complementary color of #FECCC4 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #FECCC4

/* Using HEX */
body {
  background-color: #feccc4;
}
/* Using RGB */
body {
  background-color: rgb(254, 204, 196);
}
/* Using RGB with opacity */
body {
  background-color: rgba(254, 204, 196, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(8, 97%, 88%);
}
/* Text color */
p {
  color: #feccc4;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #feccc4;
}
/* Border color */
.box {
  border: 4px solid #feccc4;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #feccc4;
}
Text Shadow Preview
/* Background with text */
div {
  background: #feccc4;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FECCC4
On Black Background
#FECCC4
On White Background
#FECCC4

HTML Examples of #FECCC4

<!-- Using HEX -->
<div style="background-color: #feccc4; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(254, 204, 196); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(254, 204, 196, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(8, 97%, 88%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #feccc4;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #feccc4; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #feccc4; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #feccc4;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #feccc4; color: #fff; padding: 16px; border-radius: 8px;">
  #FECCC4
</div>
#FECCC4
On Black Background
#FECCC4
On White Background
#FECCC4

Related Colors of #FECCC4

These colors are similar to #FECCC4, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.