crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#fbb7dd hex color - Red - Warm color - Information

#fbb7dd hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #fbb7dd Color code in RGB color code model is created after adding 98.43% red color, 71.76% green color and 86.67% blue color. Hex #fbb7dd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 27% magenta, 12% yellow and 2% black.

Hex #fbb7dd color code is between #ffbbcc web safe hex color code and #eeaaee web safe hex color code. #ffbbcc is the nearest web safe color code. You can see here many more shades of #fbb7dd color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codefbb7dd#fbb7dd
RGB Decimal251, 183, 221rgb(251, 183, 221)
RGB Percent98%, 72%, 87%rgb(98%, 72%, 87%)
CSS RGBa251, 183, 221,1rgba(251,183,221,1)
CMYK Modelcmyk(0%,27%,12%,2%)
HSL Color Space326,89% ,85%hsl(326,89% ,85%)
HSV Color Space326°, 27%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110111011011111011101
Octal373267335
Decimal251183221
Hexfbb7dd

Different shades of #fbb7dd color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #fbb7dd
#fee7f4
Dark Shade of #fbb7dd
#f887c6
Saturated Shade of #fbb7dd
#ffb3dd
Desaturated Shade of #fbb7dd
#f7bbdd
Grey scale Shade of #fbb7dd
#d9d9d9
Brighten Shade
#ffd0f6
Most Readable Shade
#000000

Shades of #fbb7dd color code

Generate more color scales with scales (color stack) generator.

#fbb7dd
#dfa2c4
#c38eab
#a77a93
#8b657a
#6f5162
#533d49
#372831
#1b1418
#000000

Similar Color like #fbb7dd color

Find visually similar hex color codes nearing to #fbb7dd hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#fcb8de
#fdb9df
#febae0
#ffbbe1
#ffbce2
#ffbde3
#ffbee4
#ffbfe5
#ffc0e6
#ffc1e7
#ffc2e8
#ffc3e9
#ffc4ea
#ffc5eb
#fab6dc
#f9b5db
#f8b4da
#f7b3d9
#f6b2d8
#f5b1d7
#f4b0d6
#f3afd5
#f2aed4
#f1add3
#f0acd2
#efabd1
#eeaad0
#eda9cf

Monochromatic Color with #fbb7dd

#fbb7dd
#261c22
#513b47
#7b5a6d
#a67992
#d098b8

Tints of #fbb7dd Color

#fbb7dd
#fbbfe0
#fbc7e4
#fccfe8
#fcd7ec
#fddfef
#fde7f3
#feeff7
#fef7fb
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#fbb7dd
#b7fbd5

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#fbb7dd
#bbfbb7
#b7fbf7

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#fbb7f8
#fbb7eb
#fbb7dd
#fbb7cf
#fbb7c2

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#fbb7dd
#ddfbb7
#b7ddfb

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#fbb7dd
#fbf7b7
#b7fbd5
#b7bbfb

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#fbb7dd
#b7fbd5
#b7fbf7
#fbb7bb

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #fbb7dd Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#fbb7dd Color Code Preview on Black Background Color

This is how #fbb7dd Color will look on black background color. Color contrast ratio is 12.92

#fbb7dd in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#fbb7dd">Your Example Paragraph content text in with font color #fbb7dd </p>

Your Example Paragraph content text in with font color #fbb7dd

HTML with inline CSS

<div style="color:#fbb7dd">Your Paragraph text in with font color #fbb7dd </div>

Your Example Paragraph content text in with font color #fbb7dd

#fbb7dd color code is use for CSS Background Color

Background color for the above div is #fbb7dd

HTML with inline CSS

<div style="background-color:#fbb7dd;"></div>

#fbb7dd color code is use for CSS Border Color

CSS Border color for the above div is #fbb7dd

HTML with inline CSS

<div style="border:5px solid #fbb7dd;"></div>

CSS Border Left color for the above div is #fbb7dd

HTML with inline CSS

<div style="border-left:5px solid #fbb7dd;"></div>

CSS Border Right color for the above div is #fbb7dd

HTML with inline CSS

<div style="border-right:5px solid #fbb7dd;"></div>

CSS Border Bottom color for the above div is #fbb7dd

HTML with inline CSS

<div style="border-bottom:5px solid #fbb7dd;"></div>

CSS Border Top color for the above div is #fbb7dd

HTML with inline CSS

<div style="border-top:5px solid #fbb7dd;"></div>

#fbb7dd hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#fbb7dd; } .examplecolorclass {color:#fbb7dd; } .examplebordercolor {border:3px solid #fbb7dd; }

#fbb7dd Color code Preview on White Background

This is how #fbb7dd Color code will look on white background color. Color contrast ratio is 1.63

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #fbb7dd; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #fbb7dd; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.