Skip to main content Skip to docs navigation

#fdccc0 hex color | Download Light Orange 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 Delicate Sweet Apricot and its hex is #FDCDBD Nearest Color Name

Color Hue/Base color: Orange

Hex #fdccc0 Color code in RGB color code model is created after adding 99.22% red color, 80% green color and 75.29% blue color. Hex #fdccc0 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 19% magenta, 24% yellow and 0.78% black.

Hex #fdccc0 color code is between #ffbbbb web safe hex color code and #eeddcc web safe hex color code. #ffbbbb is the nearest web safe color code. You can see here many more shades of #fdccc0 color code.

RGB Chart

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

Color Table

Hex Color Code fdccc0 #fdccc0
RGB Decimal 253, 204, 192 253, 204, 192
RGB Percent 99%, 80%, 75% rgb(99%, 80%, 75%)
CSS RGBa 253, 204, 192,1 rgba(253,204,192,1)
CMYK Model cmyk(0%,19%,24%,0.78%)
HSL Color Space 12,94% ,87% hsl(12,94% ,87%)
HSV Color Space 12°, 24%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111101 11001100 11000000
Octal 375 314 300
Decimal 253 204 192
Hex fd cc c0

Different shades of #fdccc0 color code.

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

Darkest of #fdccc0
#f8542c
Darker of #fdccc0
#fa7c5d
Dark of #fdccc0
#fba48f
Base of #fdccc0
#fdccc0
Light of #fdccc0
#fff4f1
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

#fdccc0
#c0f1fd

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

Split Complementary

#fdccc0
#c0fdea
#c0d2fd

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

Analogous Color

#fdc0d8
#fdc0cd
#fdccc0
#fde0c0
#fdfac0

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

#fdccc0
#ccc0fd
#c0fdcc

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

#fdccc0
#c0fdcc
#c0f1fd
#fdc0f1

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

#fdccc0
#d2fdc0
#c0f1fd
#eac0fd

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 #fdccc0

#ea3407
#f8542c
#fa7c5d
#fba48f
#fdccc0
#fff4f1
#ffffff
#ffffff
#ffffff

Tints of #fdccc0 Color

#fdccc0
#fdd1c7
#fdd7ce
#fdddd5
#fde2dc
#fee8e3
#feeeea
#fef3f1
#fef9f8
#ffffff

Shades of #fdccc0 color code

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

#fdccc0
#e0b5aa
#c49e95
#a88880
#8c716a
#705a55
#544440
#382d2a
#1c1615
#000000

Tones

#fdccc0
#f6d0c6
#f0d4cd
#e9d8d3
#e3dcda

Tones

Similar Color like #fdccc0 color

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

#fecdc1
#ffcec2
#ffcfc3
#ffd0c4
#ffd1c5
#ffd2c6
#ffd3c7
#ffd4c8
#ffd5c9
#ffd6ca
#ffd7cb
#ffd8cc
#ffd9cd
#ffdace
#fccbbf
#fbcabe
#fac9bd
#f9c8bc
#f8c7bb
#f7c6ba
#f6c5b9
#f5c4b8
#f4c3b7
#f3c2b6
#f2c1b5
#f1c0b4
#f0bfb3
#efbeb2

Download this Light Orange

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

#fdccc0 Color Code Preview on Black Background Color

This is how #fdccc0 Color will look on black background color. Color contrast ratio is 14.57

#fdccc0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdccc0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdccc0

#fdccc0 color code is use for CSS Background Color

Background color for the above div is #fdccc0

HTML with inline CSS

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

#fdccc0 color code is use for CSS Border Color

CSS Border color for the above div is #fdccc0

HTML with inline CSS

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

CSS Border Left color for the above div is #fdccc0

HTML with inline CSS

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

CSS Border Right color for the above div is #fdccc0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fdccc0

HTML with inline CSS

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

CSS Border Top color for the above div is #fdccc0

HTML with inline CSS

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

#fdccc0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fdccc0 Color code Preview on White Background

This is how #fdccc0 Color code will look on white background color. Color contrast ratio is 1.44

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

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(253,204,192,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(192,241,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,204,192,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }