Color: #F3EEBE

#F3EEBE Color Information

#F3EEBE is a light color. The closest websafe version is #F3EEBE. A complement of this color would be #BEC4F3, perceived brightness is 0.92, and the grayscale version is #D8D8D8.

In the HSL color space, this color has a hue angle of 54°,a saturation of 69%, and a lightness of 85%.The HSV representation shows a hue of 54°, a saturation of 22%, and a value of 95%.

In a RGB color space, #F3EEBE is composed of 95% red, 93% green and 75% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 2% magenta, 22% yellow and 5% black.

In the Yxy color space, this color is represented as Y: 84.36, x: 0.3778, and y: 0.4016.

Color Code #F3EEBE

#F3EEBErgb(243, 238, 190)
HEX
#F3EEBE
RGB
rgb(243, 238, 190)
HSL
hsl(54, 69%, 85%)
HSV
hsv(54, 22%, 95%)
CMYK
0%, 2%, 22%, 5%
XYZ
X: 79.37, Y: 84.36, Z: 46.33
Lab
L: 93.61, a: -3.83, b: 23.99
Name

Shades of Color #F3EEBE

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

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

#F3EEBErgb(243, 238, 190)

About #F3EEBE Color Code

In the HSL color space, this color has a hue angle of 54°, a saturation of 69%, and a lightness of 85%. The HSV representation shows a hue of 54°, a saturation of 22%, and a value of 95%.

  • HEX: #F3EEBE
  • RGB: rgb(243, 238, 190)
  • HSL: hsl(54, 69%, 85%)
  • HSV: hsv(54, 22%, 95%)
  • CMYK: 0.00% cyan, 2.00% magenta, 22.00% yellow, 5.00% black
  • XYZ: 79.37, 84.36, 46.33
  • Yxy: 84.36, 0.3778, 0.4016
  • Hunter Lab: 93.61, -3.83, 23.99
  • CIE-Lab: 93.61, -3.83, 23.99

In the XYZ color space, this color is represented as X: 79.37, Y: 84.36, Z: 46.33. The Yxy representation further refines this as Y: 84.36, x: 0.3778, and y: 0.4016.

In the Hunter Lab color space, this color is represented as L: 93.61, a: -3.83, and b: 23.99. Similarly, in the CIE-Lab color space, it is represented as L: 93.61, a: -3.83, and b: 23.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 #F3EEBE

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

Analogous Colors of #F3EEBE

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

Monochromatic Colors of #F3EEBE

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

Complementary Color of #F3EEBE

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

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

HTML Examples of #F3EEBE

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

Related Colors of #F3EEBE

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