crispedge.com

Color picker

Loading...

#faffa7 hex color - Yellow - Warm color - Information

#faffa7 hex color - Yellow - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Yellow

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

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

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codefaffa7#faffa7
RGB Decimal250, 255, 167rgb(250, 255, 167)
RGB Percent98%, 100%, 65%rgb(98%, 100%, 65%)
CSS RGBa250, 255, 167,1rgba(250,255,167,1)
CMYK Modelcmyk(2%,0%,35%,0%)
HSL Color Space63,100% ,83%hsl(63,100% ,83%)
HSV Color Space63°, 35%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110101111111110100111
Octal372377247
Decimal250255167
Hexfaffa7

Different shades of #faffa7 color code.

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

Light Shade of #faffa7
#fdffda
Dark Shade of #faffa7
#f7ff74
Saturated Shade of #faffa7
#faffa7
Desaturated Shade of #faffa7
#f6fbab
Grey scale Shade of #faffa7
#d3d3d3
Brighten Shade
#ffffc0
Most Readable Shade
#000000

Shades of #faffa7 color code

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

#faffa7
#dee294
#c2c681
#a6aa6f
#8a8d5c
#6f714a
#535537
#373825
#1b1c12
#000000

Similar Color like #faffa7 color

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

#fbffa8
#fcffa9
#fdffaa
#feffab
#ffffac
#ffffad
#ffffae
#ffffaf
#ffffb0
#ffffb1
#ffffb2
#ffffb3
#ffffb4
#ffffb5
#f9fea6
#f8fda5
#f7fca4
#f6fba3
#f5faa2
#f4f9a1
#f3f8a0
#f2f79f
#f1f69e
#f0f59d
#eff49c
#eef39b
#edf29a
#ecf199

Monochromatic Color with #faffa7

#faffa7
#2a2a1c
#535538
#7d8054
#a7aa6f
#d0d48b

Tints of #faffa7 Color

#faffa7
#faffb0
#fbffba
#fbffc4
#fcffce
#fcffd7
#fdffe1
#fdffeb
#fefff5
#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

#faffa7
#aca7ff

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

Split Complementary

#faffa7
#a7ceff
#d8a7ff

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

Analogous Color

#ffe1a7
#fff2a7
#faffa7
#e8ffa7
#d7ffa7

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

#faffa7
#a7faff
#ffa7fa

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

#faffa7
#a7ffd8
#aca7ff
#ffa7ce

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

#faffa7
#aca7ff
#d8a7ff
#ceffa7

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

#faffa7 Color Code Preview on Black Background Color

This is how #faffa7 Color will look on black background color. Color contrast ratio is 19.93

#faffa7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #faffa7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #faffa7

#faffa7 color code is use for CSS Background Color

Background color for the above div is #faffa7

HTML with inline CSS

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

#faffa7 color code is use for CSS Border Color

CSS Border color for the above div is #faffa7

HTML with inline CSS

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

CSS Border Left color for the above div is #faffa7

HTML with inline CSS

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

CSS Border Right color for the above div is #faffa7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #faffa7

HTML with inline CSS

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

CSS Border Top color for the above div is #faffa7

HTML with inline CSS

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

#faffa7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#faffa7 Color code Preview on White Background

This is how #faffa7 Color code will look on white background color. Color contrast ratio is 1.05

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

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,255,167,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(172,167,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(250,255,167,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.