Color: #F3EDFD

#F3EDFD Color Information

#F3EDFD is a light color. The closest websafe version is #F3EDFD. A complement of this color would be #F7FDED, perceived brightness is 0.94, and the grayscale version is #F5F5F5.

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

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

In the Yxy color space, this color is represented as Y: 86.61, x: 0.3403, and y: 0.3437.

Color Code #F3EDFD

#F3EDFDrgb(243, 237, 253)
HEX
#F3EDFD
RGB
rgb(243, 237, 253)
HSL
hsl(263, 80%, 96%)
HSV
hsv(263, 6%, 99%)
CMYK
4%, 6%, 0%, 1%
XYZ
X: 85.75, Y: 86.61, Z: 79.62
Lab
L: 94.57, a: 4.22, b: -6.99
Name

Shades of Color #F3EDFD

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

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

#F3EDFDrgb(243, 237, 253)

About #F3EDFD Color Code

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

  • HEX: #F3EDFD
  • RGB: rgb(243, 237, 253)
  • HSL: hsl(263, 80%, 96%)
  • HSV: hsv(263, 6%, 99%)
  • CMYK: 4.00% cyan, 6.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 85.75, 86.61, 79.62
  • Yxy: 86.61, 0.3403, 0.3437
  • Hunter Lab: 94.57, 4.22, -6.99
  • CIE-Lab: 94.57, 4.22, -6.99

In the XYZ color space, this color is represented as X: 85.75, Y: 86.61, Z: 79.62. The Yxy representation further refines this as Y: 86.61, x: 0.3403, and y: 0.3437.

In the Hunter Lab color space, this color is represented as L: 94.57, a: 4.22, and b: -6.99. Similarly, in the CIE-Lab color space, it is represented as L: 94.57, a: 4.22, and b: -6.99.

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

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

Analogous Colors of #F3EDFD

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

Split Complementary Colors of #F3EDFD

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

Tetradic Colors of #F3EDFD

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

Monochromatic Colors of #F3EDFD

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

Complementary Color of #F3EDFD

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

/* Using HEX */
body {
  background-color: #f3edfd;
}
/* Using RGB */
body {
  background-color: rgb(243, 237, 253);
}
/* Using RGB with opacity */
body {
  background-color: rgba(243, 237, 253, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(263, 80%, 96%);
}
/* Text color */
p {
  color: #f3edfd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f3edfd;
}
/* Border color */
.box {
  border: 4px solid #f3edfd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #f3edfd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #f3edfd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#F3EDFD
On Black Background
#F3EDFD
On White Background
#F3EDFD

HTML Examples of #F3EDFD

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

Related Colors of #F3EDFD

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