crispedge.com

Color picker

Loading...

#fdf1ca hex color - Yellow - Warm color - Information

#fdf1ca hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

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

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codefdf1ca#fdf1ca
RGB Decimal253, 241, 202rgb(253, 241, 202)
RGB Percent99%, 95%, 79%rgb(99%, 95%, 79%)
CSS RGBa253, 241, 202,1rgba(253,241,202,1)
CMYK Modelcmyk(0%,5%,20%,1%)
HSL Color Space46,93% ,89%hsl(46,93% ,89%)
HSV Color Space46°, 20%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111011111000111001010
Octal375361312
Decimal253241202
Hexfdf1ca

Different shades of #fdf1ca color code.

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

Light Shade of #fdf1ca
#fffefb
Dark Shade of #fdf1ca
#fbe499
Saturated Shade of #fdf1ca
#fff2c8
Desaturated Shade of #fdf1ca
#faf0cd
Grey scale Shade of #fdf1ca
#e3e3e3
Brighten Shade
#ffffe3
Most Readable Shade
#000000

Shades of #fdf1ca color code

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

#fdf1ca
#e0d6b3
#c4bb9d
#a8a086
#8c8570
#706b59
#545043
#38352c
#1c1a16
#000000

Similar Color like #fdf1ca color

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

#fef2cb
#fff3cc
#fff4cd
#fff5ce
#fff6cf
#fff7d0
#fff8d1
#fff9d2
#fffad3
#fffbd4
#fffcd5
#fffdd6
#fffed7
#ffffd8
#fcf0c9
#fbefc8
#faeec7
#f9edc6
#f8ecc5
#f7ebc4
#f6eac3
#f5e9c2
#f4e8c1
#f3e7c0
#f2e6bf
#f1e5be
#f0e4bd
#efe3bc

Monochromatic Color with #fdf1ca

#fdf1ca
#282720
#534f42
#7d7864
#a8a086
#d2c8a8

Tints of #fdf1ca Color

#fdf1ca
#fdf2cf
#fdf4d5
#fdf5db
#fdf7e1
#fef8e7
#fefaed
#fefbf3
#fefdf9
#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

#fdf1ca
#cad6fd

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

Split Complementary

#fdf1ca
#caf0fd
#d8cafd

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

Analogous Color

#fdddca
#fde7ca
#fdf1ca
#fdfbca
#f5fdca

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

#fdf1ca
#cafdf1
#f1cafd

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

#fdf1ca
#cafdd7
#cad6fd
#fdcaef

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

#fdf1ca
#cad6fd
#d8cafd
#f0fdca

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

#fdf1ca Color Code Preview on Black Background Color

This is how #fdf1ca Color will look on black background color. Color contrast ratio is 18.61

#fdf1ca in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdf1ca

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdf1ca

#fdf1ca color code is use for CSS Background Color

Background color for the above div is #fdf1ca

HTML with inline CSS

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

#fdf1ca color code is use for CSS Border Color

CSS Border color for the above div is #fdf1ca

HTML with inline CSS

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

CSS Border Left color for the above div is #fdf1ca

HTML with inline CSS

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

CSS Border Right color for the above div is #fdf1ca

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fdf1ca

HTML with inline CSS

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

CSS Border Top color for the above div is #fdf1ca

HTML with inline CSS

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

#fdf1ca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fdf1ca Color code Preview on White Background

This is how #fdf1ca Color code will look on white background color. Color contrast ratio is 1.13

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

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,241,202,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(202,214,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,241,202,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.