crispedge.com

Color picker

Loading...

#f8cead hex color - Orange - Warm color - Information

#f8cead hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #f8cead Color code in RGB color code model is created after adding 97.25% red color, 80.78% green color and 67.84% blue color. Hex #f8cead Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 17% magenta, 30% yellow and 3% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef8cead#f8cead
RGB Decimal248, 206, 173rgb(248, 206, 173)
RGB Percent97%, 81%, 68%rgb(97%, 81%, 68%)
CSS RGBa248, 206, 173,1rgba(248,206,173,1)
CMYK Modelcmyk(0%,17%,30%,3%)
HSL Color Space26,84% ,83%hsl(26,84% ,83%)
HSV Color Space26°, 30%, 97%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110001100111010101101
Octal370316255
Decimal248206173
Hexf8cead

Different shades of #f8cead color code.

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

Light Shade of #f8cead
#fceadc
Dark Shade of #f8cead
#f4b27e
Saturated Shade of #f8cead
#fccda9
Desaturated Shade of #f8cead
#f4cfb1
Grey scale Shade of #f8cead
#d2d2d2
Brighten Shade
#ffe7c6
Most Readable Shade
#000000

Shades of #f8cead color code

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

#f8cead
#dcb799
#c0a086
#a58973
#897260
#6e5b4c
#524439
#372d26
#1b1613
#000000

Similar Color like #f8cead color

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

#f9cfae
#fad0af
#fbd1b0
#fcd2b1
#fdd3b2
#fed4b3
#ffd5b4
#ffd6b5
#ffd7b6
#ffd8b7
#ffd9b8
#ffdab9
#ffdbba
#ffdcbb
#f7cdac
#f6ccab
#f5cbaa
#f4caa9
#f3c9a8
#f2c8a7
#f1c7a6
#f0c6a5
#efc5a4
#eec4a3
#edc3a2
#ecc2a1
#ebc1a0
#eac09f

Monochromatic Color with #f8cead

#f8cead
#231d19
#4e4136
#786454
#a38772
#cdab8f

Tints of #f8cead Color

#f8cead
#f8d3b6
#f9d8bf
#fadec8
#fbe3d1
#fbe9da
#fceee3
#fdf4ec
#fef9f5
#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

#f8cead
#add7f8

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

Split Complementary

#f8cead
#adf8f4
#adb2f8

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

Analogous Color

#f8b0ad
#f8bfad
#f8cead
#f8ddad
#f8ecad

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

#f8cead
#adf8ce
#ceadf8

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

#f8cead
#b1f8ad
#add7f8
#f3adf8

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

#f8cead
#add7f8
#adb2f8
#f8f3ad

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

#f8cead Color Code Preview on Black Background Color

This is how #f8cead Color will look on black background color. Color contrast ratio is 14.42

#f8cead in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f8cead

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f8cead

#f8cead color code is use for CSS Background Color

Background color for the above div is #f8cead

HTML with inline CSS

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

#f8cead color code is use for CSS Border Color

CSS Border color for the above div is #f8cead

HTML with inline CSS

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

CSS Border Left color for the above div is #f8cead

HTML with inline CSS

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

CSS Border Right color for the above div is #f8cead

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f8cead

HTML with inline CSS

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

CSS Border Top color for the above div is #f8cead

HTML with inline CSS

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

#f8cead hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f8cead Color code Preview on White Background

This is how #f8cead Color code will look on white background color. Color contrast ratio is 1.46

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

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(248,206,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(173,215,248,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(248,206,173,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.