Color: #FDBBAF

#FDBBAF Color Information

#FDBBAF is a light color. The closest websafe version is #FDBBAF. A complement of this color would be #AFF1FD, perceived brightness is 0.81, and the grayscale version is #D6D6D6.

In the HSL color space, this color has a hue angle of 9°,a saturation of 95%, and a lightness of 84%.The HSV representation shows a hue of 9°, a saturation of 31%, and a value of 99%.

In a RGB color space, #FDBBAF is composed of 99% red, 73% green and 69% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 26% magenta, 31% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 60.08, x: 0.4128, and y: 0.3641.

Color Code #FDBBAF

#FDBBAFrgb(253, 187, 175)
HEX
#FDBBAF
RGB
rgb(253, 187, 175)
HSL
hsl(9, 95%, 84%)
HSV
hsv(9, 31%, 99%)
CMYK
0%, 26%, 31%, 1%
XYZ
X: 68.10, Y: 60.08, Z: 36.81
Lab
L: 81.88, a: 23.38, b: 15.95
Name

Shades of Color #FDBBAF

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

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

#FDBBAFrgb(253, 187, 175)

About #FDBBAF Color Code

In the HSL color space, this color has a hue angle of 9°, a saturation of 95%, and a lightness of 84%. The HSV representation shows a hue of 9°, a saturation of 31%, and a value of 99%.

  • HEX: #FDBBAF
  • RGB: rgb(253, 187, 175)
  • HSL: hsl(9, 95%, 84%)
  • HSV: hsv(9, 31%, 99%)
  • CMYK: 0.00% cyan, 26.00% magenta, 31.00% yellow, 100.00% black
  • XYZ: 68.10, 60.08, 36.81
  • Yxy: 60.08, 0.4128, 0.3641
  • Hunter Lab: 81.88, 23.38, 15.95
  • CIE-Lab: 81.88, 23.38, 15.95

In the XYZ color space, this color is represented as X: 68.10, Y: 60.08, Z: 36.81. The Yxy representation further refines this as Y: 60.08, x: 0.4128, and y: 0.3641.

In the Hunter Lab color space, this color is represented as L: 81.88, a: 23.38, and b: 15.95. Similarly, in the CIE-Lab color space, it is represented as L: 81.88, a: 23.38, and b: 15.95.

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

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

Analogous Colors of #FDBBAF

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

Monochromatic Colors of #FDBBAF

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

Complementary Color of #FDBBAF

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

/* Using HEX */
body {
  background-color: #fdbbaf;
}
/* Using RGB */
body {
  background-color: rgb(253, 187, 175);
}
/* Using RGB with opacity */
body {
  background-color: rgba(253, 187, 175, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(9, 95%, 84%);
}
/* Text color */
p {
  color: #fdbbaf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fdbbaf;
}
/* Border color */
.box {
  border: 4px solid #fdbbaf;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fdbbaf;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fdbbaf;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FDBBAF
On Black Background
#FDBBAF
On White Background
#FDBBAF

HTML Examples of #FDBBAF

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

Related Colors of #FDBBAF

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