Color: #F3DEEF

#F3DEEF Color Information

#F3DEEF is a light color. The closest websafe version is #F3DEEF. A complement of this color would be #DDF3E1, perceived brightness is 0.90, and the grayscale version is #E8E8E8.

In the HSL color space, this color has a hue angle of 311°,a saturation of 47%, and a lightness of 91%.The HSV representation shows a hue of 311°, a saturation of 9%, and a value of 95%.

In a RGB color space, #F3DEEF is composed of 95% red, 87% green and 94% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 9% magenta, 2% yellow and 5% black.

In the Yxy color space, this color is represented as Y: 77.54, x: 0.3503, and y: 0.3415.

Color Code #F3DEEF

#F3DEEFrgb(243, 222, 239)
HEX
#F3DEEF
RGB
rgb(243, 222, 239)
HSL
hsl(311, 47%, 91%)
HSV
hsv(311, 9%, 95%)
CMYK
0%, 9%, 2%, 5%
XYZ
X: 79.56, Y: 77.54, Z: 69.99
Lab
L: 90.57, a: 9.62, b: -5.57
Name

Shades of Color #F3DEEF

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

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

#F3DEEFrgb(243, 222, 239)

About #F3DEEF Color Code

In the HSL color space, this color has a hue angle of 311°, a saturation of 47%, and a lightness of 91%. The HSV representation shows a hue of 311°, a saturation of 9%, and a value of 95%.

  • HEX: #F3DEEF
  • RGB: rgb(243, 222, 239)
  • HSL: hsl(311, 47%, 91%)
  • HSV: hsv(311, 9%, 95%)
  • CMYK: 0.00% cyan, 9.00% magenta, 2.00% yellow, 5.00% black
  • XYZ: 79.56, 77.54, 69.99
  • Yxy: 77.54, 0.3503, 0.3415
  • Hunter Lab: 90.57, 9.62, -5.57
  • CIE-Lab: 90.57, 9.62, -5.57

In the XYZ color space, this color is represented as X: 79.56, Y: 77.54, Z: 69.99. The Yxy representation further refines this as Y: 77.54, x: 0.3503, and y: 0.3415.

In the Hunter Lab color space, this color is represented as L: 90.57, a: 9.62, and b: -5.57. Similarly, in the CIE-Lab color space, it is represented as L: 90.57, a: 9.62, and b: -5.57.

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

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

Analogous Colors of #F3DEEF

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

Monochromatic Colors of #F3DEEF

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

Complementary Color of #F3DEEF

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

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

HTML Examples of #F3DEEF

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

Related Colors of #F3DEEF

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