crispedge.com

Color picker

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

#f2e6da hex color - Orange - Warm color - Information

#f2e6da hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #f2e6da Color code in RGB color code model is created after adding 94.9% red color, 90.2% green color and 85.49% blue color. Hex #f2e6da Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 5% magenta, 10% yellow and 5% black.

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

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Codef2e6da#f2e6da
RGB Decimal242, 230, 218rgb(242, 230, 218)
RGB Percent95%, 90%, 85%rgb(95%, 90%, 85%)
CSS RGBa242, 230, 218,1rgba(242,230,218,1)
CMYK Modelcmyk(0%,5%,10%,5%)
HSL Color Space30,48% ,90%hsl(30,48% ,90%)
HSV Color Space30°, 10%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100101110011011011010
Octal362346332
Decimal242230218
Hexf2e6da

Different shades of #f2e6da color code.

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

Light Shade of #f2e6da
#ffffff
Dark Shade of #f2e6da
#e5ccb4
Saturated Shade of #f2e6da
#f4e6d7
Desaturated Shade of #f2e6da
#efe6dc
Grey scale Shade of #f2e6da
#e6e6e6
Brighten Shade
#fffff3
Most Readable Shade
#000000

Shades of #f2e6da color code

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

#f2e6da
#d7ccc1
#bcb2a9
#a19991
#867f79
#6b6660
#504c48
#353330
#1a1918
#000000

Similar Color like #f2e6da color

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

#f3e7db
#f4e8dc
#f5e9dd
#f6eade
#f7ebdf
#f8ece0
#f9ede1
#faeee2
#fbefe3
#fcf0e4
#fdf1e5
#fef2e6
#fff3e7
#fff4e8
#f1e5d9
#f0e4d8
#efe3d7
#eee2d6
#ede1d5
#ece0d4
#ebdfd3
#eaded2
#e9ddd1
#e8dcd0
#e7dbcf
#e6dace
#e5d9cd
#e4d8cc

Monochromatic Color with #f2e6da

#f2e6da
#1d1c1b
#484441
#726d67
#9d958d
#c7beb4

Tints of #f2e6da Color

#f2e6da
#f3e8de
#f4ebe2
#f6eee6
#f7f1ea
#f9f3ee
#faf6f2
#fcf9f6
#fdfcfa
#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

#f2e6da
#dae6f2

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

Split Complementary

#f2e6da
#daf2f2
#dadaf2

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

Analogous Color

#f2dcda
#f2e1da
#f2e6da
#f2ebda
#f2f0da

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

#f2e6da
#daf2e6
#e6daf2

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

#f2e6da
#daf2da
#dae6f2
#f2daf2

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

#f2e6da
#dae6f2
#dadaf2
#f2f2da

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

#f2e6da Color Code Preview on Black Background Color

This is how #f2e6da Color will look on black background color. Color contrast ratio is 17.11

#f2e6da in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f2e6da

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f2e6da

#f2e6da color code is use for CSS Background Color

Background color for the above div is #f2e6da

HTML with inline CSS

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

#f2e6da color code is use for CSS Border Color

CSS Border color for the above div is #f2e6da

HTML with inline CSS

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

CSS Border Left color for the above div is #f2e6da

HTML with inline CSS

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

CSS Border Right color for the above div is #f2e6da

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f2e6da

HTML with inline CSS

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

CSS Border Top color for the above div is #f2e6da

HTML with inline CSS

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

#f2e6da hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f2e6da Color code Preview on White Background

This is how #f2e6da Color code will look on white background color. Color contrast ratio is 1.23

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

Related Gradients

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.