crispedge.com

Color picker

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

#fdeec6 hex color - Yellow - Warm color - Information

#fdeec6 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #fdeec6 Color code in RGB color code model is created after adding 99.22% red color, 93.33% green color and 77.65% blue color. Hex #fdeec6 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 6% magenta, 22% yellow and 1% black.

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

0 Likes 0 Comments | 10 Views

Color Table

Hex Color Codefdeec6#fdeec6
RGB Decimal253, 238, 198rgb(253, 238, 198)
RGB Percent99%, 93%, 78%rgb(99%, 93%, 78%)
CSS RGBa253, 238, 198,1rgba(253,238,198,1)
CMYK Modelcmyk(0%,6%,22%,1%)
HSL Color Space44,93% ,88%hsl(44,93% ,88%)
HSV Color Space44°, 22%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111011110111011000110
Octal375356306
Decimal253238198
Hexfdeec6

Different shades of #fdeec6 color code.

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

Light Shade of #fdeec6
#fffdf7
Dark Shade of #fdeec6
#fbdf95
Saturated Shade of #fdeec6
#ffefc4
Desaturated Shade of #fdeec6
#faedc9
Grey scale Shade of #fdeec6
#e1e1e1
Brighten Shade
#ffffdf
Most Readable Shade
#000000

Shades of #fdeec6 color code

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

#fdeec6
#e0d3b0
#c4b99a
#a89e84
#8c846e
#706958
#544f42
#38342c
#1c1a16
#000000

Similar Color like #fdeec6 color

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

#feefc7
#fff0c8
#fff1c9
#fff2ca
#fff3cb
#fff4cc
#fff5cd
#fff6ce
#fff7cf
#fff8d0
#fff9d1
#fffad2
#fffbd3
#fffcd4
#fcedc5
#fbecc4
#faebc3
#f9eac2
#f8e9c1
#f7e8c0
#f6e7bf
#f5e6be
#f4e5bd
#f3e4bc
#f2e3bb
#f1e2ba
#f0e1b9
#efe0b8

Monochromatic Color with #fdeec6

#fdeec6
#282620
#534e41
#7d7662
#a89e83
#d2c6a5

Tints of #fdeec6 Color

#fdeec6
#fdefcc
#fdf1d2
#fdf3d9
#fdf5df
#fef7e5
#fef9ec
#fefbf2
#fefdf8
#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

#fdeec6
#c6d5fd

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

Split Complementary

#fdeec6
#c6f1fd
#d3c6fd

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

Analogous Color

#fdd8c6
#fde3c6
#fdeec6
#fdf9c6
#f6fdc6

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

#fdeec6
#c6fdee
#eec6fd

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

#fdeec6
#c6fdd2
#c6d5fd
#fdc6f0

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

#fdeec6
#c6d5fd
#d3c6fd
#f1fdc6

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

#fdeec6 Color Code Preview on Black Background Color

This is how #fdeec6 Color will look on black background color. Color contrast ratio is 18.22

#fdeec6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdeec6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdeec6

#fdeec6 color code is use for CSS Background Color

Background color for the above div is #fdeec6

HTML with inline CSS

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

#fdeec6 color code is use for CSS Border Color

CSS Border color for the above div is #fdeec6

HTML with inline CSS

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

CSS Border Left color for the above div is #fdeec6

HTML with inline CSS

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

CSS Border Right color for the above div is #fdeec6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fdeec6

HTML with inline CSS

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

CSS Border Top color for the above div is #fdeec6

HTML with inline CSS

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

#fdeec6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fdeec6 Color code Preview on White Background

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

Related Gradients

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

0 Likes 0 Comments | 10 Views

Post your comment:-

By submitting comment you agree to our privacy policy.