crispedge.com

Color picker

Loading...

#f3cfdb hex color - Red - Warm color - Information

#f3cfdb hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f3cfdb Color code in RGB color code model is created after adding 95.29% red color, 81.18% green color and 85.88% blue color. Hex #f3cfdb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 15% magenta, 10% yellow and 5% black.

Hex #f3cfdb color code is between #eeccdd web safe hex color code and #ffddcc web safe hex color code. #eeccdd is the nearest web safe color code. You can see here many more shades of #f3cfdb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef3cfdb#f3cfdb
RGB Decimal243, 207, 219rgb(243, 207, 219)
RGB Percent95%, 81%, 86%rgb(95%, 81%, 86%)
CSS RGBa243, 207, 219,1rgba(243,207,219,1)
CMYK Modelcmyk(0%,15%,10%,5%)
HSL Color Space340,60% ,88%hsl(340,60% ,88%)
HSV Color Space340°, 15%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100111100111111011011
Octal363317333
Decimal243207219
Hexf3cfdb

Different shades of #f3cfdb color code.

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

Light Shade of #f3cfdb
#fdf8fa
Dark Shade of #f3cfdb
#e9a6bc
Saturated Shade of #f3cfdb
#f6ccda
Desaturated Shade of #f3cfdb
#f0d2dc
Grey scale Shade of #f3cfdb
#e1e1e1
Brighten Shade
#ffe8f4
Most Readable Shade
#000000

Shades of #f3cfdb color code

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

#f3cfdb
#d8b8c2
#bda1aa
#a28a92
#877379
#6c5c61
#514549
#362e30
#1b1718
#000000

Similar Color like #f3cfdb color

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

#f4d0dc
#f5d1dd
#f6d2de
#f7d3df
#f8d4e0
#f9d5e1
#fad6e2
#fbd7e3
#fcd8e4
#fdd9e5
#fedae6
#ffdbe7
#ffdce8
#ffdde9
#f2ceda
#f1cdd9
#f0ccd8
#efcbd7
#eecad6
#edc9d5
#ecc8d4
#ebc7d3
#eac6d2
#e9c5d1
#e8c4d0
#e7c3cf
#e6c2ce
#e5c1cd

Monochromatic Color with #f3cfdb

#f3cfdb
#1e1a1b
#493e42
#736268
#9e878e
#c8abb5

Tints of #f3cfdb Color

#f3cfdb
#f4d4df
#f5d9e3
#f7dfe7
#f8e4eb
#f9e9ef
#fbeff3
#fcf4f7
#fdf9fb
#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

#f3cfdb
#cff3e7

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

Split Complementary

#f3cfdb
#cff3d5
#cfedf3

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

Analogous Color

#f3cfe9
#f3cfe2
#f3cfdb
#f3cfd4
#f3d1cf

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

#f3cfdb
#dbf3cf
#cfdbf3

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

#f3cfdb
#edf3cf
#cff3e7
#d5cff3

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

#f3cfdb
#cff3e7
#cfedf3
#f3d5cf

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

#f3cfdb Color Code Preview on Black Background Color

This is how #f3cfdb Color will look on black background color. Color contrast ratio is 14.76

#f3cfdb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f3cfdb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f3cfdb

#f3cfdb color code is use for CSS Background Color

Background color for the above div is #f3cfdb

HTML with inline CSS

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

#f3cfdb color code is use for CSS Border Color

CSS Border color for the above div is #f3cfdb

HTML with inline CSS

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

CSS Border Left color for the above div is #f3cfdb

HTML with inline CSS

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

CSS Border Right color for the above div is #f3cfdb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f3cfdb

HTML with inline CSS

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

CSS Border Top color for the above div is #f3cfdb

HTML with inline CSS

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

#f3cfdb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f3cfdb Color code Preview on White Background

This is how #f3cfdb Color code will look on white background color. Color contrast ratio is 1.42

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

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(243,207,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(207,243,231,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(243,207,219,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.