crispedge.com

Color picker

Loading...

#f5faca hex color - Green - Warm color - Information

#f5faca hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

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

Hex #f5faca color code is between #eeffcc web safe hex color code and #ffeebb web safe hex color code. #eeffcc is the nearest web safe color code. You can see here many more shades of #f5faca color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef5faca#f5faca
RGB Decimal245, 250, 202rgb(245, 250, 202)
RGB Percent96%, 98%, 79%rgb(96%, 98%, 79%)
CSS RGBa245, 250, 202,1rgba(245,250,202,1)
CMYK Modelcmyk(2%,0%,19%,2%)
HSL Color Space66,83% ,89%hsl(66,83% ,89%)
HSV Color Space66°, 19%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101011111101011001010
Octal365372312
Decimal245250202
Hexf5faca

Different shades of #f5faca color code.

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

Light Shade of #f5faca
#fefef9
Dark Shade of #f5faca
#ecf69b
Saturated Shade of #f5faca
#f7fdc7
Desaturated Shade of #f5faca
#f3f7cd
Grey scale Shade of #f5faca
#e2e2e2
Brighten Shade
#ffffe3
Most Readable Shade
#000000

Shades of #f5faca color code

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

#f5faca
#d9deb3
#bec29d
#a3a686
#888a70
#6c6f59
#515343
#36372c
#1b1b16
#000000

Similar Color like #f5faca color

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

#f6fbcb
#f7fccc
#f8fdcd
#f9fece
#faffcf
#fbffd0
#fcffd1
#fdffd2
#feffd3
#ffffd4
#ffffd5
#ffffd6
#ffffd7
#ffffd8
#f4f9c9
#f3f8c8
#f2f7c7
#f1f6c6
#f0f5c5
#eff4c4
#eef3c3
#edf2c2
#ecf1c1
#ebf0c0
#eaefbf
#e9eebe
#e8edbd
#e7ecbc

Monochromatic Color with #f5faca

#f5faca
#25251e
#4e5041
#787a63
#a2a585
#cbcfa8

Tints of #f5faca Color

#f5faca
#f6facf
#f7fbd5
#f8fbdb
#f9fce1
#fafce7
#fbfded
#fcfdf3
#fdfef9
#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

#f5faca
#cfcafa

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

Split Complementary

#f5faca
#caddfa
#e7cafa

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

Analogous Color

#faecca
#faf5ca
#f5faca
#ebfaca
#e2faca

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

#f5faca
#caf5fa
#facaf5

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

#f5faca
#cafae7
#cfcafa
#facadd

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

#f5faca
#cfcafa
#e7cafa
#ddfaca

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

#f5faca Color Code Preview on Black Background Color

This is how #f5faca Color will look on black background color. Color contrast ratio is 19.41

#f5faca in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f5faca

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f5faca

#f5faca color code is use for CSS Background Color

Background color for the above div is #f5faca

HTML with inline CSS

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

#f5faca color code is use for CSS Border Color

CSS Border color for the above div is #f5faca

HTML with inline CSS

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

CSS Border Left color for the above div is #f5faca

HTML with inline CSS

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

CSS Border Right color for the above div is #f5faca

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f5faca

HTML with inline CSS

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

CSS Border Top color for the above div is #f5faca

HTML with inline CSS

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

#f5faca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f5faca Color code Preview on White Background

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

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