Color: #FEFEC2

#FEFEC2 Color Information

#FEFEC2 is a light color. The closest websafe version is #FEFEC2. A complement of this color would be #C3C3FE, perceived brightness is 0.97, and the grayscale version is #E0E0E0.

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

In a RGB color space, #FEFEC2 is composed of 100% red, 100% green and 76% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 0% magenta, 24% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 96.37, x: 0.3791, and y: 0.4101.

Color Code #FEFEC2

#FEFEC2rgb(254, 254, 194)
HEX
#FEFEC2
RGB
rgb(254, 254, 194)
HSL
hsl(60, 97%, 88%)
HSV
hsv(60, 24%, 100%)
CMYK
0%, 0%, 24%, 0%
XYZ
X: 89.10, Y: 96.37, Z: 49.53
Lab
L: 98.58, a: -6.87, b: 28.84
Name

Shades of Color #FEFEC2

Shades are created by darkening the original color #FEFEC2 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 #FEFEC2

Tints are created by lightening the original color #FEFEC2 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.

#FEFEC2rgb(254, 254, 194)

About #FEFEC2 Color Code

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

  • HEX: #FEFEC2
  • RGB: rgb(254, 254, 194)
  • HSL: hsl(60, 97%, 88%)
  • HSV: hsv(60, 24%, 100%)
  • CMYK: 0.00% cyan, 0.00% magenta, 24.00% yellow, 0.00% black
  • XYZ: 89.10, 96.37, 49.53
  • Yxy: 96.37, 0.3791, 0.4101
  • Hunter Lab: 98.58, -6.87, 28.84
  • CIE-Lab: 98.58, -6.87, 28.84

In the XYZ color space, this color is represented as X: 89.10, Y: 96.37, Z: 49.53. The Yxy representation further refines this as Y: 96.37, x: 0.3791, and y: 0.4101.

In the Hunter Lab color space, this color is represented as L: 98.58, a: -6.87, and b: 28.84. Similarly, in the CIE-Lab color space, it is represented as L: 98.58, a: -6.87, and b: 28.84.

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

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

Analogous Colors of #FEFEC2

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

Split Complementary Colors of #FEFEC2

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

Tetradic Colors of #FEFEC2

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

Monochromatic Colors of #FEFEC2

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

Complementary Color of #FEFEC2

The complementary color of #FEFEC2 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 #FEFEC2

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

HTML Examples of #FEFEC2

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

Related Colors of #FEFEC2

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