Color: #F8DBDD
#F8DBDD Color Information
#F8DBDD is a light color. The closest websafe version is #F8DBDD. A complement of this color would be #DDF8F6, perceived brightness is 0.89, and the grayscale version is #EAEAEA.
In the HSL color space, this color has a hue angle of 356°,a saturation of 67%, and a lightness of 92%.The HSV representation shows a hue of 356°, a saturation of 100%, and a value of 100%.
In a RGB color space, #F8DBDD is composed of 97% red, 86% green and 87% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 12% magenta, 11% yellow and 3% black.
In the Yxy color space, this color is represented as Y: 76.05, x: 0.3663, and y: 0.3546.
Color Code #F8DBDD
Shades of Color #F8DBDD
Shades are created by darkening the original color #F8DBDD 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 #F8DBDD
Tints are created by lightening the original color #F8DBDD 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 #F8DBDD Color Code
In the HSL color space, this color has a hue angle of 356°, a saturation of 67%, and a lightness of 92%. The HSV representation shows a hue of 356°, a saturation of 12%, and a value of 97%.
- HEX: #F8DBDD
- RGB: rgb(248, 219, 221)
- HSL: hsl(356, 67%, 92%)
- HSV: hsv(356, 12%, 97%)
- CMYK: 0.00% cyan, 12.00% magenta, 11.00% yellow, 3.00% black
- XYZ: 78.56, 76.05, 59.83
- Yxy: 76.05, 0.3663, 0.3546
- Hunter Lab: 89.88, 10.59, 2.89
- CIE-Lab: 89.88, 10.59, 2.89
In the XYZ color space, this color is represented as X: 78.56, Y: 76.05, Z: 59.83. The Yxy representation further refines this as Y: 76.05, x: 0.3663, and y: 0.3546.
In the Hunter Lab color space, this color is represented as L: 89.88, a: 10.59, and b: 2.89. Similarly, in the CIE-Lab color space, it is represented as L: 89.88, a: 10.59, and b: 2.89.
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 #F8DBDD
Triadic colors are three colors evenly spaced around the color wheel, including #F8DBDD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #F8DBDD
Monochromatic colors are variations of #F8DBDD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #F8DBDD
The complementary color of #F8DBDD 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 #F8DBDD
/* Using HEX */ body { background-color: #f8dbdd; }
/* Using RGB */ body { background-color: rgb(248, 219, 221); }
/* Using RGB with opacity */ body { background-color: rgba(248, 219, 221, 0.5); }
/* Using HSL */ body { background-color: hsl(356, 67%, 92%); }
/* Text color */ p { color: #f8dbdd; }
/* Box shadow */ div { box-shadow: 4px 4px #f8dbdd; }
HTML Examples of #F8DBDD
<!-- Using HEX --> <div style="background-color: #f8dbdd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(248, 219, 221); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(248, 219, 221, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(356, 67%, 92%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #f8dbdd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #f8dbdd; width: 100px; height: 100px;"></div>
Related Colors of #F8DBDD
These colors are similar to #F8DBDD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.