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