crispedge.com

Color picker

Loading...

#fedfbf hex color - Orange - Warm color - Information

#fedfbf hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #fedfbf Color code in RGB color code model is created after adding 99.61% red color, 87.45% green color and 74.9% blue color. Hex #fedfbf Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 12% magenta, 25% yellow and 0% black.

Hex #fedfbf color code is between #ffddbb web safe hex color code and #eeeecc web safe hex color code. #ffddbb is the nearest web safe color code. You can see here many more shades of #fedfbf color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codefedfbf#fedfbf
RGB Decimal254, 223, 191rgb(254, 223, 191)
RGB Percent100%, 87%, 75%rgb(100%, 87%, 75%)
CSS RGBa254, 223, 191,1rgba(254,223,191,1)
CMYK Modelcmyk(0%,12%,25%,0%)
HSL Color Space30,97% ,87%hsl(30,97% ,87%)
HSV Color Space30°, 25%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111101101111110111111
Octal376337277
Decimal254223191
Hexfedfbf

Different shades of #fedfbf color code.

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

Light Shade of #fedfbf
#fff8f1
Dark Shade of #fedfbf
#fdc68d
Saturated Shade of #fedfbf
#ffdfbe
Desaturated Shade of #fedfbf
#fbdfc2
Grey scale Shade of #fedfbf
#dedede
Brighten Shade
#fff8d8
Most Readable Shade
#000000

Shades of #fedfbf color code

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

#fedfbf
#e1c6a9
#c5ad94
#a9947f
#8d7b6a
#706354
#544a3f
#38312a
#1c1815
#000000

Similar Color like #fedfbf color

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

#ffe0c0
#ffe1c1
#ffe2c2
#ffe3c3
#ffe4c4
#ffe5c5
#ffe6c6
#ffe7c7
#ffe8c8
#ffe9c9
#ffeaca
#ffebcb
#ffeccc
#ffedcd
#fddebe
#fcddbd
#fbdcbc
#fadbbb
#f9daba
#f8d9b9
#f7d8b8
#f6d7b7
#f5d6b6
#f4d5b5
#f3d4b4
#f2d3b3
#f1d2b2
#f0d1b1

Monochromatic Color with #fedfbf

#fedfbf
#29241f
#544a3f
#7e6f5f
#a9947f
#d3ba9f

Tints of #fedfbf Color

#fedfbf
#fee2c6
#fee6cd
#fee9d4
#feeddb
#fef0e2
#fef4e9
#fef7f0
#fefbf7
#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

#fedfbf
#bfdefe

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

Split Complementary

#fedfbf
#bffefe
#c0bffe

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

Analogous Color

#fec6bf
#fed2bf
#fedfbf
#feecbf
#fef8bf

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

#fedfbf
#bffedf
#dfbffe

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

#fedfbf
#bffebf
#bfdefe
#febffd

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

#fedfbf
#bfdefe
#c0bffe
#fefebf

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

#fedfbf Color Code Preview on Black Background Color

This is how #fedfbf Color will look on black background color. Color contrast ratio is 16.52

#fedfbf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fedfbf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fedfbf

#fedfbf color code is use for CSS Background Color

Background color for the above div is #fedfbf

HTML with inline CSS

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

#fedfbf color code is use for CSS Border Color

CSS Border color for the above div is #fedfbf

HTML with inline CSS

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

CSS Border Left color for the above div is #fedfbf

HTML with inline CSS

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

CSS Border Right color for the above div is #fedfbf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fedfbf

HTML with inline CSS

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

CSS Border Top color for the above div is #fedfbf

HTML with inline CSS

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

#fedfbf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fedfbf Color code Preview on White Background

This is how #fedfbf Color code will look on white background color. Color contrast ratio is 1.27

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.