crispedge.com

Color picker

Loading...

#f8cbad hex color - Orange - Warm color - Information

#f8cbad hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

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

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

0 Likes 0 Comments | 6 Views

RGB Chart

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

Color Table

Hex Color Codef8cbad#f8cbad
RGB Decimal248, 203, 173rgb(248, 203, 173)
RGB Percent97%, 80%, 68%rgb(97%, 80%, 68%)
CSS RGBa248, 203, 173,1rgba(248,203,173,1)
CMYK Modelcmyk(0%,18%,30%,3%)
HSL Color Space24,84% ,83%hsl(24,84% ,83%)
HSV Color Space24°, 30%, 97%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110001100101110101101
Octal370313255
Decimal248203173
Hexf8cbad

Different shades of #f8cbad color code.

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

Light Shade of #f8cbad
#fce9dc
Dark Shade of #f8cbad
#f4ad7e
Saturated Shade of #f8cbad
#fccaa9
Desaturated Shade of #f8cbad
#f4ccb1
Grey scale Shade of #f8cbad
#d2d2d2
Brighten Shade
#ffe4c6
Most Readable Shade
#000000

Shades of #f8cbad color code

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

#f8cbad
#dcb499
#c09d86
#a58773
#897060
#6e5a4c
#524339
#372d26
#1b1613
#000000

Similar Color like #f8cbad color

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

#f9ccae
#facdaf
#fbceb0
#fccfb1
#fdd0b2
#fed1b3
#ffd2b4
#ffd3b5
#ffd4b6
#ffd5b7
#ffd6b8
#ffd7b9
#ffd8ba
#ffd9bb
#f7caac
#f6c9ab
#f5c8aa
#f4c7a9
#f3c6a8
#f2c5a7
#f1c4a6
#f0c3a5
#efc2a4
#eec1a3
#edc0a2
#ecbfa1
#ebbea0
#eabd9f

Monochromatic Color with #f8cbad

#f8cbad
#231d19
#4e4036
#786354
#a38572
#cda88f

Tints of #f8cbad Color

#f8cbad
#f8d0b6
#f9d6bf
#fadcc8
#fbe2d1
#fbe7da
#fcede3
#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

#f8cbad
#addaf8

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

Split Complementary

#f8cbad
#adf8f1
#adb5f8

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

Analogous Color

#f8adad
#f8bcad
#f8cbad
#f8daad
#f8e9ad

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

#f8cbad
#adf8cb
#cbadf8

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

#f8cbad
#b4f8ad
#addaf8
#f0adf8

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

#f8cbad
#addaf8
#adb5f8
#f8f1ad

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

#f8cbad Color Code Preview on Black Background Color

This is how #f8cbad Color will look on black background color. Color contrast ratio is 14.14

#f8cbad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f8cbad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f8cbad

#f8cbad color code is use for CSS Background Color

Background color for the above div is #f8cbad

HTML with inline CSS

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

#f8cbad color code is use for CSS Border Color

CSS Border color for the above div is #f8cbad

HTML with inline CSS

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

CSS Border Left color for the above div is #f8cbad

HTML with inline CSS

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

CSS Border Right color for the above div is #f8cbad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f8cbad

HTML with inline CSS

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

CSS Border Top color for the above div is #f8cbad

HTML with inline CSS

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

#f8cbad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f8cbad Color code Preview on White Background

This is how #f8cbad Color code will look on white background color. Color contrast ratio is 1.49

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

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,203,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(173,218,248,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(248,203,173,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.