Color: #F9BADC

#F9BADC Color Information

#F9BADC is a light color. The closest websafe version is #F9BADC. A complement of this color would be #B9F9D7, perceived brightness is 0.82, and the grayscale version is #DADADA.

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

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

In the Yxy color space, this color is represented as Y: 60.62, x: 0.3742, and y: 0.3220.

Color Code #F9BADC

#F9BADCrgb(249, 186, 220)
HEX
#F9BADC
RGB
rgb(249, 186, 220)
HSL
hsl(328, 84%, 85%)
HSV
hsv(328, 25%, 98%)
CMYK
0%, 25%, 12%, 2%
XYZ
X: 70.46, Y: 60.62, Z: 57.20
Lab
L: 82.17, a: 27.20, b: -7.74
Name

Shades of Color #F9BADC

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

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

#F9BADCrgb(249, 186, 220)

About #F9BADC Color Code

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

  • HEX: #F9BADC
  • RGB: rgb(249, 186, 220)
  • HSL: hsl(328, 84%, 85%)
  • HSV: hsv(328, 25%, 98%)
  • CMYK: 0.00% cyan, 25.00% magenta, 12.00% yellow, 2.00% black
  • XYZ: 70.46, 60.62, 57.20
  • Yxy: 60.62, 0.3742, 0.3220
  • Hunter Lab: 82.17, 27.20, -7.74
  • CIE-Lab: 82.17, 27.20, -7.74

In the XYZ color space, this color is represented as X: 70.46, Y: 60.62, Z: 57.20. The Yxy representation further refines this as Y: 60.62, x: 0.3742, and y: 0.3220.

In the Hunter Lab color space, this color is represented as L: 82.17, a: 27.20, and b: -7.74. Similarly, in the CIE-Lab color space, it is represented as L: 82.17, a: 27.20, and b: -7.74.

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

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

Analogous Colors of #F9BADC

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

Monochromatic Colors of #F9BADC

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

Complementary Color of #F9BADC

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

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

HTML Examples of #F9BADC

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

Related Colors of #F9BADC

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