Color: #FD7A7C
#FD7A7C Color Information
#FD7A7C is a light color. The closest websafe version is #FD7A7C. A complement of this color would be #7CFDFB, perceived brightness is 0.63, and the grayscale version is #BCBCBC.
In the HSL color space, this color has a hue angle of 359°,a saturation of 97%, and a lightness of 74%.The HSV representation shows a hue of 359°, a saturation of 100%, and a value of 100%.
In a RGB color space, #FD7A7C is composed of 99% red, 48% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 52% magenta, 51% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 37.03, x: 0.4932, and y: 0.3432.
Color Code #FD7A7C
Shades of Color #FD7A7C
Shades are created by darkening the original color #FD7A7C 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 #FD7A7C
Tints are created by lightening the original color #FD7A7C 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 #FD7A7C Color Code
In the HSL color space, this color has a hue angle of 359°, a saturation of 97%, and a lightness of 74%. The HSV representation shows a hue of 359°, a saturation of 52%, and a value of 99%.
- HEX: #FD7A7C
- RGB: rgb(253, 122, 124)
- HSL: hsl(359, 97%, 74%)
- HSV: hsv(359, 52%, 99%)
- CMYK: 0.00% cyan, 52.00% magenta, 51.00% yellow, 100.00% black
- XYZ: 53.21, 37.03, 17.65
- Yxy: 37.03, 0.4932, 0.3432
- Hunter Lab: 67.30, 51.08, 24.00
- CIE-Lab: 67.30, 51.08, 24.00
In the XYZ color space, this color is represented as X: 53.21, Y: 37.03, Z: 17.65. The Yxy representation further refines this as Y: 37.03, x: 0.4932, and y: 0.3432.
In the Hunter Lab color space, this color is represented as L: 67.30, a: 51.08, and b: 24.00. Similarly, in the CIE-Lab color space, it is represented as L: 67.30, a: 51.08, and b: 24.00.
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 #FD7A7C
Triadic colors are three colors evenly spaced around the color wheel, including #FD7A7C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #FD7A7C
Monochromatic colors are variations of #FD7A7C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #FD7A7C
The complementary color of #FD7A7C 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 #FD7A7C
/* Using HEX */ body { background-color: #fd7a7c; }
/* Using RGB */ body { background-color: rgb(253, 122, 124); }
/* Using RGB with opacity */ body { background-color: rgba(253, 122, 124, 0.5); }
/* Using HSL */ body { background-color: hsl(359, 97%, 74%); }
/* Text color */ p { color: #fd7a7c; }
/* Box shadow */ div { box-shadow: 4px 4px #fd7a7c; }
HTML Examples of #FD7A7C
<!-- Using HEX --> <div style="background-color: #fd7a7c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(253, 122, 124); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(253, 122, 124, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(359, 97%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #fd7a7c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #fd7a7c; width: 100px; height: 100px;"></div>
Related Colors of #FD7A7C
These colors are similar to #FD7A7C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.