Color: #F3BEDC

#F3BEDC Color Information

#F3BEDC is a light color. The closest websafe version is #F3BEDC. A complement of this color would be #BEF3D5, perceived brightness is 0.82, and the grayscale version is #D8D8D8.

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

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

In the Yxy color space, this color is represented as Y: 61.19, x: 0.3684, and y: 0.3260.

Color Code #F3BEDC

#F3BEDCrgb(243, 190, 220)
HEX
#F3BEDC
RGB
rgb(243, 190, 220)
HSL
hsl(326, 69%, 85%)
HSV
hsv(326, 22%, 95%)
CMYK
0%, 22%, 9%, 5%
XYZ
X: 69.15, Y: 61.19, Z: 57.36
Lab
L: 82.48, a: 23.06, b: -7.37
Name

Shades of Color #F3BEDC

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

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

#F3BEDCrgb(243, 190, 220)

About #F3BEDC Color Code

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

  • HEX: #F3BEDC
  • RGB: rgb(243, 190, 220)
  • HSL: hsl(326, 69%, 85%)
  • HSV: hsv(326, 22%, 95%)
  • CMYK: 0.00% cyan, 22.00% magenta, 9.00% yellow, 5.00% black
  • XYZ: 69.15, 61.19, 57.36
  • Yxy: 61.19, 0.3684, 0.3260
  • Hunter Lab: 82.48, 23.06, -7.37
  • CIE-Lab: 82.48, 23.06, -7.37

In the XYZ color space, this color is represented as X: 69.15, Y: 61.19, Z: 57.36. The Yxy representation further refines this as Y: 61.19, x: 0.3684, and y: 0.3260.

In the Hunter Lab color space, this color is represented as L: 82.48, a: 23.06, and b: -7.37. Similarly, in the CIE-Lab color space, it is represented as L: 82.48, a: 23.06, and b: -7.37.

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

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

Analogous Colors of #F3BEDC

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

Monochromatic Colors of #F3BEDC

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

Complementary Color of #F3BEDC

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

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

HTML Examples of #F3BEDC

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

Related Colors of #F3BEDC

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