crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#f5efda hex color - Brown - Warm color - Information

#f5efda hex color - Brown - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Brown

Hex #f5efda Color code in RGB color code model is created after adding 96.08% red color, 93.73% green color and 85.49% blue color. Hex #f5efda Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 2% magenta, 11% yellow and 4% black.

Hex #f5efda color code is between #eeeedd web safe hex color code and #ffffcc web safe hex color code. #eeeedd is the nearest web safe color code. You can see here many more shades of #f5efda color code.

0 Likes 0 Comments | 23 Views

Color Table

Hex Color Codef5efda#f5efda
RGB Decimal245, 239, 218rgb(245, 239, 218)
RGB Percent96%, 94%, 85%rgb(96%, 94%, 85%)
CSS RGBa245, 239, 218,1rgba(245,239,218,1)
CMYK Modelcmyk(0%,2%,11%,4%)
HSL Color Space47,57% ,91%hsl(47,57% ,91%)
HSV Color Space47°, 11%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101011110111111011010
Octal365357332
Decimal245239218
Hexf5efda

Different shades of #f5efda color code.

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

Light Shade of #f5efda
#ffffff
Dark Shade of #f5efda
#eadeb2
Saturated Shade of #f5efda
#f7f0d8
Desaturated Shade of #f5efda
#f3eedc
Grey scale Shade of #f5efda
#e7e7e7
Brighten Shade
#fffff3
Most Readable Shade
#000000

Shades of #f5efda color code

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

#f5efda
#d9d4c1
#beb9a9
#a39f91
#888479
#6c6a60
#514f48
#363530
#1b1a18
#000000

Similar Color like #f5efda color

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

#f6f0db
#f7f1dc
#f8f2dd
#f9f3de
#faf4df
#fbf5e0
#fcf6e1
#fdf7e2
#fef8e3
#fff9e4
#fffae5
#fffbe6
#fffce7
#fffde8
#f4eed9
#f3edd8
#f2ecd7
#f1ebd6
#f0ead5
#efe9d4
#eee8d3
#ede7d2
#ece6d1
#ebe5d0
#eae4cf
#e9e3ce
#e8e2cd
#e7e1cc

Monochromatic Color with #f5efda

#f5efda
#20201d
#4b4943
#757369
#a09c8e
#cac6b4

Tints of #f5efda Color

#f5efda
#f6f0de
#f7f2e2
#f8f4e6
#f9f6ea
#faf7ee
#fbf9f2
#fcfbf6
#fdfdfa
#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

#f5efda
#dae0f5

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

Split Complementary

#f5efda
#daeef5
#e1daf5

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

Analogous Color

#f5e4da
#f5eada
#f5efda
#f5f4da
#f0f5da

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

#f5efda
#daf5ef
#efdaf5

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

#f5efda
#daf5e1
#dae0f5
#f5daed

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

#f5efda
#dae0f5
#e1daf5
#eef5da

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

#f5efda Color Code Preview on Black Background Color

This is how #f5efda Color will look on black background color. Color contrast ratio is 18.24

#f5efda in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f5efda

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f5efda

#f5efda color code is use for CSS Background Color

Background color for the above div is #f5efda

HTML with inline CSS

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

#f5efda color code is use for CSS Border Color

CSS Border color for the above div is #f5efda

HTML with inline CSS

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

CSS Border Left color for the above div is #f5efda

HTML with inline CSS

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

CSS Border Right color for the above div is #f5efda

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f5efda

HTML with inline CSS

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

CSS Border Top color for the above div is #f5efda

HTML with inline CSS

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

#f5efda hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f5efda Color code Preview on White Background

This is how #f5efda Color code will look on white background color. Color contrast ratio is 1.15

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 23 Views

Post your comment:-

By submitting comment you agree to our privacy policy.