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