crispedge.com

Color picker

Loading...

#fdbdbc hex color - Red - Warm color - Information

#fdbdbc hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fdbdbc Color code in RGB color code model is created after adding 99.22% red color, 74.12% green color and 73.73% blue color. Hex #fdbdbc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 25% magenta, 26% yellow and 1% black.

Hex #fdbdbc color code is between #ffbbbb web safe hex color code and #eecccc web safe hex color code. #ffbbbb is the nearest web safe color code. You can see here many more shades of #fdbdbc color code.

0 Likes 0 Comments | 15 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codefdbdbc#fdbdbc
RGB Decimal253, 189, 188rgb(253, 189, 188)
RGB Percent99%, 74%, 74%rgb(99%, 74%, 74%)
CSS RGBa253, 189, 188,1rgba(253,189,188,1)
CMYK Modelcmyk(0%,25%,26%,1%)
HSL Color Space1,94% ,86%hsl(1,94% ,86%)
HSV Color Space1°, 26%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111011011110110111100
Octal375275274
Decimal253189188
Hexfdbdbc

Different shades of #fdbdbc color code.

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

Light Shade of #fdbdbc
#feeeee
Dark Shade of #fdbdbc
#fc8c8a
Saturated Shade of #fdbdbc
#ffbbba
Desaturated Shade of #fdbdbc
#fac0bf
Grey scale Shade of #fdbdbc
#dcdcdc
Brighten Shade
#ffd6d5
Most Readable Shade
#000000

Shades of #fdbdbc color code

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

#fdbdbc
#e0a8a7
#c49392
#a87e7d
#8c6968
#705453
#543f3e
#382a29
#1c1514
#000000

Similar Color like #fdbdbc color

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

#febebd
#ffbfbe
#ffc0bf
#ffc1c0
#ffc2c1
#ffc3c2
#ffc4c3
#ffc5c4
#ffc6c5
#ffc7c6
#ffc8c7
#ffc9c8
#ffcac9
#ffcbca
#fcbcbb
#fbbbba
#fabab9
#f9b9b8
#f8b8b7
#f7b7b6
#f6b6b5
#f5b5b4
#f4b4b3
#f3b3b2
#f2b2b1
#f1b1b0
#f0b0af
#efafae

Monochromatic Color with #fdbdbc

#fdbdbc
#281e1e
#533e3e
#7d5e5d
#a87e7d
#d29d9c

Tints of #fdbdbc Color

#fdbdbc
#fdc4c3
#fdcbca
#fdd3d2
#fddad9
#fee1e1
#fee9e8
#fef0f0
#fef7f7
#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

#fdbdbc
#bcfcfd

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

Split Complementary

#fdbdbc
#bcfdde
#bcdcfd

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

Analogous Color

#fdbcd5
#fdbcc8
#fdbdbc
#fdcabc
#fdd7bc

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

#fdbdbc
#bcfdbd
#bdbcfd

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

#fdbdbc
#dbfdbc
#bcfcfd
#ddbcfd

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

#fdbdbc
#bcfcfd
#bcdcfd
#fddebc

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

#fdbdbc Color Code Preview on Black Background Color

This is how #fdbdbc Color will look on black background color. Color contrast ratio is 13.18

#fdbdbc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdbdbc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdbdbc

#fdbdbc color code is use for CSS Background Color

Background color for the above div is #fdbdbc

HTML with inline CSS

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

#fdbdbc color code is use for CSS Border Color

CSS Border color for the above div is #fdbdbc

HTML with inline CSS

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

CSS Border Left color for the above div is #fdbdbc

HTML with inline CSS

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

CSS Border Right color for the above div is #fdbdbc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fdbdbc

HTML with inline CSS

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

CSS Border Top color for the above div is #fdbdbc

HTML with inline CSS

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

#fdbdbc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fdbdbc Color code Preview on White Background

This is how #fdbdbc Color code will look on white background color. Color contrast ratio is 1.59

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(253,189,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(188,252,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,189,188,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 15 Views

Post your comment:-

By submitting comment you agree to our privacy policy.