crispedge.com

Color picker

Loading...

#fcb08f hex color - Red - Warm color - Information

#fcb08f hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

Hex #fcb08f Color code in RGB color code model is created after adding 98.82% red color, 69.02% green color and 56.08% blue color. Hex #fcb08f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 30% magenta, 43% yellow and 1% black.

Hex #fcb08f color code is between #ffaa88 web safe hex color code and #eebb99 web safe hex color code. #ffaa88 is the nearest web safe color code. You can see here many more shades of #fcb08f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefcb08f#fcb08f
RGB Decimal252, 176, 143rgb(252, 176, 143)
RGB Percent99%, 69%, 56%rgb(99%, 69%, 56%)
CSS RGBa252, 176, 143,1rgba(252,176,143,1)
CMYK Modelcmyk(0%,30%,43%,1%)
HSL Color Space18,95% ,77%hsl(18,95% ,77%)
HSV Color Space18°, 43%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111001011000010001111
Octal374260217
Decimal252176143
Hexfcb08f

Different shades of #fcb08f color code.

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

Light Shade of #fcb08f
#fdd3c1
Dark Shade of #fcb08f
#fb8d5d
Saturated Shade of #fcb08f
#ffaf8c
Desaturated Shade of #fcb08f
#f6b295
Grey scale Shade of #fcb08f
#c5c5c5
Brighten Shade
#ffc9a8
Most Readable Shade
#000000

Shades of #fcb08f color code

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

#fcb08f
#e09c7f
#c4886f
#a8755f
#8c614f
#704e3f
#543a2f
#38271f
#1c130f
#000000

Similar Color like #fcb08f color

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

#fdb190
#feb291
#ffb392
#ffb493
#ffb594
#ffb695
#ffb796
#ffb897
#ffb998
#ffba99
#ffbb9a
#ffbc9b
#ffbd9c
#ffbe9d
#fbaf8e
#faae8d
#f9ad8c
#f8ac8b
#f7ab8a
#f6aa89
#f5a988
#f4a887
#f3a786
#f2a685
#f1a584
#f0a483
#efa382
#eea281

Monochromatic Color with #fcb08f

#fcb08f
#271c16
#52392f
#7c5747
#a7755f
#d19277

Tints of #fcb08f Color

#fcb08f
#fcb89b
#fcc1a7
#fdcab4
#fdd3c0
#fddbcd
#fee4d9
#feede6
#fef6f2
#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

#fcb08f
#8fdbfc

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

Split Complementary

#fcb08f
#8ffce6
#8fa5fc

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

Analogous Color

#fc8f9a
#fc9a8f
#fcb08f
#fcc68f
#fcdc8f

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

#fcb08f
#8ffcb0
#b08ffc

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

#fcb08f
#a4fc8f
#8fdbfc
#e68ffc

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

#fcb08f
#8fdbfc
#8fa5fc
#fce68f

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

#fcb08f Color Code Preview on Black Background Color

This is how #fcb08f Color will look on black background color. Color contrast ratio is 11.75

#fcb08f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcb08f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcb08f

#fcb08f color code is use for CSS Background Color

Background color for the above div is #fcb08f

HTML with inline CSS

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

#fcb08f color code is use for CSS Border Color

CSS Border color for the above div is #fcb08f

HTML with inline CSS

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

CSS Border Left color for the above div is #fcb08f

HTML with inline CSS

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

CSS Border Right color for the above div is #fcb08f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fcb08f

HTML with inline CSS

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

CSS Border Top color for the above div is #fcb08f

HTML with inline CSS

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

#fcb08f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fcb08f Color code Preview on White Background

This is how #fcb08f Color code will look on white background color. Color contrast ratio is 1.79

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

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(252,176,143,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(143,219,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(252,176,143,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.