Color: #FECBCD
#FECBCD Color Information
#FECBCD is a light color. The closest websafe version is #FECBCD. A complement of this color would be #CDFEFC, perceived brightness is 0.86, and the grayscale version is #E4E4E4.
In the HSL color space, this color has a hue angle of 358°,a saturation of 96%, and a lightness of 90%.The HSV representation shows a hue of 358°, a saturation of 20%, and a value of 100%.
In a RGB color space, #FECBCD is composed of 100% red, 80% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 20% magenta, 19% yellow and 0% black.
In the Yxy color space, this color is represented as Y: 68.57, x: 0.3857, and y: 0.3529.
Color Code #FECBCD
Shades of Color #FECBCD
Shades are created by darkening the original color #FECBCD 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 #FECBCD
Tints are created by lightening the original color #FECBCD 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 #FECBCD Color Code
In the HSL color space, this color has a hue angle of 358°, a saturation of 96%, and a lightness of 90%. The HSV representation shows a hue of 358°, a saturation of 20%, and a value of 100%.
- HEX: #FECBCD
- RGB: rgb(254, 203, 205)
- HSL: hsl(358, 96%, 90%)
- HSV: hsv(358, 20%, 100%)
- CMYK: 0.00% cyan, 20.00% magenta, 19.00% yellow, 0.00% black
- XYZ: 74.95, 68.57, 50.78
- Yxy: 68.57, 0.3857, 0.3529
- Hunter Lab: 86.29, 18.83, 6.25
- CIE-Lab: 86.29, 18.83, 6.25
In the XYZ color space, this color is represented as X: 74.95, Y: 68.57, Z: 50.78. The Yxy representation further refines this as Y: 68.57, x: 0.3857, and y: 0.3529.
In the Hunter Lab color space, this color is represented as L: 86.29, a: 18.83, and b: 6.25. Similarly, in the CIE-Lab color space, it is represented as L: 86.29, a: 18.83, and b: 6.25.
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 #FECBCD
Triadic colors are three colors evenly spaced around the color wheel, including #FECBCD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #FECBCD
Split complementary colors are two colors adjacent to the complementary color of #FECBCD. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #FECBCD
Monochromatic colors are variations of #FECBCD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #FECBCD
The complementary color of #FECBCD 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 #FECBCD
/* Using HEX */ body { background-color: #fecbcd; }
/* Using RGB */ body { background-color: rgb(254, 203, 205); }
/* Using RGB with opacity */ body { background-color: rgba(254, 203, 205, 0.5); }
/* Using HSL */ body { background-color: hsl(358, 96%, 90%); }
/* Text color */ p { color: #fecbcd; }
/* Box shadow */ div { box-shadow: 4px 4px #fecbcd; }
/* Border color */ .box { border: 4px solid #fecbcd; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #fecbcd; }
/* Background with text */ div { background: #fecbcd; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #FECBCD
<!-- Using HEX --> <div style="background-color: #fecbcd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(254, 203, 205); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(254, 203, 205, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(358, 96%, 90%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #fecbcd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #fecbcd; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #fecbcd; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #fecbcd;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #fecbcd; color: #fff; padding: 16px; border-radius: 8px;"> #FECBCD </div>
Related Colors of #FECBCD
These colors are similar to #FECBCD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.