Color: #FAB9DD
#FAB9DD Color Information
#FAB9DD is a light color. The closest websafe version is #FAB9DD. A complement of this color would be #B7FAD5, perceived brightness is 0.82, and the grayscale version is #D9D9D9.
In the HSL color space, this color has a hue angle of 327°,a saturation of 87%, and a lightness of 85%.The HSV representation shows a hue of 327°, a saturation of 100%, and a value of 100%.
In a RGB color space, #FAB9DD is composed of 98% red, 73% green and 87% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 26% magenta, 12% yellow and 2% black.
In the Yxy color space, this color is represented as Y: 60.43, x: 0.3745, and y: 0.3200.
Color Code #FAB9DD
Shades of Color #FAB9DD
Shades are created by darkening the original color #FAB9DD 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 #FAB9DD
Tints are created by lightening the original color #FAB9DD 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 #FAB9DD Color Code
In the HSL color space, this color has a hue angle of 327°, a saturation of 87%, and a lightness of 85%. The HSV representation shows a hue of 327°, a saturation of 26%, and a value of 98%.
- HEX: #FAB9DD
- RGB: rgb(250, 185, 221)
- HSL: hsl(327, 87%, 85%)
- HSV: hsv(327, 26%, 98%)
- CMYK: 0.00% cyan, 26.00% magenta, 12.00% yellow, 2.00% black
- XYZ: 70.71, 60.43, 57.68
- Yxy: 60.43, 0.3745, 0.3200
- Hunter Lab: 82.07, 28.17, -8.40
- CIE-Lab: 82.07, 28.17, -8.40
In the XYZ color space, this color is represented as X: 70.71, Y: 60.43, Z: 57.68. The Yxy representation further refines this as Y: 60.43, x: 0.3745, and y: 0.3200.
In the Hunter Lab color space, this color is represented as L: 82.07, a: 28.17, and b: -8.40. Similarly, in the CIE-Lab color space, it is represented as L: 82.07, a: 28.17, and b: -8.40.
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 #FAB9DD
Triadic colors are three colors evenly spaced around the color wheel, including #FAB9DD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #FAB9DD
Monochromatic colors are variations of #FAB9DD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #FAB9DD
The complementary color of #FAB9DD 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 #FAB9DD
/* Using HEX */ body { background-color: #fab9dd; }
/* Using RGB */ body { background-color: rgb(250, 185, 221); }
/* Using RGB with opacity */ body { background-color: rgba(250, 185, 221, 0.5); }
/* Using HSL */ body { background-color: hsl(327, 87%, 85%); }
/* Text color */ p { color: #fab9dd; }
/* Box shadow */ div { box-shadow: 4px 4px #fab9dd; }
HTML Examples of #FAB9DD
<!-- Using HEX --> <div style="background-color: #fab9dd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(250, 185, 221); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(250, 185, 221, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(327, 87%, 85%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #fab9dd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #fab9dd; width: 100px; height: 100px;"></div>
Related Colors of #FAB9DD
These colors are similar to #FAB9DD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.