Color: #FBDCE3
#FBDCE3 Color Information
#FBDCE3 is a light color. The closest websafe version is #FBDCE3. A complement of this color would be #DAFBF3, perceived brightness is 0.90, and the grayscale version is #EBEBEB.
In the HSL color space, this color has a hue angle of 346°,a saturation of 79%, and a lightness of 92%.The HSV representation shows a hue of 346°, a saturation of 12%, and a value of 98%.
In a RGB color space, #FBDCE3 is composed of 98% red, 86% green and 89% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 12% magenta, 10% yellow and 2% black.
In the Yxy color space, this color is represented as Y: 77.43, x: 0.3645, and y: 0.3500.
Color Code #FBDCE3
Shades of Color #FBDCE3
Shades are created by darkening the original color #FBDCE3 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 #FBDCE3
Tints are created by lightening the original color #FBDCE3 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 #FBDCE3 Color Code
In the HSL color space, this color has a hue angle of 346°, a saturation of 79%, and a lightness of 92%. The HSV representation shows a hue of 346°, a saturation of 12%, and a value of 98%.
- HEX: #FBDCE3
- RGB: rgb(251, 220, 227)
- HSL: hsl(346, 79%, 92%)
- HSV: hsv(346, 12%, 98%)
- CMYK: 0.00% cyan, 12.00% magenta, 10.00% yellow, 2.00% black
- XYZ: 80.62, 77.43, 63.15
- Yxy: 77.43, 0.3645, 0.3500
- Hunter Lab: 90.52, 11.91, 0.71
- CIE-Lab: 90.52, 11.91, 0.71
In the XYZ color space, this color is represented as X: 80.62, Y: 77.43, Z: 63.15. The Yxy representation further refines this as Y: 77.43, x: 0.3645, and y: 0.3500.
In the Hunter Lab color space, this color is represented as L: 90.52, a: 11.91, and b: 0.71. Similarly, in the CIE-Lab color space, it is represented as L: 90.52, a: 11.91, and b: 0.71.
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 #FBDCE3
Triadic colors are three colors evenly spaced around the color wheel, including #FBDCE3. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #FBDCE3
Monochromatic colors are variations of #FBDCE3, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #FBDCE3
The complementary color of #FBDCE3 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 #FBDCE3
/* Using HEX */ body { background-color: #fbdce3; }
/* Using RGB */ body { background-color: rgb(251, 220, 227); }
/* Using RGB with opacity */ body { background-color: rgba(251, 220, 227, 0.5); }
/* Using HSL */ body { background-color: hsl(346, 79%, 92%); }
/* Text color */ p { color: #fbdce3; }
/* Box shadow */ div { box-shadow: 4px 4px #fbdce3; }
/* Border color */ .box { border: 4px solid #fbdce3; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #fbdce3; }
/* Background with text */ div { background: #fbdce3; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #FBDCE3
<!-- Using HEX --> <div style="background-color: #fbdce3; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(251, 220, 227); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(251, 220, 227, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(346, 79%, 92%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #fbdce3;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #fbdce3; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #fbdce3; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #fbdce3;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #fbdce3; color: #fff; padding: 16px; border-radius: 8px;"> #FBDCE3 </div>
Related Colors of #FBDCE3
These colors are similar to #FBDCE3, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.