Skip to main content Skip to docs navigation

#f0cbbd hex color | Download Light Brown BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Pink Pieris and its hex is #EFC9B8 Nearest Color Name

Color Hue/Base color: Brown

Hex #f0cbbd Color code in RGB color code model is created after adding 94.12% red color, 79.61% green color and 74.12% blue color. Hex #f0cbbd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 15% magenta, 21% yellow and 5.88% black.

Hex #f0cbbd color code is between #eeccbb web safe hex color code and #ffbbcc web safe hex color code. #eeccbb is the nearest web safe color code. You can see here many more shades of #f0cbbd color code.

RGB Chart

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

Color Table

Hex Color Code f0cbbd #f0cbbd
RGB Decimal 240, 203, 189 240, 203, 189
RGB Percent 94%, 80%, 74% rgb(94%, 80%, 74%)
CSS RGBa 240, 203, 189,1 rgba(240,203,189,1)
CMYK Model cmyk(0%,15%,21%,5.88%)
HSL Color Space 16,63% ,84% hsl(16,63% ,84%)
HSV Color Space 16°, 21%, 94%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11110000 11001011 10111101
Octal 360 313 275
Decimal 240 203 189
Hex f0 cb bd

Different shades of #f0cbbd color code.

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

Darkest of #f0cbbd
#d46940
Darker of #f0cbbd
#dd8a6a
Dark of #f0cbbd
#e7aa93
Base of #f0cbbd
#f0cbbd
Light of #f0cbbd
#f9ece7
Lighter
#ffffff
Lightest
#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

#f0cbbd
#bde2f0

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

Split Complementary

#f0cbbd
#bdf0e5
#bdc9f0

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

Analogous Color

#f0bdcd
#f0bdc4
#f0cbbd
#f0dcbd
#eff0bd

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

#f0cbbd
#cbbdf0
#bdf0cb

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

#f0cbbd
#bdf0cb
#bde2f0
#f0bde2

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#f0cbbd
#c9f0bd
#bde2f0
#e5bdf0

Square 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).

Monochromatic Color with #f0cbbd

#b7512a
#d46940
#dd8a6a
#e7aa93
#f0cbbd
#f9ece7
#ffffff
#ffffff
#ffffff

Tints of #f0cbbd Color

#f0cbbd
#f1d0c4
#f3d6cb
#f5dcd3
#f6e2da
#f8e7e1
#faede9
#fbf3f0
#fdf9f7
#ffffff

Shades of #f0cbbd color code

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

#f0cbbd
#d5b4a8
#ba9d93
#a0877e
#857069
#6a5a54
#50433f
#352d2a
#1a1615
#000000

Tones

#f0cbbd
#e8cfc5
#e0d2cd
#d8d6d5
#d7d7d7

Tones

Similar Color like #f0cbbd color

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

#f1ccbe
#f2cdbf
#f3cec0
#f4cfc1
#f5d0c2
#f6d1c3
#f7d2c4
#f8d3c5
#f9d4c6
#fad5c7
#fbd6c8
#fcd7c9
#fdd8ca
#fed9cb
#efcabc
#eec9bb
#edc8ba
#ecc7b9
#ebc6b8
#eac5b7
#e9c4b6
#e8c3b5
#e7c2b4
#e6c1b3
#e5c0b2
#e4bfb1
#e3beb0
#e2bdaf

Download this Light Brown

Hex #f0cbbd 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.

#f0cbbd Color Code Preview on Black Background Color

This is how #f0cbbd Color will look on black background color. Color contrast ratio is 13.98

#f0cbbd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f0cbbd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f0cbbd

#f0cbbd color code is use for CSS Background Color

Background color for the above div is #f0cbbd

HTML with inline CSS

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

#f0cbbd color code is use for CSS Border Color

CSS Border color for the above div is #f0cbbd

HTML with inline CSS

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

CSS Border Left color for the above div is #f0cbbd

HTML with inline CSS

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

CSS Border Right color for the above div is #f0cbbd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f0cbbd

HTML with inline CSS

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

CSS Border Top color for the above div is #f0cbbd

HTML with inline CSS

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

#f0cbbd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f0cbbd Color code Preview on White Background

This is how #f0cbbd Color code will look on white background color. Color contrast ratio is 1.50

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(240,203,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(189,226,240,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(240,203,189,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }