Color: #FDFAEF

#FDFAEF Color Information

#FDFAEF is a light color. The closest websafe version is #FDFAEF. A complement of this color would be #EDF0FD, perceived brightness is 0.98, and the grayscale version is #F6F6F6.

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

In a RGB color space, #FDFAEF is composed of 99% red, 98% green and 94% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 1% magenta, 6% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 95.62, x: 0.3539, and y: 0.3679.

Color Code #FDFAEF

HEX
#FDFAEF
RGB
rgb(253, 250, 239)
HSL
hsl(47, 78%, 96%)
HSV
hsv(47, 6%, 99%)
CMYK
0%, 1%, 6%, 1%
XYZ
X: 91.99, Y: 95.62, Z: 72.30
Lab
L: 98.28, a: -0.36, b: 5.66
Name

Shades of Color #FDFAEF

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

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

About #FDFAEF Color Code

In the HSL color space, this color has a hue angle of 47°, a saturation of 78%, and a lightness of 96%. The HSV representation shows a hue of 47°, a saturation of 6%, and a value of 99%.

  • HEX: #FDFAEF
  • RGB: rgb(253, 250, 239)
  • HSL: hsl(47, 78%, 96%)
  • HSV: hsv(47, 6%, 99%)
  • CMYK: 0.00% cyan, 100.00% magenta, 6.00% yellow, 100.00% black
  • XYZ: 91.99, 95.62, 72.30
  • Yxy: 95.62, 0.3539, 0.3679
  • Hunter Lab: 98.28, -0.36, 5.66
  • CIE-Lab: 98.28, -0.36, 5.66

In the XYZ color space, this color is represented as X: 91.99, Y: 95.62, Z: 72.30. The Yxy representation further refines this as Y: 95.62, x: 0.3539, and y: 0.3679.

In the Hunter Lab color space, this color is represented as L: 98.28, a: -0.36, and b: 5.66. Similarly, in the CIE-Lab color space, it is represented as L: 98.28, a: -0.36, and b: 5.66.

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

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

Analogous Colors of #FDFAEF

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

Monochromatic Colors of #FDFAEF

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

Complementary Color of #FDFAEF

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

/* Using HEX */
body {
  background-color: #fdfaef;
}
/* Using RGB */
body {
  background-color: rgb(253, 250, 239);
}
/* Using RGB with opacity */
body {
  background-color: rgba(253, 250, 239, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(47, 78%, 96%);
}
/* Text color */
p {
  color: #fdfaef;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fdfaef;
}

HTML Examples of #FDFAEF

<!-- Using HEX -->
<div style="background-color: #fdfaef; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(253, 250, 239); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(253, 250, 239, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(47, 78%, 96%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #fdfaef;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #fdfaef; width: 100px; height: 100px;"></div>

Related Colors of #FDFAEF

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