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