crispedge.com

Color picker

Loading...

#f1cfaa hex color - Orange - Warm color - Information

#f1cfaa hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #f1cfaa Color code in RGB color code model is created after adding 94.51% red color, 81.18% green color and 66.67% blue color. Hex #f1cfaa Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 14% magenta, 29% yellow and 5% black.

Hex #f1cfaa color code is between #eecc99 web safe hex color code and #ffddbb web safe hex color code. #eecc99 is the nearest web safe color code. You can see here many more shades of #f1cfaa color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codef1cfaa#f1cfaa
RGB Decimal241, 207, 170rgb(241, 207, 170)
RGB Percent95%, 81%, 67%rgb(95%, 81%, 67%)
CSS RGBa241, 207, 170,1rgba(241,207,170,1)
CMYK Modelcmyk(0%,14%,29%,5%)
HSL Color Space31,72% ,81%hsl(31,72% ,81%)
HSV Color Space31°, 29%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100011100111110101010
Octal361317252
Decimal241207170
Hexf1cfaa

Different shades of #f1cfaa color code.

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

Light Shade of #f1cfaa
#f8e8d6
Dark Shade of #f1cfaa
#eab67e
Saturated Shade of #f1cfaa
#f6cfa5
Desaturated Shade of #f1cfaa
#eccfaf
Grey scale Shade of #f1cfaa
#cdcdcd
Brighten Shade
#ffe8c3
Most Readable Shade
#000000

Shades of #f1cfaa color code

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

#f1cfaa
#d6b897
#bba184
#a08a71
#85735e
#6b5c4b
#504538
#352e25
#1a1712
#000000

Similar Color like #f1cfaa color

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

#f2d0ab
#f3d1ac
#f4d2ad
#f5d3ae
#f6d4af
#f7d5b0
#f8d6b1
#f9d7b2
#fad8b3
#fbd9b4
#fcdab5
#fddbb6
#fedcb7
#ffddb8
#f0cea9
#efcda8
#eecca7
#edcba6
#eccaa5
#ebc9a4
#eac8a3
#e9c7a2
#e8c6a1
#e7c5a0
#e6c49f
#e5c39e
#e4c29d
#e3c19c

Monochromatic Color with #f1cfaa

#f1cfaa
#1c1814
#473d32
#716150
#9c866e
#c6aa8c

Tints of #f1cfaa Color

#f1cfaa
#f2d4b3
#f4d9bc
#f5dfc6
#f7e4cf
#f8e9d9
#faefe2
#fbf4ec
#fdf9f5
#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

#f1cfaa
#aaccf1

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

Split Complementary

#f1cfaa
#aaeff1
#acaaf1

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

Analogous Color

#f1b3aa
#f1c1aa
#f1cfaa
#f1ddaa
#f1ebaa

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

#f1cfaa
#aaf1cf
#cfaaf1

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

#f1cfaa
#aaf1ab
#aaccf1
#f1aaef

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

#f1cfaa
#aaccf1
#acaaf1
#eff1aa

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

#f1cfaa Color Code Preview on Black Background Color

This is how #f1cfaa Color will look on black background color. Color contrast ratio is 14.25

#f1cfaa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f1cfaa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f1cfaa

#f1cfaa color code is use for CSS Background Color

Background color for the above div is #f1cfaa

HTML with inline CSS

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

#f1cfaa color code is use for CSS Border Color

CSS Border color for the above div is #f1cfaa

HTML with inline CSS

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

CSS Border Left color for the above div is #f1cfaa

HTML with inline CSS

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

CSS Border Right color for the above div is #f1cfaa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f1cfaa

HTML with inline CSS

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

CSS Border Top color for the above div is #f1cfaa

HTML with inline CSS

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

#f1cfaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f1cfaa Color code Preview on White Background

This is how #f1cfaa Color code will look on white background color. Color contrast ratio is 1.47

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

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.