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