crispedge.com

Color picker

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

#fbc2dd hex color - Red - Warm color - Information

#fbc2dd hex color - Red - Warm color

Color Hue/Base color: Red

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

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codefbc2dd#fbc2dd
RGB Decimal251, 194, 221rgb(251, 194, 221)
RGB Percent98%, 76%, 87%rgb(98%, 76%, 87%)
CSS RGBa251, 194, 221,1rgba(251,194,221,1)
CMYK Modelcmyk(0%,23%,12%,2%)
HSL Color Space332,88% ,87%hsl(332,88% ,87%)
HSV Color Space332°, 23%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110111100001011011101
Octal373302335
Decimal251194221
Hexfbc2dd

Different shades of #fbc2dd color code.

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

Light Shade of #fbc2dd
#fef2f8
Dark Shade of #fbc2dd
#f892c2
Saturated Shade of #fbc2dd
#febfdd
Desaturated Shade of #fbc2dd
#f8c5dd
Grey scale Shade of #fbc2dd
#dedede
Brighten Shade
#ffdbf6
Most Readable Shade
#000000

Shades of #fbc2dd color code

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

#fbc2dd
#dfacc4
#c396ab
#a78193
#8b6b7a
#6f5662
#534049
#372b31
#1b1518
#000000

Similar Color like #fbc2dd color

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

#fcc3de
#fdc4df
#fec5e0
#ffc6e1
#ffc7e2
#ffc8e3
#ffc9e4
#ffcae5
#ffcbe6
#ffcce7
#ffcde8
#ffcee9
#ffcfea
#ffd0eb
#fac1dc
#f9c0db
#f8bfda
#f7bed9
#f6bdd8
#f5bcd7
#f4bbd6
#f3bad5
#f2b9d4
#f1b8d3
#f0b7d2
#efb6d1
#eeb5d0
#edb4cf

Monochromatic Color with #fbc2dd

#fbc2dd
#261e22
#513f47
#7b5f6d
#a68092
#d0a1b8

Tints of #fbc2dd Color

#fbc2dd
#fbc8e0
#fbcfe4
#fcd6e8
#fcddec
#fde3ef
#fdeaf3
#fef1f7
#fef8fb
#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

#fbc2dd
#c2fbe0

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

Split Complementary

#fbc2dd
#c2fbc3
#c2fafb

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

Analogous Color

#fbc2f4
#fbc2e8
#fbc2dd
#fbc2d2
#fbc2c6

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

#fbc2dd
#ddfbc2
#c2ddfb

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

#fbc2dd
#f9fbc2
#c2fbe0
#c3c2fb

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

#fbc2dd
#c2fbe0
#c2fafb
#fbc3c2

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 #fbc2dd 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.

#fbc2dd Color Code Preview on Black Background Color

This is how #fbc2dd Color will look on black background color. Color contrast ratio is 13.86

#fbc2dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fbc2dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fbc2dd

#fbc2dd color code is use for CSS Background Color

Background color for the above div is #fbc2dd

HTML with inline CSS

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

#fbc2dd color code is use for CSS Border Color

CSS Border color for the above div is #fbc2dd

HTML with inline CSS

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

CSS Border Left color for the above div is #fbc2dd

HTML with inline CSS

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

CSS Border Right color for the above div is #fbc2dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fbc2dd

HTML with inline CSS

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

CSS Border Top color for the above div is #fbc2dd

HTML with inline CSS

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

#fbc2dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fbc2dd Color code Preview on White Background

This is how #fbc2dd Color code will look on white background color. Color contrast ratio is 1.51

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 #fbc2dd; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #fbc2dd; }

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.