Color: #F2EEEB

#F2EEEB Color Information

#F2EEEB is a light color. The closest websafe version is #F2EEEB. A complement of this color would be #ECF0F3, perceived brightness is 0.94, and the grayscale version is #EEEEEE.

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

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

In the Yxy color space, this color is represented as Y: 86.09, x: 0.3502, and y: 0.3610.

Color Code #F2EEEB

HEX
#F2EEEB
RGB
rgb(242, 238, 235)
HSL
hsl(26, 21%, 94%)
HSV
hsv(26, 3%, 95%)
CMYK
0%, 2%, 3%, 5%
XYZ
X: 83.53, Y: 86.09, Z: 68.87
Lab
L: 94.35, a: 1.00, b: 1.96
Name

Shades of Color #F2EEEB

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

Tints are created by lightening the original color #F2EEEB 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 #F2EEEB Color Code

In the HSL color space, this color has a hue angle of 26°, a saturation of 21%, and a lightness of 94%. The HSV representation shows a hue of 26°, a saturation of 3%, and a value of 95%.

  • HEX: #F2EEEB
  • RGB: rgb(242, 238, 235)
  • HSL: hsl(26, 21%, 94%)
  • HSV: hsv(26, 3%, 95%)
  • CMYK: 0.00% cyan, 2.00% magenta, 3.00% yellow, 5.00% black
  • XYZ: 83.53, 86.09, 68.87
  • Yxy: 86.09, 0.3502, 0.3610
  • Hunter Lab: 94.35, 1.00, 1.96
  • CIE-Lab: 94.35, 1.00, 1.96

In the XYZ color space, this color is represented as X: 83.53, Y: 86.09, Z: 68.87. The Yxy representation further refines this as Y: 86.09, x: 0.3502, and y: 0.3610.

In the Hunter Lab color space, this color is represented as L: 94.35, a: 1.00, and b: 1.96. Similarly, in the CIE-Lab color space, it is represented as L: 94.35, a: 1.00, and b: 1.96.

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

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

Analogous Colors of #F2EEEB

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

Monochromatic Colors of #F2EEEB

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

Complementary Color of #F2EEEB

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

/* Using HEX */
body {
  background-color: #f2eeeb;
}
/* Using RGB */
body {
  background-color: rgb(242, 238, 235);
}
/* Using RGB with opacity */
body {
  background-color: rgba(242, 238, 235, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(26, 21%, 94%);
}
/* Text color */
p {
  color: #f2eeeb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f2eeeb;
}

HTML Examples of #F2EEEB

<!-- Using HEX -->
<div style="background-color: #f2eeeb; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(242, 238, 235); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(242, 238, 235, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(26, 21%, 94%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #f2eeeb;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #f2eeeb; width: 100px; height: 100px;"></div>

Related Colors of #F2EEEB

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