Color: #FEF19F

#FEF19F Color Information

#FEF19F is a light color. The closest websafe version is #FEF19F. A complement of this color would be #9FACFE, perceived brightness is 0.92, and the grayscale version is #CFCFCF.

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

In a RGB color space, #FEF19F is composed of 100% red, 95% green and 62% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 5% magenta, 37% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 87.21, x: 0.4023, and y: 0.4276.

Color Code #FEF19F

#FEF19Frgb(254, 241, 159)
HEX
#FEF19F
RGB
rgb(254, 241, 159)
HSL
hsl(52, 98%, 81%)
HSV
hsv(52, 37%, 100%)
CMYK
0%, 5%, 37%, 0%
XYZ
X: 82.05, Y: 87.21, Z: 34.68
Lab
L: 94.83, a: -3.90, b: 41.27
Name

Shades of Color #FEF19F

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

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

#FEF19Frgb(254, 241, 159)

About #FEF19F Color Code

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

  • HEX: #FEF19F
  • RGB: rgb(254, 241, 159)
  • HSL: hsl(52, 98%, 81%)
  • HSV: hsv(52, 37%, 100%)
  • CMYK: 0.00% cyan, 5.00% magenta, 37.00% yellow, 0.00% black
  • XYZ: 82.05, 87.21, 34.68
  • Yxy: 87.21, 0.4023, 0.4276
  • Hunter Lab: 94.83, -3.90, 41.27
  • CIE-Lab: 94.83, -3.90, 41.27

In the XYZ color space, this color is represented as X: 82.05, Y: 87.21, Z: 34.68. The Yxy representation further refines this as Y: 87.21, x: 0.4023, and y: 0.4276.

In the Hunter Lab color space, this color is represented as L: 94.83, a: -3.90, and b: 41.27. Similarly, in the CIE-Lab color space, it is represented as L: 94.83, a: -3.90, and b: 41.27.

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

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

Analogous Colors of #FEF19F

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

Split Complementary Colors of #FEF19F

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

Tetradic Colors of #FEF19F

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

Monochromatic Colors of #FEF19F

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

Complementary Color of #FEF19F

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

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

HTML Examples of #FEF19F

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

Related Colors of #FEF19F

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