Color: #FD1CCB
#FD1CCB Color Information
#FD1CCB is a dark color. The closest websafe version is #FD1CCB. A complement of this color would be #1CFD4D, perceived brightness is 0.45, and the grayscale version is #8D8D8D.
In the HSL color space, this color has a hue angle of 313°,a saturation of 98%, and a lightness of 55%.The HSV representation shows a hue of 313°, a saturation of 100%, and a value of 100%.
In a RGB color space, #FD1CCB is composed of 99% red, 11% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 89% magenta, 20% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 26.31, x: 0.4239, and y: 0.2152.
Color Code #FD1CCB
Shades of Color #FD1CCB
Shades are created by darkening the original color #FD1CCB 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 #FD1CCB
Tints are created by lightening the original color #FD1CCB 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 #FD1CCB Color Code
In the HSL color space, this color has a hue angle of 313°, a saturation of 98%, and a lightness of 55%. The HSV representation shows a hue of 313°, a saturation of 89%, and a value of 99%.
- HEX: #FD1CCB
- RGB: rgb(253, 28, 203)
- HSL: hsl(313, 98%, 55%)
- HSV: hsv(313, 89%, 99%)
- CMYK: 0.00% cyan, 89.00% magenta, 20.00% yellow, 100.00% black
- XYZ: 51.83, 26.31, 44.13
- Yxy: 26.31, 0.4239, 0.2152
- Hunter Lab: 58.33, 86.15, -34.19
- CIE-Lab: 58.33, 86.15, -34.19
In the XYZ color space, this color is represented as X: 51.83, Y: 26.31, Z: 44.13. The Yxy representation further refines this as Y: 26.31, x: 0.4239, and y: 0.2152.
In the Hunter Lab color space, this color is represented as L: 58.33, a: 86.15, and b: -34.19. Similarly, in the CIE-Lab color space, it is represented as L: 58.33, a: 86.15, and b: -34.19.
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 #FD1CCB
Triadic colors are three colors evenly spaced around the color wheel, including #FD1CCB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #FD1CCB
Monochromatic colors are variations of #FD1CCB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #FD1CCB
The complementary color of #FD1CCB 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 #FD1CCB
/* Using HEX */ body { background-color: #fd1ccb; }
/* Using RGB */ body { background-color: rgb(253, 28, 203); }
/* Using RGB with opacity */ body { background-color: rgba(253, 28, 203, 0.5); }
/* Using HSL */ body { background-color: hsl(313, 98%, 55%); }
/* Text color */ p { color: #fd1ccb; }
/* Box shadow */ div { box-shadow: 4px 4px #fd1ccb; }
HTML Examples of #FD1CCB
<!-- Using HEX --> <div style="background-color: #fd1ccb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(253, 28, 203); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(253, 28, 203, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(313, 98%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #fd1ccb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #fd1ccb; width: 100px; height: 100px;"></div>
Related Colors of #FD1CCB
These colors are similar to #FD1CCB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.