Color: #FEACFB
#FEACFB Color Information
#FEACFB is a light color. The closest websafe version is #FEACFB. A complement of this color would be #AEFEB1, perceived brightness is 0.81, and the grayscale version is #D5D5D5.
In the HSL color space, this color has a hue angle of 302°,a saturation of 98%, and a lightness of 84%.The HSV representation shows a hue of 302°, a saturation of 32%, and a value of 100%.
In a RGB color space, #FEACFB is composed of 100% red, 67% green and 98% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 32% magenta, 1% yellow and 0% black.
In the Yxy color space, this color is represented as Y: 57.47, x: 0.3562, and y: 0.2808.
Color Code #FEACFB
Shades of Color #FEACFB
Shades are created by darkening the original color #FEACFB 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 #FEACFB
Tints are created by lightening the original color #FEACFB 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 #FEACFB Color Code
In the HSL color space, this color has a hue angle of 302°, a saturation of 98%, and a lightness of 84%. The HSV representation shows a hue of 302°, a saturation of 32%, and a value of 100%.
- HEX: #FEACFB
- RGB: rgb(254, 172, 251)
- HSL: hsl(302, 98%, 84%)
- HSV: hsv(302, 32%, 100%)
- CMYK: 0.00% cyan, 32.00% magenta, 100.00% yellow, 0.00% black
- XYZ: 72.91, 57.47, 74.28
- Yxy: 57.47, 0.3562, 0.2808
- Hunter Lab: 80.45, 39.80, -26.82
- CIE-Lab: 80.45, 39.80, -26.82
In the XYZ color space, this color is represented as X: 72.91, Y: 57.47, Z: 74.28. The Yxy representation further refines this as Y: 57.47, x: 0.3562, and y: 0.2808.
In the Hunter Lab color space, this color is represented as L: 80.45, a: 39.80, and b: -26.82. Similarly, in the CIE-Lab color space, it is represented as L: 80.45, a: 39.80, and b: -26.82.
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 #FEACFB
Triadic colors are three colors evenly spaced around the color wheel, including #FEACFB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #FEACFB
Monochromatic colors are variations of #FEACFB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #FEACFB
The complementary color of #FEACFB 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 #FEACFB
/* Using HEX */ body { background-color: #feacfb; }
/* Using RGB */ body { background-color: rgb(254, 172, 251); }
/* Using RGB with opacity */ body { background-color: rgba(254, 172, 251, 0.5); }
/* Using HSL */ body { background-color: hsl(302, 98%, 84%); }
/* Text color */ p { color: #feacfb; }
/* Box shadow */ div { box-shadow: 4px 4px #feacfb; }
/* Border color */ .box { border: 4px solid #feacfb; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #feacfb; }
/* Background with text */ div { background: #feacfb; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #FEACFB
<!-- Using HEX --> <div style="background-color: #feacfb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(254, 172, 251); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(254, 172, 251, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(302, 98%, 84%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #feacfb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #feacfb; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #feacfb; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #feacfb;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #feacfb; color: #fff; padding: 16px; border-radius: 8px;"> #FEACFB </div>
Related Colors of #FEACFB
These colors are similar to #FEACFB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.