crispedge.com

Color picker

Loading...

#faedad hex color - Yellow - Warm color - Information

#faedad hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #faedad Color code in RGB color code model is created after adding 98.04% red color, 92.94% green color and 67.84% blue color. Hex #faedad Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 5% magenta, 31% yellow and 2% black.

Hex #faedad color code is between #ffeeaa web safe hex color code and #eeddbb web safe hex color code. #ffeeaa is the nearest web safe color code. You can see here many more shades of #faedad color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefaedad#faedad
RGB Decimal250, 237, 173rgb(250, 237, 173)
RGB Percent98%, 93%, 68%rgb(98%, 93%, 68%)
CSS RGBa250, 237, 173,1rgba(250,237,173,1)
CMYK Modelcmyk(0%,5%,31%,2%)
HSL Color Space50,89% ,83%hsl(50,89% ,83%)
HSV Color Space50°, 31%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110101110110110101101
Octal372355255
Decimal250237173
Hexfaedad

Different shades of #faedad color code.

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

Light Shade of #faedad
#fdf8dd
Dark Shade of #faedad
#f7e27d
Saturated Shade of #faedad
#fef0a9
Desaturated Shade of #faedad
#f6eab1
Grey scale Shade of #faedad
#d3d3d3
Brighten Shade
#ffffc6
Most Readable Shade
#000000

Shades of #faedad color code

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

#faedad
#ded299
#c2b886
#a69e73
#8a8360
#6f694c
#534f39
#373426
#1b1a13
#000000

Similar Color like #faedad color

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

#fbeeae
#fcefaf
#fdf0b0
#fef1b1
#fff2b2
#fff3b3
#fff4b4
#fff5b5
#fff6b6
#fff7b7
#fff8b8
#fff9b9
#fffaba
#fffbbb
#f9ecac
#f8ebab
#f7eaaa
#f6e9a9
#f5e8a8
#f4e7a7
#f3e6a6
#f2e5a5
#f1e4a4
#f0e3a3
#efe2a2
#eee1a1
#ede0a0
#ecdf9f

Monochromatic Color with #faedad

#faedad
#25241a
#504c37
#7a7455
#a59c72
#cfc590

Tints of #faedad Color

#faedad
#faefb6
#fbf1bf
#fbf3c8
#fcf5d1
#fcf7da
#fdf9e3
#fdfbec
#fefdf5
#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

#faedad
#adbafa

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

Split Complementary

#faedad
#ade0fa
#c6adfa

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

Analogous Color

#facead
#fadead
#faedad
#f8faad
#e8faad

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

#faedad
#adfaed
#edadfa

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

#faedad
#adfac6
#adbafa
#faade0

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

#faedad
#adbafa
#c6adfa
#e1faad

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

#faedad Color Code Preview on Black Background Color

This is how #faedad Color will look on black background color. Color contrast ratio is 17.78

#faedad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #faedad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #faedad

#faedad color code is use for CSS Background Color

Background color for the above div is #faedad

HTML with inline CSS

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

#faedad color code is use for CSS Border Color

CSS Border color for the above div is #faedad

HTML with inline CSS

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

CSS Border Left color for the above div is #faedad

HTML with inline CSS

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

CSS Border Right color for the above div is #faedad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #faedad

HTML with inline CSS

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

CSS Border Top color for the above div is #faedad

HTML with inline CSS

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

#faedad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#faedad Color code Preview on White Background

This is how #faedad Color code will look on white background color. Color contrast ratio is 1.18

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

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(250,237,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(173,186,250,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(250,237,173,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.