Color: #FDFBDD
#FDFBDD Color Information
#FDFBDD is a light color. The closest websafe version is #FDFBDD. A complement of this color would be #DDDFFD, perceived brightness is 0.97, and the grayscale version is #EDEDED.
In the HSL color space, this color has a hue angle of 56°,a saturation of 89%, and a lightness of 93%.The HSV representation shows a hue of 56°, a saturation of 100%, and a value of 100%.
In a RGB color space, #FDFBDD is composed of 99% red, 98% green and 87% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 1% magenta, 13% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 95.39, x: 0.3641, and y: 0.3845.
Color Code #FDFBDD
Shades of Color #FDFBDD
Shades are created by darkening the original color #FDFBDD 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 #FDFBDD
Tints are created by lightening the original color #FDFBDD 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 #FDFBDD Color Code
In the HSL color space, this color has a hue angle of 56°, a saturation of 89%, and a lightness of 93%. The HSV representation shows a hue of 56°, a saturation of 13%, and a value of 99%.
- HEX: #FDFBDD
- RGB: rgb(253, 251, 221)
- HSL: hsl(56, 89%, 93%)
- HSV: hsv(56, 13%, 99%)
- CMYK: 0.00% cyan, 100.00% magenta, 13.00% yellow, 100.00% black
- XYZ: 90.33, 95.39, 62.37
- Yxy: 95.39, 0.3641, 0.3845
- Hunter Lab: 98.19, -2.97, 14.70
- CIE-Lab: 98.19, -2.97, 14.70
In the XYZ color space, this color is represented as X: 90.33, Y: 95.39, Z: 62.37. The Yxy representation further refines this as Y: 95.39, x: 0.3641, and y: 0.3845.
In the Hunter Lab color space, this color is represented as L: 98.19, a: -2.97, and b: 14.70. Similarly, in the CIE-Lab color space, it is represented as L: 98.19, a: -2.97, and b: 14.70.
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 #FDFBDD
Triadic colors are three colors evenly spaced around the color wheel, including #FDFBDD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #FDFBDD
Monochromatic colors are variations of #FDFBDD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #FDFBDD
The complementary color of #FDFBDD 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 #FDFBDD
/* Using HEX */ body { background-color: #fdfbdd; }
/* Using RGB */ body { background-color: rgb(253, 251, 221); }
/* Using RGB with opacity */ body { background-color: rgba(253, 251, 221, 0.5); }
/* Using HSL */ body { background-color: hsl(56, 89%, 93%); }
/* Text color */ p { color: #fdfbdd; }
/* Box shadow */ div { box-shadow: 4px 4px #fdfbdd; }
HTML Examples of #FDFBDD
<!-- Using HEX --> <div style="background-color: #fdfbdd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(253, 251, 221); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(253, 251, 221, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(56, 89%, 93%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #fdfbdd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #fdfbdd; width: 100px; height: 100px;"></div>
Related Colors of #FDFBDD
These colors are similar to #FDFBDD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.