Color: #FBACD1
#FBACD1 Color Information
#FBACD1 is a light color. The closest websafe version is #FBACD1. A complement of this color would be #ACFBD6, perceived brightness is 0.78, and the grayscale version is #D3D3D3.
In the HSL color space, this color has a hue angle of 332°,a saturation of 91%, and a lightness of 83%.The HSV representation shows a hue of 332°, a saturation of 31%, and a value of 98%.
In a RGB color space, #FBACD1 is composed of 98% red, 67% green and 82% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 31% magenta, 17% yellow and 2% black.
In the Yxy color space, this color is represented as Y: 54.90, x: 0.3880, and y: 0.3176.
Color Code #FBACD1
Shades of Color #FBACD1
Shades are created by darkening the original color #FBACD1 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 #FBACD1
Tints are created by lightening the original color #FBACD1 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 #FBACD1 Color Code
In the HSL color space, this color has a hue angle of 332°, a saturation of 91%, and a lightness of 83%. The HSV representation shows a hue of 332°, a saturation of 31%, and a value of 98%.
- HEX: #FBACD1
- RGB: rgb(251, 172, 209)
- HSL: hsl(332, 91%, 83%)
- HSV: hsv(332, 31%, 98%)
- CMYK: 0.00% cyan, 31.00% magenta, 17.00% yellow, 2.00% black
- XYZ: 67.08, 54.90, 50.89
- Yxy: 54.90, 0.3880, 0.3176
- Hunter Lab: 78.99, 33.61, -6.46
- CIE-Lab: 78.99, 33.61, -6.46
In the XYZ color space, this color is represented as X: 67.08, Y: 54.90, Z: 50.89. The Yxy representation further refines this as Y: 54.90, x: 0.3880, and y: 0.3176.
In the Hunter Lab color space, this color is represented as L: 78.99, a: 33.61, and b: -6.46. Similarly, in the CIE-Lab color space, it is represented as L: 78.99, a: 33.61, and b: -6.46.
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 #FBACD1
Triadic colors are three colors evenly spaced around the color wheel, including #FBACD1. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #FBACD1
Split complementary colors are two colors adjacent to the complementary color of #FBACD1. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #FBACD1
Monochromatic colors are variations of #FBACD1, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #FBACD1
The complementary color of #FBACD1 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 #FBACD1
/* Using HEX */ body { background-color: #fbacd1; }
/* Using RGB */ body { background-color: rgb(251, 172, 209); }
/* Using RGB with opacity */ body { background-color: rgba(251, 172, 209, 0.5); }
/* Using HSL */ body { background-color: hsl(332, 91%, 83%); }
/* Text color */ p { color: #fbacd1; }
/* Box shadow */ div { box-shadow: 4px 4px #fbacd1; }
/* Border color */ .box { border: 4px solid #fbacd1; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #fbacd1; }
/* Background with text */ div { background: #fbacd1; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #FBACD1
<!-- Using HEX --> <div style="background-color: #fbacd1; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(251, 172, 209); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(251, 172, 209, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(332, 91%, 83%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #fbacd1;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #fbacd1; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #fbacd1; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #fbacd1;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #fbacd1; color: #fff; padding: 16px; border-radius: 8px;"> #FBACD1 </div>
Related Colors of #FBACD1
These colors are similar to #FBACD1, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.