Color: #FFB6BD
#FFB6BD Color Information
#FFB6BD is a light color. The closest websafe version is #FFB6BD. A complement of this color would be #B8FFF8, perceived brightness is 0.80, and the grayscale version is #DBDBDB.
In the HSL color space, this color has a hue angle of 354°,a saturation of 99%, and a lightness of 86%.The HSV representation shows a hue of 354°, a saturation of 100%, and a value of 100%.
In a RGB color space, #FFB6BD is composed of 100% red, 71% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 29% magenta, 26% yellow and 0% black.
In the Yxy color space, this color is represented as Y: 58.87, x: 0.4052, and y: 0.3462.
Color Code #FFB6BD
Shades of Color #FFB6BD
Shades are created by darkening the original color #FFB6BD 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 #FFB6BD
Tints are created by lightening the original color #FFB6BD 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 #FFB6BD Color Code
In the HSL color space, this color has a hue angle of 354°, a saturation of 100%, and a lightness of 86%. The HSV representation shows a hue of 354°, a saturation of 29%, and a value of 100%.
- HEX: #FFB6BD
- RGB: rgb(255, 182, 189)
- HSL: hsl(354, 100%, 86%)
- HSV: hsv(354, 29%, 100%)
- CMYK: 0.00% cyan, 29.00% magenta, 26.00% yellow, 0.00% black
- XYZ: 68.90, 58.87, 42.28
- Yxy: 58.87, 0.4052, 0.3462
- Hunter Lab: 81.22, 27.96, 7.59
- CIE-Lab: 81.22, 27.96, 7.59
In the XYZ color space, this color is represented as X: 68.90, Y: 58.87, Z: 42.28. The Yxy representation further refines this as Y: 58.87, x: 0.4052, and y: 0.3462.
In the Hunter Lab color space, this color is represented as L: 81.22, a: 27.96, and b: 7.59. Similarly, in the CIE-Lab color space, it is represented as L: 81.22, a: 27.96, and b: 7.59.
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 #FFB6BD
Triadic colors are three colors evenly spaced around the color wheel, including #FFB6BD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #FFB6BD
Monochromatic colors are variations of #FFB6BD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #FFB6BD
The complementary color of #FFB6BD 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 #FFB6BD
/* Using HEX */ body { background-color: #ffb6bd; }
/* Using RGB */ body { background-color: rgb(255, 182, 189); }
/* Using RGB with opacity */ body { background-color: rgba(255, 182, 189, 0.5); }
/* Using HSL */ body { background-color: hsl(354, 100%, 86%); }
/* Text color */ p { color: #ffb6bd; }
/* Box shadow */ div { box-shadow: 4px 4px #ffb6bd; }
HTML Examples of #FFB6BD
<!-- Using HEX --> <div style="background-color: #ffb6bd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(255, 182, 189); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(255, 182, 189, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(354, 100%, 86%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ffb6bd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ffb6bd; width: 100px; height: 100px;"></div>
Related Colors of #FFB6BD
These colors are similar to #FFB6BD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.