Color: #FBD28F
#FBD28F Color Information
#FBD28F is a light color. The closest websafe version is #FBD28F. A complement of this color would be #8EB8FB, perceived brightness is 0.84, and the grayscale version is #C5C5C5.
In the HSL color space, this color has a hue angle of 37°,a saturation of 93%, and a lightness of 77%.The HSV representation shows a hue of 37°, a saturation of 100%, and a value of 100%.
In a RGB color space, #FBD28F is composed of 98% red, 82% green and 56% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 16% magenta, 43% yellow and 2% black.
In the Yxy color space, this color is represented as Y: 69.33, x: 0.4231, and y: 0.4143.
Color Code #FBD28F
Shades of Color #FBD28F
Shades are created by darkening the original color #FBD28F 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 #FBD28F
Tints are created by lightening the original color #FBD28F 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 #FBD28F Color Code
In the HSL color space, this color has a hue angle of 37°, a saturation of 93%, and a lightness of 77%. The HSV representation shows a hue of 37°, a saturation of 43%, and a value of 98%.
- HEX: #FBD28F
- RGB: rgb(251, 210, 143)
- HSL: hsl(37, 93%, 77%)
- HSV: hsv(37, 43%, 98%)
- CMYK: 0.00% cyan, 16.00% magenta, 43.00% yellow, 2.00% black
- XYZ: 70.81, 69.33, 27.22
- Yxy: 69.33, 0.4231, 0.4143
- Hunter Lab: 86.67, 8.58, 38.83
- CIE-Lab: 86.67, 8.58, 38.83
In the XYZ color space, this color is represented as X: 70.81, Y: 69.33, Z: 27.22. The Yxy representation further refines this as Y: 69.33, x: 0.4231, and y: 0.4143.
In the Hunter Lab color space, this color is represented as L: 86.67, a: 8.58, and b: 38.83. Similarly, in the CIE-Lab color space, it is represented as L: 86.67, a: 8.58, and b: 38.83.
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 #FBD28F
Triadic colors are three colors evenly spaced around the color wheel, including #FBD28F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #FBD28F
Monochromatic colors are variations of #FBD28F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #FBD28F
The complementary color of #FBD28F 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 #FBD28F
/* Using HEX */ body { background-color: #fbd28f; }
/* Using RGB */ body { background-color: rgb(251, 210, 143); }
/* Using RGB with opacity */ body { background-color: rgba(251, 210, 143, 0.5); }
/* Using HSL */ body { background-color: hsl(37, 93%, 77%); }
/* Text color */ p { color: #fbd28f; }
/* Box shadow */ div { box-shadow: 4px 4px #fbd28f; }
HTML Examples of #FBD28F
<!-- Using HEX --> <div style="background-color: #fbd28f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(251, 210, 143); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(251, 210, 143, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(37, 93%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #fbd28f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #fbd28f; width: 100px; height: 100px;"></div>
Related Colors of #FBD28F
These colors are similar to #FBD28F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.