crispedge.com

Color picker

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

#fde2cb hex color - Orange - Warm color - Information

#fde2cb hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #fde2cb Color code in RGB color code model is created after adding 99.22% red color, 88.63% green color and 79.61% blue color. Hex #fde2cb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 11% magenta, 20% yellow and 1% black.

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codefde2cb#fde2cb
RGB Decimal253, 226, 203rgb(253, 226, 203)
RGB Percent99%, 89%, 80%rgb(99%, 89%, 80%)
CSS RGBa253, 226, 203,1rgba(253,226,203,1)
CMYK Modelcmyk(0%,11%,20%,1%)
HSL Color Space28,93% ,89%hsl(28,93% ,89%)
HSV Color Space28°, 20%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111011110001011001011
Octal375342313
Decimal253226203
Hexfde2cb

Different shades of #fde2cb color code.

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

Light Shade of #fde2cb
#fffdfc
Dark Shade of #fde2cb
#fbc79a
Saturated Shade of #fde2cb
#ffe2c9
Desaturated Shade of #fde2cb
#fae2ce
Grey scale Shade of #fde2cb
#e4e4e4
Brighten Shade
#fffbe4
Most Readable Shade
#000000

Shades of #fde2cb color code

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

#fde2cb
#e0c8b4
#c4af9d
#a89687
#8c7d70
#70645a
#544b43
#38322d
#1c1916
#000000

Similar Color like #fde2cb color

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

#fee3cc
#ffe4cd
#ffe5ce
#ffe6cf
#ffe7d0
#ffe8d1
#ffe9d2
#ffead3
#ffebd4
#ffecd5
#ffedd6
#ffeed7
#ffefd8
#fff0d9
#fce1ca
#fbe0c9
#fadfc8
#f9dec7
#f8ddc6
#f7dcc5
#f6dbc4
#f5dac3
#f4d9c2
#f3d8c1
#f2d7c0
#f1d6bf
#f0d5be
#efd4bd

Monochromatic Color with #fde2cb

#fde2cb
#282420
#534a43
#7d7065
#a89687
#d2bca9

Tints of #fde2cb Color

#fde2cb
#fde5d0
#fde8d6
#fdebdc
#fdeee2
#fef2e7
#fef5ed
#fef8f3
#fefbf9
#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

#fde2cb
#cbe6fd

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

Split Complementary

#fde2cb
#cbfdfb
#cbcdfd

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

Analogous Color

#fdcecb
#fdd8cb
#fde2cb
#fdeccb
#fdf6cb

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

#fde2cb
#cbfde2
#e2cbfd

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

#fde2cb
#cdfdcb
#cbe6fd
#fbcbfd

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

#fde2cb
#cbe6fd
#cbcdfd
#fdfbcb

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

#fde2cb Color Code Preview on Black Background Color

This is how #fde2cb Color will look on black background color. Color contrast ratio is 16.92

#fde2cb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fde2cb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fde2cb

#fde2cb color code is use for CSS Background Color

Background color for the above div is #fde2cb

HTML with inline CSS

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

#fde2cb color code is use for CSS Border Color

CSS Border color for the above div is #fde2cb

HTML with inline CSS

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

CSS Border Left color for the above div is #fde2cb

HTML with inline CSS

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

CSS Border Right color for the above div is #fde2cb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fde2cb

HTML with inline CSS

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

CSS Border Top color for the above div is #fde2cb

HTML with inline CSS

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

#fde2cb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fde2cb Color code Preview on White Background

This is how #fde2cb Color code will look on white background color. Color contrast ratio is 1.24

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.