crispedge.com

Color picker

Loading...

#fffaaa hex color - Yellow - Warm color - Information

#fffaaa hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #fffaaa Color code in RGB color code model is created after adding 100% red color, 98.04% green color and 66.67% blue color. Hex #fffaaa Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 2% magenta, 33% yellow and 0% black.

Hex #fffaaa color code is between #eeff99 web safe hex color code and #ddeebb web safe hex color code. #eeff99 is the nearest web safe color code. You can see here many more shades of #fffaaa color code.

0 Likes 0 Comments | 47 Views

RGB Chart

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

Color Table

Hex Color Codefffaaa#fffaaa
RGB Decimal255, 250, 170rgb(255, 250, 170)
RGB Percent100%, 98%, 67%rgb(100%, 98%, 67%)
CSS RGBa255, 250, 170,1rgba(255,250,170,1)
CMYK Modelcmyk(0%,2%,33%,0%)
HSL Color Space56,100% ,83%hsl(56,100% ,83%)
HSV Color Space56°, 33%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111111111101010101010
Octal377372252
Decimal255250170
Hexfffaaa

Different shades of #fffaaa color code.

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

Light Shade of #fffaaa
#fffddd
Dark Shade of #fffaaa
#fff777
Saturated Shade of #fffaaa
#fffaaa
Desaturated Shade of #fffaaa
#fbf6ae
Grey scale Shade of #fffaaa
#d4d4d4
Brighten Shade
#ffffc3
Most Readable Shade
#000000

Shades of #fffaaa color code

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

#fffaaa
#e2de97
#c6c284
#aaa671
#8d8a5e
#716f4b
#555338
#383725
#1c1b12
#000000

Similar Color like #fffaaa color

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

#fffbab
#fffcac
#fffdad
#fffeae
#ffffaf
#ffffb0
#ffffb1
#ffffb2
#ffffb3
#ffffb4
#ffffb5
#ffffb6
#ffffb7
#ffffb8
#fef9a9
#fdf8a8
#fcf7a7
#fbf6a6
#faf5a5
#f9f4a4
#f8f3a3
#f7f2a2
#f6f1a1
#f5f0a0
#f4ef9f
#f3ee9e
#f2ed9d
#f1ec9c

Monochromatic Color with #fffaaa

#fffaaa
#2a2a1c
#555339
#807d55
#aaa771
#d4d08e

Tints of #fffaaa Color

#fffaaa
#fffab3
#fffbbc
#fffbc6
#fffccf
#fffcd9
#fffde2
#fffdec
#fffef5
#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

#fffaaa
#aaafff

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

Split Complementary

#fffaaa
#aad9ff
#cfaaff

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

Analogous Color

#ffd8aa
#ffe9aa
#fffaaa
#f3ffaa
#e2ffaa

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

#fffaaa
#aafffa
#faaaff

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

#fffaaa
#aaffcf
#aaafff
#ffaad9

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

#fffaaa
#aaafff
#d0aaff
#d9ffaa

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

#fffaaa Color Code Preview on Black Background Color

This is how #fffaaa Color will look on black background color. Color contrast ratio is 19.51

#fffaaa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fffaaa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fffaaa

#fffaaa color code is use for CSS Background Color

Background color for the above div is #fffaaa

HTML with inline CSS

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

#fffaaa color code is use for CSS Border Color

CSS Border color for the above div is #fffaaa

HTML with inline CSS

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

CSS Border Left color for the above div is #fffaaa

HTML with inline CSS

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

CSS Border Right color for the above div is #fffaaa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fffaaa

HTML with inline CSS

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

CSS Border Top color for the above div is #fffaaa

HTML with inline CSS

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

#fffaaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fffaaa Color code Preview on White Background

This is how #fffaaa Color code will look on white background color. Color contrast ratio is 1.08

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

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

0 Likes 0 Comments | 47 Views

Post your comment:-

By submitting comment you agree to our privacy policy.