crispedge.com

Color picker

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

#f5efef hex color - Grey - Warm color - Information

#f5efef hex color - Grey - Warm color

Color Hue/Base color: Grey

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

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

0 Likes 0 Comments | 64 Views

Color Table

Hex Color Codef5efef#f5efef
RGB Decimal245, 239, 239rgb(245, 239, 239)
RGB Percent96%, 94%, 94%rgb(96%, 94%, 94%)
CSS RGBa245, 239, 239,1rgba(245,239,239,1)
CMYK Modelcmyk(0%,2%,2%,4%)
HSL Color Space0,23% ,95%hsl(0,23% ,95%)
HSV Color Space0°, 2%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101011110111111101111
Octal365357357
Decimal245239239
Hexf5efef

Different shades of #f5efef color code.

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

Light Shade of #f5efef
#ffffff
Dark Shade of #f5efef
#e1d0d0
Saturated Shade of #f5efef
#f6eeee
Desaturated Shade of #f5efef
#f4f0f0
Grey scale Shade of #f5efef
#f2f2f2
Brighten Shade
#ffffff
Most Readable Shade
#000000

Shades of #f5efef color code

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

#f5efef
#d9d4d4
#beb9b9
#a39f9f
#888484
#6c6a6a
#514f4f
#363535
#1b1a1a
#000000

Similar Color like #f5efef color

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

#f6f0f0
#f7f1f1
#f8f2f2
#f9f3f3
#faf4f4
#fbf5f5
#fcf6f6
#fdf7f7
#fef8f8
#fff9f9
#fffafa
#fffbfb
#fffcfc
#fffdfd
#f4eeee
#f3eded
#f2ecec
#f1ebeb
#f0eaea
#efe9e9
#eee8e8
#ede7e7
#ece6e6
#ebe5e5
#eae4e4
#e9e3e3
#e8e2e2
#e7e1e1

Monochromatic Color with #f5efef

#f5efef
#202020
#4b4949
#757373
#a09c9c
#cac6c6

Tints of #f5efef Color

#f5efef
#f6f0f0
#f7f2f2
#f8f4f4
#f9f6f6
#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

#f5efef
#eff5f5

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

Split Complementary

#f5efef
#eff5f2
#eff2f5

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

Analogous Color

#f5eff1
#f5eff0
#f5efef
#f5f0ef
#f5f1ef

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

#f5efef
#eff5ef
#efeff5

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

#f5efef
#f2f5ef
#eff5f5
#f2eff5

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

#f5efef
#eff5f5
#eff2f5
#f5f2ef

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

#f5efef Color Code Preview on Black Background Color

This is how #f5efef Color will look on black background color. Color contrast ratio is 18.48

#f5efef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f5efef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f5efef

#f5efef color code is use for CSS Background Color

Background color for the above div is #f5efef

HTML with inline CSS

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

#f5efef color code is use for CSS Border Color

CSS Border color for the above div is #f5efef

HTML with inline CSS

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

CSS Border Left color for the above div is #f5efef

HTML with inline CSS

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

CSS Border Right color for the above div is #f5efef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f5efef

HTML with inline CSS

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

CSS Border Top color for the above div is #f5efef

HTML with inline CSS

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

#f5efef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f5efef Color code Preview on White Background

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

Related Gradients

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

0 Likes 0 Comments | 64 Views

Post your comment:-

By submitting comment you agree to our privacy policy.