Color: #F5FFDE

#F5FFDE Color Information

#F5FFDE is a light color. The closest websafe version is #F5FFDE. A complement of this color would be #EAE0FF, perceived brightness is 0.97, and the grayscale version is #EFEFEF.

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

In a RGB color space, #F5FFDE is composed of 96% red, 100% green and 87% blue. Whereas in a CMYK color space, it is composed of 4% cyan, 0% magenta, 13% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 96.43, x: 0.3575, and y: 0.3883.

Color Code #F5FFDE

#F5FFDErgb(245, 255, 222)
HEX
#F5FFDE
RGB
rgb(245, 255, 222)
HSL
hsl(78, 100%, 94%)
HSV
hsv(78, 13%, 100%)
CMYK
4%, 0%, 13%, 0%
XYZ
X: 88.78, Y: 96.43, Z: 63.15
Lab
L: 98.60, a: -7.56, b: 14.66
Name

Shades of Color #F5FFDE

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

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

#F5FFDErgb(245, 255, 222)

About #F5FFDE Color Code

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

  • HEX: #F5FFDE
  • RGB: rgb(245, 255, 222)
  • HSL: hsl(78, 100%, 94%)
  • HSV: hsv(78, 13%, 100%)
  • CMYK: 4.00% cyan, 0.00% magenta, 13.00% yellow, 0.00% black
  • XYZ: 88.78, 96.43, 63.15
  • Yxy: 96.43, 0.3575, 0.3883
  • Hunter Lab: 98.60, -7.56, 14.66
  • CIE-Lab: 98.60, -7.56, 14.66

In the XYZ color space, this color is represented as X: 88.78, Y: 96.43, Z: 63.15. The Yxy representation further refines this as Y: 96.43, x: 0.3575, and y: 0.3883.

In the Hunter Lab color space, this color is represented as L: 98.60, a: -7.56, and b: 14.66. Similarly, in the CIE-Lab color space, it is represented as L: 98.60, a: -7.56, and b: 14.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 #F5FFDE

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

Analogous Colors of #F5FFDE

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

Split Complementary Colors of #F5FFDE

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

Tetradic Colors of #F5FFDE

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

Monochromatic Colors of #F5FFDE

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

Complementary Color of #F5FFDE

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

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

HTML Examples of #F5FFDE

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

Related Colors of #F5FFDE

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