Color: #FFFED3

#FFFED3 Color Information

#FFFED3 is a light color. The closest websafe version is #FFFED3. A complement of this color would be #D1D2FF, perceived brightness is 0.98, and the grayscale version is #E9E9E9.

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

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

In the Yxy color space, this color is represented as Y: 97.25, x: 0.3705, and y: 0.3955.

Color Code #FFFED3

#FFFED3rgb(255, 254, 211)
HEX
#FFFED3
RGB
rgb(255, 254, 211)
HSL
hsl(59, 100%, 91%)
HSV
hsv(59, 17%, 100%)
CMYK
0%, 0%, 17%, 0%
XYZ
X: 91.09, Y: 97.25, Z: 57.54
Lab
L: 98.93, a: -4.76, b: 20.80
Name

Shades of Color #FFFED3

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

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

#FFFED3rgb(255, 254, 211)

About #FFFED3 Color Code

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

  • HEX: #FFFED3
  • RGB: rgb(255, 254, 211)
  • HSL: hsl(59, 100%, 91%)
  • HSV: hsv(59, 17%, 100%)
  • CMYK: 0.00% cyan, 0.00% magenta, 17.00% yellow, 0.00% black
  • XYZ: 91.09, 97.25, 57.54
  • Yxy: 97.25, 0.3705, 0.3955
  • Hunter Lab: 98.93, -4.76, 20.80
  • CIE-Lab: 98.93, -4.76, 20.80

In the XYZ color space, this color is represented as X: 91.09, Y: 97.25, Z: 57.54. The Yxy representation further refines this as Y: 97.25, x: 0.3705, and y: 0.3955.

In the Hunter Lab color space, this color is represented as L: 98.93, a: -4.76, and b: 20.80. Similarly, in the CIE-Lab color space, it is represented as L: 98.93, a: -4.76, and b: 20.80.

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

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

Analogous Colors of #FFFED3

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

Split Complementary Colors of #FFFED3

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

Tetradic Colors of #FFFED3

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

Monochromatic Colors of #FFFED3

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

Complementary Color of #FFFED3

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

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

HTML Examples of #FFFED3

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

Related Colors of #FFFED3

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