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