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