crispedge.com

Color picker

Loading...

#f8cdac hex color - Orange - Warm color - Information

#f8cdac hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

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

Hex #f8cdac 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 #f8cdac color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef8cdac#f8cdac
RGB Decimal248, 205, 172rgb(248, 205, 172)
RGB Percent97%, 80%, 67%rgb(97%, 80%, 67%)
CSS RGBa248, 205, 172,1rgba(248,205,172,1)
CMYK Modelcmyk(0%,17%,31%,3%)
HSL Color Space26,84% ,82%hsl(26,84% ,82%)
HSV Color Space26°, 31%, 97%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110001100110110101100
Octal370315254
Decimal248205172
Hexf8cdac

Different shades of #f8cdac color code.

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

Light Shade of #f8cdac
#fce9db
Dark Shade of #f8cdac
#f4b17d
Saturated Shade of #f8cdac
#fccca7
Desaturated Shade of #f8cdac
#f3ceb0
Grey scale Shade of #f8cdac
#d2d2d2
Brighten Shade
#ffe6c5
Most Readable Shade
#000000

Shades of #f8cdac color code

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

#f8cdac
#dcb698
#c09f85
#a58872
#89715f
#6e5b4c
#524439
#372d26
#1b1613
#000000

Similar Color like #f8cdac color

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

#f9cead
#facfae
#fbd0af
#fcd1b0
#fdd2b1
#fed3b2
#ffd4b3
#ffd5b4
#ffd6b5
#ffd7b6
#ffd8b7
#ffd9b8
#ffdab9
#ffdbba
#f7ccab
#f6cbaa
#f5caa9
#f4c9a8
#f3c8a7
#f2c7a6
#f1c6a5
#f0c5a4
#efc4a3
#eec3a2
#edc2a1
#ecc1a0
#ebc09f
#eabf9e

Monochromatic Color with #f8cdac

#f8cdac
#231d19
#4e4036
#786454
#a38771
#cdaa8f

Tints of #f8cdac Color

#f8cdac
#f8d2b5
#f9d8be
#faddc7
#fbe3d0
#fbe8da
#fceee3
#fdf3ec
#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

#f8cdac
#acd7f8

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

Split Complementary

#f8cdac
#acf8f3
#acb1f8

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

Analogous Color

#f8afac
#f8beac
#f8cdac
#f8dcac
#f8ebac

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

#f8cdac
#acf8cd
#cdacf8

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

#f8cdac
#b1f8ac
#acd7f8
#f3acf8

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

#f8cdac
#acd7f8
#acb1f8
#f8f3ac

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

#f8cdac Color Code Preview on Black Background Color

This is how #f8cdac Color will look on black background color. Color contrast ratio is 14.32

#f8cdac in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f8cdac

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f8cdac

#f8cdac color code is use for CSS Background Color

Background color for the above div is #f8cdac

HTML with inline CSS

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

#f8cdac color code is use for CSS Border Color

CSS Border color for the above div is #f8cdac

HTML with inline CSS

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

CSS Border Left color for the above div is #f8cdac

HTML with inline CSS

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

CSS Border Right color for the above div is #f8cdac

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f8cdac

HTML with inline CSS

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

CSS Border Top color for the above div is #f8cdac

HTML with inline CSS

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

#f8cdac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f8cdac Color code Preview on White Background

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

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