crispedge.com

Color picker

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

#f1efed hex color - Grey - Warm color - Information

#f1efed hex color - Grey - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Grey

Hex #f1efed Color code in RGB color code model is created after adding 94.51% red color, 93.73% green color and 92.94% blue color. Hex #f1efed Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 1% magenta, 2% yellow and 5% black.

Hex #f1efed color code is between #eeeeee web safe hex color code and #ffffdd web safe hex color code. #eeeeee is the nearest web safe color code. You can see here many more shades of #f1efed color code.

0 Likes 0 Comments | 55 Views

Color Table

Hex Color Codef1efed#f1efed
RGB Decimal241, 239, 237rgb(241, 239, 237)
RGB Percent95%, 94%, 93%rgb(95%, 94%, 93%)
CSS RGBa241, 239, 237,1rgba(241,239,237,1)
CMYK Modelcmyk(0%,1%,2%,5%)
HSL Color Space30,13% ,94%hsl(30,13% ,94%)
HSV Color Space30°, 2%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100011110111111101101
Octal361357355
Decimal241239237
Hexf1efed

Different shades of #f1efed color code.

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

Light Shade of #f1efed
#ffffff
Dark Shade of #f1efed
#dbd5d0
Saturated Shade of #f1efed
#f3efeb
Desaturated Shade of #f1efed
#efefef
Grey scale Shade of #f1efed
#efefef
Brighten Shade
#ffffff
Most Readable Shade
#000000

Shades of #f1efed color code

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

#f1efed
#d6d4d2
#bbb9b8
#a09f9e
#858483
#6b6a69
#504f4f
#353534
#1a1a1a
#000000

Similar Color like #f1efed color

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

#f2f0ee
#f3f1ef
#f4f2f0
#f5f3f1
#f6f4f2
#f7f5f3
#f8f6f4
#f9f7f5
#faf8f6
#fbf9f7
#fcfaf8
#fdfbf9
#fefcfa
#fffdfb
#f0eeec
#efedeb
#eeecea
#edebe9
#eceae8
#ebe9e7
#eae8e6
#e9e7e5
#e8e6e4
#e7e5e3
#e6e4e2
#e5e3e1
#e4e2e0
#e3e1df

Monochromatic Color with #f1efed

#f1efed
#1c1c1c
#474646
#717170
#9c9b99
#c6c5c3

Tints of #f1efed Color

#f1efed
#f2f0ef
#f4f2f1
#f5f4f3
#f7f6f5
#f8f7f7
#faf9f9
#fbfbfb
#fdfdfd
#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

#f1efed
#edeff1

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

Split Complementary

#f1efed
#edf1f1
#ededf1

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

Analogous Color

#f1eded
#f1eeed
#f1efed
#f1f0ed
#f1f1ed

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

#f1efed
#edf1ef
#efedf1

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

#f1efed
#edf1ed
#edeff1
#f1edf1

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

#f1efed
#edeff1
#ededf1
#f1f1ed

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

#f1efed Color Code Preview on Black Background Color

This is how #f1efed Color will look on black background color. Color contrast ratio is 18.31

#f1efed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f1efed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f1efed

#f1efed color code is use for CSS Background Color

Background color for the above div is #f1efed

HTML with inline CSS

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

#f1efed color code is use for CSS Border Color

CSS Border color for the above div is #f1efed

HTML with inline CSS

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

CSS Border Left color for the above div is #f1efed

HTML with inline CSS

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

CSS Border Right color for the above div is #f1efed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f1efed

HTML with inline CSS

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

CSS Border Top color for the above div is #f1efed

HTML with inline CSS

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

#f1efed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f1efed Color code Preview on White Background

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

Related Gradients

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

0 Likes 0 Comments | 55 Views

Post your comment:-

By submitting comment you agree to our privacy policy.