crispedge.com

Color picker

Loading...

#faffc5 hex color - White - Warm color - Information

#faffc5 hex color - White - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: White

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

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codefaffc5#faffc5
RGB Decimal250, 255, 197rgb(250, 255, 197)
RGB Percent98%, 100%, 77%rgb(98%, 100%, 77%)
CSS RGBa250, 255, 197,1rgba(250,255,197,1)
CMYK Modelcmyk(2%,0%,23%,0%)
HSL Color Space65,100% ,89%hsl(65,100% ,89%)
HSV Color Space65°, 23%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110101111111111000101
Octal372377305
Decimal250255197
Hexfaffc5

Different shades of #faffc5 color code.

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

Light Shade of #faffc5
#fefff8
Dark Shade of #faffc5
#f6ff92
Saturated Shade of #faffc5
#faffc5
Desaturated Shade of #faffc5
#f8fcc8
Grey scale Shade of #faffc5
#e2e2e2
Brighten Shade
#ffffde
Most Readable Shade
#000000

Shades of #faffc5 color code

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

#faffc5
#dee2af
#c2c699
#a6aa83
#8a8d6d
#6f7157
#535541
#37382b
#1b1c15
#000000

Similar Color like #faffc5 color

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

#fbffc6
#fcffc7
#fdffc8
#feffc9
#ffffca
#ffffcb
#ffffcc
#ffffcd
#ffffce
#ffffcf
#ffffd0
#ffffd1
#ffffd2
#ffffd3
#f9fec4
#f8fdc3
#f7fcc2
#f6fbc1
#f5fac0
#f4f9bf
#f3f8be
#f2f7bd
#f1f6bc
#f0f5bb
#eff4ba
#eef3b9
#edf2b8
#ecf1b7

Monochromatic Color with #faffc5

#faffc5
#2a2a21
#535542
#7d8063
#a7aa83
#d0d4a4

Tints of #faffc5 Color

#faffc5
#faffcb
#fbffd1
#fbffd8
#fcffde
#fcffe5
#fdffeb
#fdfff2
#fefff8
#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

#faffc5
#cac5ff

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

Split Complementary

#faffc5
#c5ddff
#e7c5ff

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

Analogous Color

#ffedc5
#fff8c5
#faffc5
#eeffc5
#e3ffc5

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

#faffc5
#c5faff
#ffc5fa

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

#faffc5
#c5ffe7
#cac5ff
#ffc5dd

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

#faffc5
#cac5ff
#e7c5ff
#ddffc5

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

#faffc5 Color Code Preview on Black Background Color

This is how #faffc5 Color will look on black background color. Color contrast ratio is 20.18

#faffc5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #faffc5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #faffc5

#faffc5 color code is use for CSS Background Color

Background color for the above div is #faffc5

HTML with inline CSS

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

#faffc5 color code is use for CSS Border Color

CSS Border color for the above div is #faffc5

HTML with inline CSS

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

CSS Border Left color for the above div is #faffc5

HTML with inline CSS

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

CSS Border Right color for the above div is #faffc5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #faffc5

HTML with inline CSS

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

CSS Border Top color for the above div is #faffc5

HTML with inline CSS

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

#faffc5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#faffc5 Color code Preview on White Background

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

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