crispedge.com

Color picker

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

#f5efee hex color - Grey - Warm color - Information

#f5efee hex color - Grey - Warm color

Color Hue/Base color: Grey

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

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

0 Likes 0 Comments | 33 Views

Color Table

Hex Color Codef5efee#f5efee
RGB Decimal245, 239, 238rgb(245, 239, 238)
RGB Percent96%, 94%, 93%rgb(96%, 94%, 93%)
CSS RGBa245, 239, 238,1rgba(245,239,238,1)
CMYK Modelcmyk(0%,2%,3%,4%)
HSL Color Space9,26% ,95%hsl(9,26% ,95%)
HSV Color Space9°, 3%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101011110111111101110
Octal365357356
Decimal245239238
Hexf5efee

Different shades of #f5efee color code.

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

Light Shade of #f5efee
#ffffff
Dark Shade of #f5efee
#e2d1ce
Saturated Shade of #f5efee
#f6eeed
Desaturated Shade of #f5efee
#f4f0ef
Grey scale Shade of #f5efee
#f1f1f1
Brighten Shade
#ffffff
Most Readable Shade
#000000

Shades of #f5efee color code

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

#f5efee
#d9d4d3
#beb9b9
#a39f9e
#888484
#6c6a69
#514f4f
#363534
#1b1a1a
#000000

Similar Color like #f5efee color

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

#f6f0ef
#f7f1f0
#f8f2f1
#f9f3f2
#faf4f3
#fbf5f4
#fcf6f5
#fdf7f6
#fef8f7
#fff9f8
#fffaf9
#fffbfa
#fffcfb
#fffdfc
#f4eeed
#f3edec
#f2eceb
#f1ebea
#f0eae9
#efe9e8
#eee8e7
#ede7e6
#ece6e5
#ebe5e4
#eae4e3
#e9e3e2
#e8e2e1
#e7e1e0

Monochromatic Color with #f5efee

#f5efee
#202020
#4b4949
#757372
#a09c9b
#cac6c5

Tints of #f5efee Color

#f5efee
#f6f0ef
#f7f2f1
#f8f4f3
#f9f6f5
#faf7f7
#fbf9f9
#fcfbfb
#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

#f5efee
#eef4f5

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

Split Complementary

#f5efee
#eef5f3
#eef0f5

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

Analogous Color

#f5eef0
#f5eeee
#f5efee
#f5f0ee
#f5f2ee

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

#f5efee
#eef5ef
#efeef5

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

#f5efee
#f0f5ee
#eef4f5
#f2eef5

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

#f5efee
#eef4f5
#eef0f5
#f5f3ee

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

#f5efee Color Code Preview on Black Background Color

This is how #f5efee Color will look on black background color. Color contrast ratio is 18.46

#f5efee in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f5efee

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f5efee

#f5efee color code is use for CSS Background Color

Background color for the above div is #f5efee

HTML with inline CSS

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

#f5efee color code is use for CSS Border Color

CSS Border color for the above div is #f5efee

HTML with inline CSS

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

CSS Border Left color for the above div is #f5efee

HTML with inline CSS

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

CSS Border Right color for the above div is #f5efee

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f5efee

HTML with inline CSS

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

CSS Border Top color for the above div is #f5efee

HTML with inline CSS

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

#f5efee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f5efee Color code Preview on White Background

This is how #f5efee Color code will look on white background color. Color contrast ratio is 1.14

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

Related Gradients

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

0 Likes 0 Comments | 33 Views

Post your comment:-

By submitting comment you agree to our privacy policy.