Color: #FBDBF2

#FBDBF2 Color Information

#FBDBF2 is a light color. The closest websafe version is #FBDBF2. A complement of this color would be #DAFBE4, perceived brightness is 0.91, and the grayscale version is #EBEBEB.

In the HSL color space, this color has a hue angle of 317°,a saturation of 80%, and a lightness of 92%.The HSV representation shows a hue of 317°, a saturation of 13%, and a value of 98%.

In a RGB color space, #FBDBF2 is composed of 98% red, 86% green and 95% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 13% magenta, 4% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 77.63, x: 0.3547, and y: 0.3356.

Color Code #FBDBF2

#FBDBF2rgb(251, 219, 242)
HEX
#FBDBF2
RGB
rgb(251, 219, 242)
HSL
hsl(317, 80%, 92%)
HSV
hsv(317, 13%, 98%)
CMYK
0%, 13%, 4%, 2%
XYZ
X: 82.05, Y: 77.63, Z: 71.64
Lab
L: 90.61, a: 14.28, b: -6.98
Name

Shades of Color #FBDBF2

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

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

#FBDBF2rgb(251, 219, 242)

About #FBDBF2 Color Code

In the HSL color space, this color has a hue angle of 317°, a saturation of 80%, and a lightness of 92%. The HSV representation shows a hue of 317°, a saturation of 13%, and a value of 98%.

  • HEX: #FBDBF2
  • RGB: rgb(251, 219, 242)
  • HSL: hsl(317, 80%, 92%)
  • HSV: hsv(317, 13%, 98%)
  • CMYK: 0.00% cyan, 13.00% magenta, 4.00% yellow, 2.00% black
  • XYZ: 82.05, 77.63, 71.64
  • Yxy: 77.63, 0.3547, 0.3356
  • Hunter Lab: 90.61, 14.28, -6.98
  • CIE-Lab: 90.61, 14.28, -6.98

In the XYZ color space, this color is represented as X: 82.05, Y: 77.63, Z: 71.64. The Yxy representation further refines this as Y: 77.63, x: 0.3547, and y: 0.3356.

In the Hunter Lab color space, this color is represented as L: 90.61, a: 14.28, and b: -6.98. Similarly, in the CIE-Lab color space, it is represented as L: 90.61, a: 14.28, and b: -6.98.

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

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

Analogous Colors of #FBDBF2

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

Split Complementary Colors of #FBDBF2

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

Tetradic Colors of #FBDBF2

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

Monochromatic Colors of #FBDBF2

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

Complementary Color of #FBDBF2

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

/* Using HEX */
body {
  background-color: #fbdbf2;
}
/* Using RGB */
body {
  background-color: rgb(251, 219, 242);
}
/* Using RGB with opacity */
body {
  background-color: rgba(251, 219, 242, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(317, 80%, 92%);
}
/* Text color */
p {
  color: #fbdbf2;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fbdbf2;
}
/* Border color */
.box {
  border: 4px solid #fbdbf2;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fbdbf2;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fbdbf2;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FBDBF2
On Black Background
#FBDBF2
On White Background
#FBDBF2

HTML Examples of #FBDBF2

<!-- Using HEX -->
<div style="background-color: #fbdbf2; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(251, 219, 242); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(251, 219, 242, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(317, 80%, 92%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #fbdbf2;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #fbdbf2; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #fbdbf2; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #fbdbf2;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #fbdbf2; color: #fff; padding: 16px; border-radius: 8px;">
  #FBDBF2
</div>
#FBDBF2
On Black Background
#FBDBF2
On White Background
#FBDBF2

Related Colors of #FBDBF2

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