crispedge.com

Color picker

Loading...

#fbbdd4 hex color - Red - Warm color - Information

#fbbdd4 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fbbdd4 Color code in RGB color code model is created after adding 98.43% red color, 74.12% green color and 83.14% blue color. Hex #fbbdd4 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 25% magenta, 16% yellow and 2% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefbbdd4#fbbdd4
RGB Decimal251, 189, 212rgb(251, 189, 212)
RGB Percent98%, 74%, 83%rgb(98%, 74%, 83%)
CSS RGBa251, 189, 212,1rgba(251,189,212,1)
CMYK Modelcmyk(0%,25%,16%,2%)
HSL Color Space338,89% ,86%hsl(338,89% ,86%)
HSV Color Space338°, 25%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110111011110111010100
Octal373275324
Decimal251189212
Hexfbbdd4

Different shades of #fbbdd4 color code.

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

Light Shade of #fbbdd4
#feedf3
Dark Shade of #fbbdd4
#f88db5
Saturated Shade of #fbbdd4
#feb9d3
Desaturated Shade of #fbbdd4
#f7c0d5
Grey scale Shade of #fbbdd4
#dcdcdc
Brighten Shade
#ffd6ed
Most Readable Shade
#000000

Shades of #fbbdd4 color code

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

#fbbdd4
#dfa8bc
#c393a4
#a77e8d
#8b6975
#6f545e
#533f46
#372a2f
#1b1517
#000000

Similar Color like #fbbdd4 color

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

#fcbed5
#fdbfd6
#fec0d7
#ffc1d8
#ffc2d9
#ffc3da
#ffc4db
#ffc5dc
#ffc6dd
#ffc7de
#ffc8df
#ffc9e0
#ffcae1
#ffcbe2
#fabcd3
#f9bbd2
#f8bad1
#f7b9d0
#f6b8cf
#f5b7ce
#f4b6cd
#f3b5cc
#f2b4cb
#f1b3ca
#f0b2c9
#efb1c8
#eeb0c7
#edafc6

Monochromatic Color with #fbbdd4

#fbbdd4
#261d21
#513d44
#7b5d68
#a67d8c
#d09db0

Tints of #fbbdd4 Color

#fbbdd4
#fbc4d8
#fbcbdd
#fcd3e2
#fcdae7
#fde1eb
#fde9f0
#fef0f5
#fef7fa
#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

#fbbdd4
#bdfbe4

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

Split Complementary

#fbbdd4
#bdfbc5
#bdf3fb

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

Analogous Color

#fbbded
#fbbde0
#fbbdd4
#fbbdc8
#fbbfbd

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

#fbbdd4
#d4fbbd
#bdd4fb

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

#fbbdd4
#f3fbbd
#bdfbe4
#c5bdfb

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

#fbbdd4
#bdfbe4
#bdf3fb
#fbc5bd

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

#fbbdd4 Color Code Preview on Black Background Color

This is how #fbbdd4 Color will look on black background color. Color contrast ratio is 13.33

#fbbdd4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fbbdd4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fbbdd4

#fbbdd4 color code is use for CSS Background Color

Background color for the above div is #fbbdd4

HTML with inline CSS

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

#fbbdd4 color code is use for CSS Border Color

CSS Border color for the above div is #fbbdd4

HTML with inline CSS

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

CSS Border Left color for the above div is #fbbdd4

HTML with inline CSS

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

CSS Border Right color for the above div is #fbbdd4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fbbdd4

HTML with inline CSS

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

CSS Border Top color for the above div is #fbbdd4

HTML with inline CSS

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

#fbbdd4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fbbdd4 Color code Preview on White Background

This is how #fbbdd4 Color code will look on white background color. Color contrast ratio is 1.58

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.