crispedge.com

Color picker

Loading...

#faf9ce hex color - Yellow - Warm color - Information

#faf9ce hex color - Yellow - Warm color

Color Hue/Base color: Yellow

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

Hex #faf9ce color code is between #ffffcc web safe hex color code and #eeeedd web safe hex color code. #ffffcc is the nearest web safe color code. You can see here many more shades of #faf9ce color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codefaf9ce#faf9ce
RGB Decimal250, 249, 206rgb(250, 249, 206)
RGB Percent98%, 98%, 81%rgb(98%, 98%, 81%)
CSS RGBa250, 249, 206,1rgba(250,249,206,1)
CMYK Modelcmyk(0%,0%,18%,2%)
HSL Color Space59,81% ,89%hsl(59,81% ,89%)
HSV Color Space59°, 18%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110101111100111001110
Octal372371316
Decimal250249206
Hexfaf9ce

Different shades of #faf9ce color code.

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

Light Shade of #faf9ce
#fffffc
Dark Shade of #faf9ce
#f5f3a0
Saturated Shade of #faf9ce
#fdfccb
Desaturated Shade of #faf9ce
#f7f6d1
Grey scale Shade of #faf9ce
#e4e4e4
Brighten Shade
#ffffe7
Most Readable Shade
#000000

Shades of #faf9ce color code

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

#faf9ce
#deddb7
#c2c1a0
#a6a689
#8a8a72
#6f6e5b
#535344
#37372d
#1b1b16
#000000

Similar Color like #faf9ce color

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

#fbfacf
#fcfbd0
#fdfcd1
#fefdd2
#fffed3
#ffffd4
#ffffd5
#ffffd6
#ffffd7
#ffffd8
#ffffd9
#ffffda
#ffffdb
#ffffdc
#f9f8cd
#f8f7cc
#f7f6cb
#f6f5ca
#f5f4c9
#f4f3c8
#f3f2c7
#f2f1c6
#f1f0c5
#f0efc4
#efeec3
#eeedc2
#edecc1
#ecebc0

Monochromatic Color with #faf9ce

#faf9ce
#25251f
#505042
#7a7a65
#a5a488
#cfcfab

Tints of #faf9ce Color

#faf9ce
#faf9d3
#fbfad8
#fbfbde
#fcfbe3
#fcfce9
#fdfdee
#fdfdf4
#fefef9
#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

#faf9ce
#cecffa

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

Split Complementary

#faf9ce
#cee5fa
#e3cefa

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

Analogous Color

#fae7ce
#faf0ce
#faf9ce
#f2face
#e9face

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

#faf9ce
#cefaf9
#f9cefa

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

#faf9ce
#cefae3
#cecffa
#facee5

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

#faf9ce
#cecffa
#e3cefa
#e5face

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

#faf9ce Color Code Preview on Black Background Color

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

#faf9ce in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #faf9ce

HTML with inline CSS

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

Your Example Paragraph content text in with font color #faf9ce

#faf9ce color code is use for CSS Background Color

Background color for the above div is #faf9ce

HTML with inline CSS

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

#faf9ce color code is use for CSS Border Color

CSS Border color for the above div is #faf9ce

HTML with inline CSS

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

CSS Border Left color for the above div is #faf9ce

HTML with inline CSS

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

CSS Border Right color for the above div is #faf9ce

HTML with inline CSS

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

CSS Border Bottom color for the above div is #faf9ce

HTML with inline CSS

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

CSS Border Top color for the above div is #faf9ce

HTML with inline CSS

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

#faf9ce hex Color code used as CSS color Codes

Example CSS Class for usage

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

#faf9ce Color code Preview on White Background

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

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