crispedge.com

Color picker

Loading...

#fdfecb hex color - White - Warm color - Information

#fdfecb hex color - White - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: White

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

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

0 Likes 0 Comments | 3 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codefdfecb#fdfecb
RGB Decimal253, 254, 203rgb(253, 254, 203)
RGB Percent99%, 100%, 80%rgb(99%, 100%, 80%)
CSS RGBa253, 254, 203,1rgba(253,254,203,1)
CMYK Modelcmyk(0%,0%,20%,0%)
HSL Color Space61,96% ,90%hsl(61,96% ,90%)
HSV Color Space61°, 20%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111011111111011001011
Octal375376313
Decimal253254203
Hexfdfecb

Different shades of #fdfecb color code.

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

Light Shade of #fdfecb
#fffffd
Dark Shade of #fdfecb
#fbfd99
Saturated Shade of #fdfecb
#feffca
Desaturated Shade of #fdfecb
#fafbce
Grey scale Shade of #fdfecb
#e4e4e4
Brighten Shade
#ffffe4
Most Readable Shade
#000000

Shades of #fdfecb color code

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

#fdfecb
#e0e1b4
#c4c59d
#a8a987
#8c8d70
#70705a
#545443
#38382d
#1c1c16
#000000

Similar Color like #fdfecb color

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

#feffcc
#ffffcd
#ffffce
#ffffcf
#ffffd0
#ffffd1
#ffffd2
#ffffd3
#ffffd4
#ffffd5
#ffffd6
#ffffd7
#ffffd8
#ffffd9
#fcfdca
#fbfcc9
#fafbc8
#f9fac7
#f8f9c6
#f7f8c5
#f6f7c4
#f5f6c3
#f4f5c2
#f3f4c1
#f2f3c0
#f1f2bf
#f0f1be
#eff0bd

Monochromatic Color with #fdfecb

#fdfecb
#292921
#545443
#7e7e65
#a8a987
#d3d3a9

Tints of #fdfecb Color

#fdfecb
#fdfed0
#fdfed6
#fdfedc
#fdfee2
#fefee7
#fefeed
#fefef3
#fefef9
#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

#fdfecb
#cccbfe

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

Split Complementary

#fdfecb
#cbe3fe
#e6cbfe

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

Analogous Color

#feebcb
#fef5cb
#fdfecb
#f3fecb
#e9fecb

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

#fdfecb
#cbfdfe
#fecbfd

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

#fdfecb
#cbfee5
#cccbfe
#fecbe3

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

#fdfecb
#cccbfe
#e6cbfe
#e3fecb

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

#fdfecb Color Code Preview on Black Background Color

This is how #fdfecb Color will look on black background color. Color contrast ratio is 20.22

#fdfecb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdfecb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdfecb

#fdfecb color code is use for CSS Background Color

Background color for the above div is #fdfecb

HTML with inline CSS

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

#fdfecb color code is use for CSS Border Color

CSS Border color for the above div is #fdfecb

HTML with inline CSS

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

CSS Border Left color for the above div is #fdfecb

HTML with inline CSS

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

CSS Border Right color for the above div is #fdfecb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fdfecb

HTML with inline CSS

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

CSS Border Top color for the above div is #fdfecb

HTML with inline CSS

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

#fdfecb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fdfecb Color code Preview on White Background

This is how #fdfecb Color code will look on white background color. Color contrast ratio is 1.04

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(253,254,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(204,203,254,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,254,203,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.