crispedge.com

Color picker

Loading...

#fccfce hex color - Red - Warm color - Information

#fccfce hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fccfce Color code in RGB color code model is created after adding 98.82% red color, 81.18% green color and 80.78% blue color. Hex #fccfce Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 18% magenta, 18% yellow and 1% black.

Hex #fccfce color code is between #ffcccc web safe hex color code and #eedddd web safe hex color code. #ffcccc is the nearest web safe color code. You can see here many more shades of #fccfce color code.

0 Likes 0 Comments | 13 Views

RGB Chart

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

Color Table

Hex Color Codefccfce#fccfce
RGB Decimal252, 207, 206rgb(252, 207, 206)
RGB Percent99%, 81%, 81%rgb(99%, 81%, 81%)
CSS RGBa252, 207, 206,1rgba(252,207,206,1)
CMYK Modelcmyk(0%,18%,18%,1%)
HSL Color Space1,88% ,90%hsl(1,88% ,90%)
HSV Color Space1°, 18%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111001100111111001110
Octal374317316
Decimal252207206
Hexfccfce

Different shades of #fccfce color code.

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

Light Shade of #fccfce
#fffefe
Dark Shade of #fccfce
#f9a09e
Saturated Shade of #fccfce
#ffcccb
Desaturated Shade of #fccfce
#f9d1d1
Grey scale Shade of #fccfce
#e5e5e5
Brighten Shade
#ffe8e7
Most Readable Shade
#000000

Shades of #fccfce color code

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

#fccfce
#e0b8b7
#c4a1a0
#a88a89
#8c7372
#705c5b
#544544
#382e2d
#1c1716
#000000

Similar Color like #fccfce color

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

#fdd0cf
#fed1d0
#ffd2d1
#ffd3d2
#ffd4d3
#ffd5d4
#ffd6d5
#ffd7d6
#ffd8d7
#ffd9d8
#ffdad9
#ffdbda
#ffdcdb
#ffdddc
#fbcecd
#facdcc
#f9cccb
#f8cbca
#f7cac9
#f6c9c8
#f5c8c7
#f4c7c6
#f3c6c5
#f2c5c4
#f1c4c3
#f0c3c2
#efc2c1
#eec1c0

Monochromatic Color with #fccfce

#fccfce
#272020
#524343
#7c6666
#a78989
#d1acab

Tints of #fccfce Color

#fccfce
#fcd4d3
#fcd9d8
#fddfde
#fde4e3
#fde9e9
#feefee
#fef4f4
#fef9f9
#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

#fccfce
#cefbfc

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

Split Complementary

#fccfce
#cefce6
#cee4fc

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

Analogous Color

#fccedf
#fcced6
#fccfce
#fcd8ce
#fce1ce

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

#fccfce
#cefccf
#cfcefc

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

#fccfce
#e4fcce
#cefbfc
#e6cefc

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

#fccfce
#cefbfc
#cee4fc
#fce6ce

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

#fccfce Color Code Preview on Black Background Color

This is how #fccfce Color will look on black background color. Color contrast ratio is 14.96

#fccfce in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fccfce

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fccfce

#fccfce color code is use for CSS Background Color

Background color for the above div is #fccfce

HTML with inline CSS

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

#fccfce color code is use for CSS Border Color

CSS Border color for the above div is #fccfce

HTML with inline CSS

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

CSS Border Left color for the above div is #fccfce

HTML with inline CSS

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

CSS Border Right color for the above div is #fccfce

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fccfce

HTML with inline CSS

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

CSS Border Top color for the above div is #fccfce

HTML with inline CSS

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

#fccfce hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fccfce Color code Preview on White Background

This is how #fccfce Color code will look on white background color. Color contrast ratio is 1.40

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

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,207,206,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(206,251,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(252,207,206,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 13 Views

Post your comment:-

By submitting comment you agree to our privacy policy.