Color: #F9BADF

#F9BADF Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 60.75, x: 0.3719, and y: 0.3192.

Color Code #F9BADF

HEX
#F9BADF
RGB
rgb(249, 186, 223)
HSL
hsl(325, 84%, 85%)
HSV
hsv(325, 25%, 98%)
CMYK
0%, 25%, 10%, 2%
XYZ
X: 70.78, Y: 60.75, Z: 58.79
Lab
L: 82.24, a: 27.56, b: -9.24
Name

Shades of Color #F9BADF

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

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

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

  • HEX: #F9BADF
  • RGB: rgb(249, 186, 223)
  • HSL: hsl(325, 84%, 85%)
  • HSV: hsv(325, 25%, 98%)
  • CMYK: 0.00% cyan, 25.00% magenta, 10.00% yellow, 2.00% black
  • XYZ: 70.78, 60.75, 58.79
  • Yxy: 60.75, 0.3719, 0.3192
  • Hunter Lab: 82.24, 27.56, -9.24
  • CIE-Lab: 82.24, 27.56, -9.24

In the XYZ color space, this color is represented as X: 70.78, Y: 60.75, Z: 58.79. The Yxy representation further refines this as Y: 60.75, x: 0.3719, and y: 0.3192.

In the Hunter Lab color space, this color is represented as L: 82.24, a: 27.56, and b: -9.24. Similarly, in the CIE-Lab color space, it is represented as L: 82.24, a: 27.56, and b: -9.24.

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

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

Analogous Colors of #F9BADF

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

Monochromatic Colors of #F9BADF

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

Complementary Color of #F9BADF

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

/* Using HEX */
body {
  background-color: #f9badf;
}
/* Using RGB */
body {
  background-color: rgb(249, 186, 223);
}
/* Using RGB with opacity */
body {
  background-color: rgba(249, 186, 223, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(325, 84%, 85%);
}
/* Text color */
p {
  color: #f9badf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f9badf;
}

HTML Examples of #F9BADF

<!-- Using HEX -->
<div style="background-color: #f9badf; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(249, 186, 223); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(249, 186, 223, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(325, 84%, 85%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #f9badf;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #f9badf; width: 100px; height: 100px;"></div>

Related Colors of #F9BADF

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