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