Color: #F9BAEF

#F9BAEF Color Information

#F9BAEF is a light color. The closest websafe version is #F9BAEF. A complement of this color would be #B9F9C3, perceived brightness is 0.83, and the grayscale version is #DADADA.

In the HSL color space, this color has a hue angle of 310°,a saturation of 84%, and a lightness of 85%.The HSV representation shows a hue of 310°, a saturation of 25%, and a value of 98%.

In a RGB color space, #F9BAEF is composed of 98% red, 73% green and 94% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 25% magenta, 4% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 61.51, x: 0.3596, and y: 0.3048.

Color Code #F9BAEF

#F9BAEFrgb(249, 186, 239)
HEX
#F9BAEF
RGB
rgb(249, 186, 239)
HSL
hsl(310, 84%, 85%)
HSV
hsv(310, 25%, 98%)
CMYK
0%, 25%, 4%, 2%
XYZ
X: 72.57, Y: 61.51, Z: 67.73
Lab
L: 82.65, a: 29.58, b: -17.17
Name

Shades of Color #F9BAEF

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

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

#F9BAEFrgb(249, 186, 239)

About #F9BAEF Color Code

In the HSL color space, this color has a hue angle of 310°, a saturation of 84%, and a lightness of 85%. The HSV representation shows a hue of 310°, a saturation of 25%, and a value of 98%.

  • HEX: #F9BAEF
  • RGB: rgb(249, 186, 239)
  • HSL: hsl(310, 84%, 85%)
  • HSV: hsv(310, 25%, 98%)
  • CMYK: 0.00% cyan, 25.00% magenta, 4.00% yellow, 2.00% black
  • XYZ: 72.57, 61.51, 67.73
  • Yxy: 61.51, 0.3596, 0.3048
  • Hunter Lab: 82.65, 29.58, -17.17
  • CIE-Lab: 82.65, 29.58, -17.17

In the XYZ color space, this color is represented as X: 72.57, Y: 61.51, Z: 67.73. The Yxy representation further refines this as Y: 61.51, x: 0.3596, and y: 0.3048.

In the Hunter Lab color space, this color is represented as L: 82.65, a: 29.58, and b: -17.17. Similarly, in the CIE-Lab color space, it is represented as L: 82.65, a: 29.58, and b: -17.17.

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

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

Analogous Colors of #F9BAEF

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

Split Complementary Colors of #F9BAEF

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

Tetradic Colors of #F9BAEF

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

Monochromatic Colors of #F9BAEF

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

Complementary Color of #F9BAEF

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

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

HTML Examples of #F9BAEF

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

Related Colors of #F9BAEF

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