Color: #FEFD94

#FEFD94 Color Information

#FEFD94 is a light color. The closest websafe version is #FEFD94. A complement of this color would be #9597FE, perceived brightness is 0.95, and the grayscale version is #C9C9C9.

In the HSL color space, this color has a hue angle of 59°,a saturation of 98%, and a lightness of 79%.The HSV representation shows a hue of 59°, a saturation of 42%, and a value of 100%.

In a RGB color space, #FEFD94 is composed of 100% red, 99% green and 58% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 0% magenta, 42% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 94.26, x: 0.4030, and y: 0.4454.

Color Code #FEFD94

#FEFD94rgb(254, 253, 148)
HEX
#FEFD94
RGB
rgb(254, 253, 148)
HSL
hsl(59, 98%, 79%)
HSV
hsv(59, 42%, 100%)
CMYK
0%, 0%, 42%, 0%
XYZ
X: 85.28, Y: 94.26, Z: 32.07
Lab
L: 97.74, a: -10.30, b: 50.15
Name

Shades of Color #FEFD94

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

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

#FEFD94rgb(254, 253, 148)

About #FEFD94 Color Code

In the HSL color space, this color has a hue angle of 59°, a saturation of 98%, and a lightness of 79%. The HSV representation shows a hue of 59°, a saturation of 42%, and a value of 100%.

  • HEX: #FEFD94
  • RGB: rgb(254, 253, 148)
  • HSL: hsl(59, 98%, 79%)
  • HSV: hsv(59, 42%, 100%)
  • CMYK: 0.00% cyan, 0.00% magenta, 42.00% yellow, 0.00% black
  • XYZ: 85.28, 94.26, 32.07
  • Yxy: 94.26, 0.4030, 0.4454
  • Hunter Lab: 97.74, -10.30, 50.15
  • CIE-Lab: 97.74, -10.30, 50.15

In the XYZ color space, this color is represented as X: 85.28, Y: 94.26, Z: 32.07. The Yxy representation further refines this as Y: 94.26, x: 0.4030, and y: 0.4454.

In the Hunter Lab color space, this color is represented as L: 97.74, a: -10.30, and b: 50.15. Similarly, in the CIE-Lab color space, it is represented as L: 97.74, a: -10.30, and b: 50.15.

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

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

Analogous Colors of #FEFD94

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

Split Complementary Colors of #FEFD94

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

Tetradic Colors of #FEFD94

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

Monochromatic Colors of #FEFD94

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

Complementary Color of #FEFD94

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

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

HTML Examples of #FEFD94

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

Related Colors of #FEFD94

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