crispedge.com

Color picker

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

#fdefb5 hex color - Yellow - Warm color - Information

#fdefb5 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

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

Hex #fdefb5 color code is between #ffeebb web safe hex color code and #eeffaa web safe hex color code. #ffeebb is the nearest web safe color code. You can see here many more shades of #fdefb5 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codefdefb5#fdefb5
RGB Decimal253, 239, 181rgb(253, 239, 181)
RGB Percent99%, 94%, 71%rgb(99%, 94%, 71%)
CSS RGBa253, 239, 181,1rgba(253,239,181,1)
CMYK Modelcmyk(0%,6%,28%,1%)
HSL Color Space48,95% ,85%hsl(48,95% ,85%)
HSV Color Space48°, 28%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111011110111110110101
Octal375357265
Decimal253239181
Hexfdefb5

Different shades of #fdefb5 color code.

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

Light Shade of #fdefb5
#fefae7
Dark Shade of #fdefb5
#fce483
Saturated Shade of #fdefb5
#fff0b3
Desaturated Shade of #fdefb5
#f9edb9
Grey scale Shade of #fdefb5
#d9d9d9
Brighten Shade
#ffffce
Most Readable Shade
#000000

Shades of #fdefb5 color code

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

#fdefb5
#e0d4a0
#c4b98c
#a89f78
#8c8464
#706a50
#544f3c
#383528
#1c1a14
#000000

Similar Color like #fdefb5 color

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

#fef0b6
#fff1b7
#fff2b8
#fff3b9
#fff4ba
#fff5bb
#fff6bc
#fff7bd
#fff8be
#fff9bf
#fffac0
#fffbc1
#fffcc2
#fffdc3
#fceeb4
#fbedb3
#faecb2
#f9ebb1
#f8eab0
#f7e9af
#f6e8ae
#f5e7ad
#f4e6ac
#f3e5ab
#f2e4aa
#f1e3a9
#f0e2a8
#efe1a7

Monochromatic Color with #fdefb5

#fdefb5
#28261d
#534e3b
#7d775a
#a89f78
#d2c797

Tints of #fdefb5 Color

#fdefb5
#fdf0bd
#fdf2c5
#fdf4cd
#fdf6d5
#fef7de
#fef9e6
#fefbee
#fefdf6
#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

#fdefb5
#b5c3fd

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

Split Complementary

#fdefb5
#b5e7fd
#cbb5fd

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

Analogous Color

#fdd2b5
#fde1b5
#fdefb5
#fdfdb5
#eefdb5

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

#fdefb5
#b5fdef
#efb5fd

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

#fdefb5
#b5fdcb
#b5c3fd
#fdb5e7

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

#fdefb5
#b5c3fd
#cbb5fd
#e7fdb5

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

#fdefb5 Color Code Preview on Black Background Color

This is how #fdefb5 Color will look on black background color. Color contrast ratio is 18.19

#fdefb5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdefb5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdefb5

#fdefb5 color code is use for CSS Background Color

Background color for the above div is #fdefb5

HTML with inline CSS

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

#fdefb5 color code is use for CSS Border Color

CSS Border color for the above div is #fdefb5

HTML with inline CSS

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

CSS Border Left color for the above div is #fdefb5

HTML with inline CSS

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

CSS Border Right color for the above div is #fdefb5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fdefb5

HTML with inline CSS

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

CSS Border Top color for the above div is #fdefb5

HTML with inline CSS

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

#fdefb5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fdefb5 Color code Preview on White Background

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

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.