Color: #FE3ABB
#FE3ABB Color Information
#FE3ABB is a light color. The closest websafe version is #FE3ABB. A complement of this color would be #39FE7E, perceived brightness is 0.51, and the grayscale version is #9C9C9C.
In the HSL color space, this color has a hue angle of 321°,a saturation of 99%, and a lightness of 61%.The HSV representation shows a hue of 321°, a saturation of 100%, and a value of 100%.
In a RGB color space, #FE3ABB is composed of 100% red, 23% green and 73% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 77% magenta, 26% yellow and 0% black.
In the Yxy color space, this color is represented as Y: 28.10, x: 0.4428, and y: 0.2395.
Color Code #FE3ABB
Shades of Color #FE3ABB
Shades are created by darkening the original color #FE3ABB 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 #FE3ABB
Tints are created by lightening the original color #FE3ABB 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 #FE3ABB Color Code
In the HSL color space, this color has a hue angle of 321°, a saturation of 99%, and a lightness of 61%. The HSV representation shows a hue of 321°, a saturation of 77%, and a value of 100%.
- HEX: #FE3ABB
- RGB: rgb(254, 58, 187)
- HSL: hsl(321, 99%, 61%)
- HSV: hsv(321, 77%, 100%)
- CMYK: 0.00% cyan, 77.00% magenta, 26.00% yellow, 0.00% black
- XYZ: 51.96, 28.10, 37.28
- Yxy: 28.10, 0.4428, 0.2395
- Hunter Lab: 59.98, 79.39, -22.47
- CIE-Lab: 59.98, 79.39, -22.47
In the XYZ color space, this color is represented as X: 51.96, Y: 28.10, Z: 37.28. The Yxy representation further refines this as Y: 28.10, x: 0.4428, and y: 0.2395.
In the Hunter Lab color space, this color is represented as L: 59.98, a: 79.39, and b: -22.47. Similarly, in the CIE-Lab color space, it is represented as L: 59.98, a: 79.39, and b: -22.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 #FE3ABB
Triadic colors are three colors evenly spaced around the color wheel, including #FE3ABB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #FE3ABB
Monochromatic colors are variations of #FE3ABB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #FE3ABB
The complementary color of #FE3ABB 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 #FE3ABB
/* Using HEX */ body { background-color: #fe3abb; }
/* Using RGB */ body { background-color: rgb(254, 58, 187); }
/* Using RGB with opacity */ body { background-color: rgba(254, 58, 187, 0.5); }
/* Using HSL */ body { background-color: hsl(321, 99%, 61%); }
/* Text color */ p { color: #fe3abb; }
/* Box shadow */ div { box-shadow: 4px 4px #fe3abb; }
HTML Examples of #FE3ABB
<!-- Using HEX --> <div style="background-color: #fe3abb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(254, 58, 187); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(254, 58, 187, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(321, 99%, 61%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #fe3abb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #fe3abb; width: 100px; height: 100px;"></div>
Related Colors of #FE3ABB
These colors are similar to #FE3ABB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.