crispedge.com

Color picker

Loading...

#ffbddf hex color - Red - Warm color - Information

#ffbddf hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

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

Hex #ffbddf color code is between #eebbdd web safe hex color code and #ddccee web safe hex color code. #eebbdd is the nearest web safe color code. You can see here many more shades of #ffbddf color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeffbddf#ffbddf
RGB Decimal255, 189, 223rgb(255, 189, 223)
RGB Percent100%, 74%, 87%rgb(100%, 74%, 87%)
CSS RGBa255, 189, 223,1rgba(255,189,223,1)
CMYK Modelcmyk(0%,26%,13%,0%)
HSL Color Space329,100% ,87%hsl(329,100% ,87%)
HSV Color Space329°, 26%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111111011110111011111
Octal377275337
Decimal255189223
Hexffbddf

Different shades of #ffbddf color code.

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

Light Shade of #ffbddf
#fff0f8
Dark Shade of #ffbddf
#ff8ac6
Saturated Shade of #ffbddf
#ffbddf
Desaturated Shade of #ffbddf
#fcc0df
Grey scale Shade of #ffbddf
#dedede
Brighten Shade
#ffd6f8
Most Readable Shade
#000000

Shades of #ffbddf color code

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

#ffbddf
#e2a8c6
#c693ad
#aa7e94
#8d697b
#715463
#553f4a
#382a31
#1c1518
#000000

Similar Color like #ffbddf color

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

#ffbee0
#ffbfe1
#ffc0e2
#ffc1e3
#ffc2e4
#ffc3e5
#ffc4e6
#ffc5e7
#ffc6e8
#ffc7e9
#ffc8ea
#ffc9eb
#ffcaec
#ffcbed
#febcde
#fdbbdd
#fcbadc
#fbb9db
#fab8da
#f9b7d9
#f8b6d8
#f7b5d7
#f6b4d6
#f5b3d5
#f4b2d4
#f3b1d3
#f2b0d2
#f1afd1

Monochromatic Color with #ffbddf

#ffbddf
#2a1f25
#553f4a
#805f70
#aa7e95
#d49dba

Tints of #ffbddf Color

#ffbddf
#ffc4e2
#ffcbe6
#ffd3e9
#ffdaed
#ffe1f0
#ffe9f4
#fff0f7
#fff7fb
#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

#ffbddf
#bdffdd

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

Split Complementary

#ffbddf
#beffbd
#bdfffe

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

Analogous Color

#ffbdf9
#ffbdec
#ffbddf
#ffbdd2
#ffbdc5

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

#ffbddf
#dfffbd
#bddfff

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

#ffbddf
#fffebd
#bdffdd
#bdbeff

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

#ffbddf
#bdffdd
#bdfffe
#ffbdbe

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

#ffbddf Color Code Preview on Black Background Color

This is how #ffbddf Color will look on black background color. Color contrast ratio is 13.60

#ffbddf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffbddf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffbddf

#ffbddf color code is use for CSS Background Color

Background color for the above div is #ffbddf

HTML with inline CSS

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

#ffbddf color code is use for CSS Border Color

CSS Border color for the above div is #ffbddf

HTML with inline CSS

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

CSS Border Left color for the above div is #ffbddf

HTML with inline CSS

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

CSS Border Right color for the above div is #ffbddf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ffbddf

HTML with inline CSS

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

CSS Border Top color for the above div is #ffbddf

HTML with inline CSS

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

#ffbddf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ffbddf Color code Preview on White Background

This is how #ffbddf Color code will look on white background color. Color contrast ratio is 1.54

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

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.