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