@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#fdbef5 hex color - Red - Warm color - Information

#fdbef5 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fdbef5 Color code in RGB color code model is created after adding 99.22% red color, 74.51% green color and 96.08% blue color. Hex #fdbef5 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 25% magenta, 3% yellow and 0.78% black.

Hex #fdbef5 color code is between #ffbbee web safe hex color code and #eeccff web safe hex color code. #ffbbee is the nearest web safe color code. You can see here many more shades of #fdbef5 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefdbef5#fdbef5
RGB Decimal253, 190, 245rgb(253, 190, 245)
RGB Percent99%, 75%, 96%rgb(99%, 75%, 96%)
CSS RGBa253, 190, 245,1rgba(253,190,245,1)
CMYK Modelcmyk(0%,25%,3%,0.78%)
HSL Color Space308,94% ,87%hsl(308,94% ,87%)
HSV Color Space308°, 25%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111011011111011110101
Octal375276365
Decimal253190245
Hexfdbef5

Different shades of #fdbef5 color code.

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

Light Shade of #fdbef5
#ffeffd
Dark Shade of #fdbef5
#fb8ded
Saturated Shade of #fdbef5
#ffbcf6
Desaturated Shade of #fdbef5
#fac1f2
Grey scale Shade of #fdbef5
#dddddd
Brighten Shade
#ffd7ff
Most Readable Shade
#000000

Shades of #fdbef5 color code

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

#fdbef5
#e0a8d9
#c493be
#a87ea3
#8c6988
#70546c
#543f51
#382a36
#1c151b
#000000

Similar Color like #fdbef5 color

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

#febff6
#ffc0f7
#ffc1f8
#ffc2f9
#ffc3fa
#ffc4fb
#ffc5fc
#ffc6fd
#ffc7fe
#ffc8ff
#ffc9ff
#ffcaff
#ffcbff
#ffccff
#fcbdf4
#fbbcf3
#fabbf2
#f9baf1
#f8b9f0
#f7b8ef
#f6b7ee
#f5b6ed
#f4b5ec
#f3b4eb
#f2b3ea
#f1b2e9
#f0b1e8
#efb0e7

Monochromatic Color with #fdbef5

#fdbef5
#281e27
#533e50
#7d5e7a
#a87ea3
#d29ecc

Tints of #fdbef5 Color

#fdbef5
#fdc5f6
#fdccf7
#fdd3f8
#fddaf9
#fee2fa
#fee9fb
#fef0fc
#fef7fd
#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

#fdbef5
#befdc6

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

Split Complementary

#fdbef5
#d6fdbe
#befde6

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

Analogous Color

#ecbefd
#f8befd
#fdbef5
#fdbee8
#fdbedc

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

#fdbef5
#f5fdbe
#bef5fd

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

#fdbef5
#fde5be
#befdc6
#bed5fd

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

#fdbef5
#befdc6
#befde6
#fdbed6

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

#fdbef5 Color Code Preview on Black Background Color

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

#fdbef5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdbef5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdbef5

#fdbef5 color code is use for CSS Background Color

Background color for the above div is #fdbef5

HTML with inline CSS

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

#fdbef5 color code is use for CSS Border Color

CSS Border color for the above div is #fdbef5

HTML with inline CSS

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

CSS Border Left color for the above div is #fdbef5

HTML with inline CSS

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

CSS Border Right color for the above div is #fdbef5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fdbef5

HTML with inline CSS

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

CSS Border Top color for the above div is #fdbef5

HTML with inline CSS

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

#fdbef5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fdbef5 Color code Preview on White Background

This is how #fdbef5 Color code will look on white background color. Color contrast ratio is 1.52

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

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,190,245,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(190,253,198,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,190,245,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.