Color: #FBE584
#FBE584 Color Information
#FBE584 is a light color. The closest websafe version is #FBE584. A complement of this color would be #8399FB, perceived brightness is 0.88, and the grayscale version is #C0C0C0.
In the HSL color space, this color has a hue angle of 49°,a saturation of 94%, and a lightness of 75%.The HSV representation shows a hue of 49°, a saturation of 47%, and a value of 98%.
In a RGB color space, #FBE584 is composed of 98% red, 90% green and 52% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 9% magenta, 47% yellow and 2% black.
In the Yxy color space, this color is represented as Y: 79.03, x: 0.4197, and y: 0.4391.
Color Code #FBE584
Shades of Color #FBE584
Shades are created by darkening the original color #FBE584 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 #FBE584
Tints are created by lightening the original color #FBE584 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 #FBE584 Color Code
In the HSL color space, this color has a hue angle of 49°, a saturation of 94%, and a lightness of 75%. The HSV representation shows a hue of 49°, a saturation of 47%, and a value of 98%.
- HEX: #FBE584
- RGB: rgb(251, 229, 132)
- HSL: hsl(49, 94%, 75%)
- HSV: hsv(49, 47%, 98%)
- CMYK: 0.00% cyan, 9.00% magenta, 47.00% yellow, 2.00% black
- XYZ: 75.54, 79.03, 25.43
- Yxy: 79.03, 0.4197, 0.4391
- Hunter Lab: 91.25, -1.35, 49.82
- CIE-Lab: 91.25, -1.35, 49.82
In the XYZ color space, this color is represented as X: 75.54, Y: 79.03, Z: 25.43. The Yxy representation further refines this as Y: 79.03, x: 0.4197, and y: 0.4391.
In the Hunter Lab color space, this color is represented as L: 91.25, a: -1.35, and b: 49.82. Similarly, in the CIE-Lab color space, it is represented as L: 91.25, a: -1.35, and b: 49.82.
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 #FBE584
Triadic colors are three colors evenly spaced around the color wheel, including #FBE584. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #FBE584
Split complementary colors are two colors adjacent to the complementary color of #FBE584. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #FBE584
Monochromatic colors are variations of #FBE584, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #FBE584
The complementary color of #FBE584 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 #FBE584
/* Using HEX */ body { background-color: #fbe584; }
/* Using RGB */ body { background-color: rgb(251, 229, 132); }
/* Using RGB with opacity */ body { background-color: rgba(251, 229, 132, 0.5); }
/* Using HSL */ body { background-color: hsl(49, 94%, 75%); }
/* Text color */ p { color: #fbe584; }
/* Box shadow */ div { box-shadow: 4px 4px #fbe584; }
/* Border color */ .box { border: 4px solid #fbe584; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #fbe584; }
/* Background with text */ div { background: #fbe584; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #FBE584
<!-- Using HEX --> <div style="background-color: #fbe584; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(251, 229, 132); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(251, 229, 132, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(49, 94%, 75%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #fbe584;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #fbe584; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #fbe584; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #fbe584;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #fbe584; color: #fff; padding: 16px; border-radius: 8px;"> #FBE584 </div>
Related Colors of #FBE584
These colors are similar to #FBE584, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.