Color: #F1BEDC
#F1BEDC Color Information
#F1BEDC is a light color. The closest websafe version is #F1BEDC. A complement of this color would be #C0F2D5, perceived brightness is 0.82, and the grayscale version is #D7D7D7.
In the HSL color space, this color has a hue angle of 325°,a saturation of 65%, and a lightness of 85%.The HSV representation shows a hue of 325°, a saturation of 100%, and a value of 100%.
In a RGB color space, #F1BEDC is composed of 95% red, 75% green and 86% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 21% magenta, 9% yellow and 5% black.
In the Yxy color space, this color is represented as Y: 60.82, x: 0.3667, and y: 0.3260.
Color Code #F1BEDC
Shades of Color #F1BEDC
Shades are created by darkening the original color #F1BEDC 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 #F1BEDC
Tints are created by lightening the original color #F1BEDC 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 #F1BEDC Color Code
In the HSL color space, this color has a hue angle of 325°, a saturation of 65%, and a lightness of 85%. The HSV representation shows a hue of 325°, a saturation of 21%, and a value of 95%.
- HEX: #F1BEDC
- RGB: rgb(241, 190, 220)
- HSL: hsl(325, 65%, 85%)
- HSV: hsv(325, 21%, 95%)
- CMYK: 0.00% cyan, 21.00% magenta, 9.00% yellow, 5.00% black
- XYZ: 68.43, 60.82, 57.34
- Yxy: 60.82, 0.3667, 0.3260
- Hunter Lab: 82.28, 22.35, -7.69
- CIE-Lab: 82.28, 22.35, -7.69
In the XYZ color space, this color is represented as X: 68.43, Y: 60.82, Z: 57.34. The Yxy representation further refines this as Y: 60.82, x: 0.3667, and y: 0.3260.
In the Hunter Lab color space, this color is represented as L: 82.28, a: 22.35, and b: -7.69. Similarly, in the CIE-Lab color space, it is represented as L: 82.28, a: 22.35, and b: -7.69.
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 #F1BEDC
Triadic colors are three colors evenly spaced around the color wheel, including #F1BEDC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #F1BEDC
Monochromatic colors are variations of #F1BEDC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #F1BEDC
The complementary color of #F1BEDC 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 #F1BEDC
/* Using HEX */ body { background-color: #f1bedc; }
/* Using RGB */ body { background-color: rgb(241, 190, 220); }
/* Using RGB with opacity */ body { background-color: rgba(241, 190, 220, 0.5); }
/* Using HSL */ body { background-color: hsl(325, 65%, 85%); }
/* Text color */ p { color: #f1bedc; }
/* Box shadow */ div { box-shadow: 4px 4px #f1bedc; }
HTML Examples of #F1BEDC
<!-- Using HEX --> <div style="background-color: #f1bedc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(241, 190, 220); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(241, 190, 220, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(325, 65%, 85%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #f1bedc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #f1bedc; width: 100px; height: 100px;"></div>
Related Colors of #F1BEDC
These colors are similar to #F1BEDC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.