crispedge.com

Color picker

Loading...

#ffbcbd hex color - Red - Warm color - Information

#ffbcbd hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #ffbcbd color code is between #eebbbb web safe hex color code and #ddcccc web safe hex color code. #eebbbb is the nearest web safe color code. You can see here many more shades of #ffbcbd color code.

0 Likes 0 Comments | 20 Views

RGB Chart

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

Color Table

Hex Color Codeffbcbd#ffbcbd
RGB Decimal255, 188, 189rgb(255, 188, 189)
RGB Percent100%, 74%, 74%rgb(100%, 74%, 74%)
CSS RGBa255, 188, 189,1rgba(255,188,189,1)
CMYK Modelcmyk(0%,26%,26%,0%)
HSL Color Space359,100% ,87%hsl(359,100% ,87%)
HSV Color Space359°, 26%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111111011110010111101
Octal377274275
Decimal255188189
Hexffbcbd

Different shades of #ffbcbd color code.

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

Light Shade of #ffbcbd
#ffefef
Dark Shade of #ffbcbd
#ff898b
Saturated Shade of #ffbcbd
#ffbcbd
Desaturated Shade of #ffbcbd
#fcbfc0
Grey scale Shade of #ffbcbd
#dddddd
Brighten Shade
#ffd5d6
Most Readable Shade
#000000

Shades of #ffbcbd color code

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

#ffbcbd
#e2a7a8
#c69293
#aa7d7e
#8d6869
#715354
#553e3f
#38292a
#1c1415
#000000

Similar Color like #ffbcbd color

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

#ffbdbe
#ffbebf
#ffbfc0
#ffc0c1
#ffc1c2
#ffc2c3
#ffc3c4
#ffc4c5
#ffc5c6
#ffc6c7
#ffc7c8
#ffc8c9
#ffc9ca
#ffcacb
#febbbc
#fdbabb
#fcb9ba
#fbb8b9
#fab7b8
#f9b6b7
#f8b5b6
#f7b4b5
#f6b3b4
#f5b2b3
#f4b1b2
#f3b0b1
#f2afb0
#f1aeaf

Monochromatic Color with #ffbcbd

#ffbcbd
#2a1f1f
#553f3f
#805e5f
#aa7d7e
#d49d9e

Tints of #ffbcbd Color

#ffbcbd
#ffc3c4
#ffcacb
#ffd2d3
#ffd9da
#ffe1e1
#ffe8e9
#fff0f0
#fff7f7
#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

#ffbcbd
#bcfffe

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

Split Complementary

#ffbcbd
#bcffdd
#bcdfff

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

Analogous Color

#ffbcd8
#ffbcca
#ffbcbd
#ffc8bc
#ffd6bc

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

#ffbcbd
#bdffbc
#bcbdff

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

#ffbcbd
#deffbc
#bcfffe
#dcbcff

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

#ffbcbd
#bcfffe
#bcdfff
#ffddbc

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

#ffbcbd Color Code Preview on Black Background Color

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

#ffbcbd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffbcbd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffbcbd

#ffbcbd color code is use for CSS Background Color

Background color for the above div is #ffbcbd

HTML with inline CSS

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

#ffbcbd color code is use for CSS Border Color

CSS Border color for the above div is #ffbcbd

HTML with inline CSS

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

CSS Border Left color for the above div is #ffbcbd

HTML with inline CSS

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

CSS Border Right color for the above div is #ffbcbd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ffbcbd

HTML with inline CSS

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

CSS Border Top color for the above div is #ffbcbd

HTML with inline CSS

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

#ffbcbd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ffbcbd Color code Preview on White Background

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

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(255,188,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(188,255,254,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(255,188,189,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 20 Views

Post your comment:-

By submitting comment you agree to our privacy policy.