crispedge.com

Color picker

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

#f5cebd hex color - Orange - Warm color - Information

#f5cebd hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

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

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef5cebd#f5cebd
RGB Decimal245, 206, 189rgb(245, 206, 189)
RGB Percent96%, 81%, 74%rgb(96%, 81%, 74%)
CSS RGBa245, 206, 189,1rgba(245,206,189,1)
CMYK Modelcmyk(0%,16%,23%,4%)
HSL Color Space18,74% ,85%hsl(18,74% ,85%)
HSV Color Space18°, 23%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101011100111010111101
Octal365316275
Decimal245206189
Hexf5cebd

Different shades of #f5cebd color code.

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

Light Shade of #f5cebd
#fcefe9
Dark Shade of #f5cebd
#eead91
Saturated Shade of #f5cebd
#f9ccb9
Desaturated Shade of #f5cebd
#f1cfc1
Grey scale Shade of #f5cebd
#d9d9d9
Brighten Shade
#ffe7d6
Most Readable Shade
#000000

Shades of #f5cebd color code

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

#f5cebd
#d9b7a8
#bea093
#a3897e
#887269
#6c5b54
#51443f
#362d2a
#1b1615
#000000

Similar Color like #f5cebd color

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

#f6cfbe
#f7d0bf
#f8d1c0
#f9d2c1
#fad3c2
#fbd4c3
#fcd5c4
#fdd6c5
#fed7c6
#ffd8c7
#ffd9c8
#ffdac9
#ffdbca
#ffdccb
#f4cdbc
#f3ccbb
#f2cbba
#f1cab9
#f0c9b8
#efc8b7
#eec7b6
#edc6b5
#ecc5b4
#ebc4b3
#eac3b2
#e9c2b1
#e8c1b0
#e7c0af

Monochromatic Color with #f5cebd

#f5cebd
#201b19
#4b3f3a
#75635b
#a0877b
#caaa9c

Tints of #f5cebd Color

#f5cebd
#f6d3c4
#f7d8cb
#f8ded3
#f9e3da
#fae9e1
#fbeee9
#fcf4f0
#fdf9f7
#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

#f5cebd
#bde4f5

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

Split Complementary

#f5cebd
#bdf5ea
#bdc8f5

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

Analogous Color

#f5bdc2
#f5c3bd
#f5cebd
#f5d9bd
#f5e4bd

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

#f5cebd
#bdf5ce
#cebdf5

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

#f5cebd
#c8f5bd
#bde4f5
#eabdf5

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

#f5cebd
#bde4f5
#bdc8f5
#f5eabd

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

#f5cebd Color Code Preview on Black Background Color

This is how #f5cebd Color will look on black background color. Color contrast ratio is 14.45

#f5cebd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f5cebd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f5cebd

#f5cebd color code is use for CSS Background Color

Background color for the above div is #f5cebd

HTML with inline CSS

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

#f5cebd color code is use for CSS Border Color

CSS Border color for the above div is #f5cebd

HTML with inline CSS

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

CSS Border Left color for the above div is #f5cebd

HTML with inline CSS

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

CSS Border Right color for the above div is #f5cebd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f5cebd

HTML with inline CSS

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

CSS Border Top color for the above div is #f5cebd

HTML with inline CSS

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

#f5cebd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f5cebd Color code Preview on White Background

This is how #f5cebd Color code will look on white background color. Color contrast ratio is 1.45

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.