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