Color: #F87DBA
#F87DBA Color Information
#F87DBA is a light color. The closest websafe version is #F87DBA. A complement of this color would be #7CF8BA, perceived brightness is 0.66, and the grayscale version is #BBBBBB.
In the HSL color space, this color has a hue angle of 330°,a saturation of 90%, and a lightness of 73%.The HSV representation shows a hue of 330°, a saturation of 50%, and a value of 97%.
In a RGB color space, #F87DBA is composed of 97% red, 49% green and 73% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 50% magenta, 25% yellow and 3% black.
In the Yxy color space, this color is represented as Y: 38.56, x: 0.4207, and y: 0.2904.
Color Code #F87DBA
Shades of Color #F87DBA
Shades are created by darkening the original color #F87DBA 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 #F87DBA
Tints are created by lightening the original color #F87DBA 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 #F87DBA Color Code
In the HSL color space, this color has a hue angle of 330°, a saturation of 90%, and a lightness of 73%. The HSV representation shows a hue of 330°, a saturation of 50%, and a value of 97%.
- HEX: #F87DBA
- RGB: rgb(248, 125, 186)
- HSL: hsl(330, 90%, 73%)
- HSV: hsv(330, 50%, 97%)
- CMYK: 0.00% cyan, 50.00% magenta, 25.00% yellow, 3.00% black
- XYZ: 55.86, 38.56, 38.37
- Yxy: 38.56, 0.4207, 0.2904
- Hunter Lab: 68.43, 52.87, -9.36
- CIE-Lab: 68.43, 52.87, -9.36
In the XYZ color space, this color is represented as X: 55.86, Y: 38.56, Z: 38.37. The Yxy representation further refines this as Y: 38.56, x: 0.4207, and y: 0.2904.
In the Hunter Lab color space, this color is represented as L: 68.43, a: 52.87, and b: -9.36. Similarly, in the CIE-Lab color space, it is represented as L: 68.43, a: 52.87, and b: -9.36.
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 #F87DBA
Triadic colors are three colors evenly spaced around the color wheel, including #F87DBA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #F87DBA
Split complementary colors are two colors adjacent to the complementary color of #F87DBA. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #F87DBA
Monochromatic colors are variations of #F87DBA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #F87DBA
The complementary color of #F87DBA 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 #F87DBA
/* Using HEX */ body { background-color: #f87dba; }
/* Using RGB */ body { background-color: rgb(248, 125, 186); }
/* Using RGB with opacity */ body { background-color: rgba(248, 125, 186, 0.5); }
/* Using HSL */ body { background-color: hsl(330, 90%, 73%); }
/* Text color */ p { color: #f87dba; }
/* Box shadow */ div { box-shadow: 4px 4px #f87dba; }
/* Border color */ .box { border: 4px solid #f87dba; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #f87dba; }
/* Background with text */ div { background: #f87dba; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #F87DBA
<!-- Using HEX --> <div style="background-color: #f87dba; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(248, 125, 186); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(248, 125, 186, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(330, 90%, 73%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #f87dba;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #f87dba; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #f87dba; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #f87dba;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #f87dba; color: #fff; padding: 16px; border-radius: 8px;"> #F87DBA </div>
Related Colors of #F87DBA
These colors are similar to #F87DBA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.