crispedge.com

Color picker

Loading...

#fbc9cc hex color - Red - Warm color - Information

#fbc9cc hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fbc9cc Color code in RGB color code model is created after adding 98.43% red color, 78.82% green color and 80% blue color. Hex #fbc9cc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 20% magenta, 19% yellow and 2% black.

Hex #fbc9cc color code is between #ffccbb web safe hex color code and #eebbdd web safe hex color code. #ffccbb is the nearest web safe color code. You can see here many more shades of #fbc9cc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefbc9cc#fbc9cc
RGB Decimal251, 201, 204rgb(251, 201, 204)
RGB Percent98%, 79%, 80%rgb(98%, 79%, 80%)
CSS RGBa251, 201, 204,1rgba(251,201,204,1)
CMYK Modelcmyk(0%,20%,19%,2%)
HSL Color Space356,86% ,89%hsl(356,86% ,89%)
HSV Color Space356°, 20%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110111100100111001100
Octal373311314
Decimal251201204
Hexfbc9cc

Different shades of #fbc9cc color code.

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

Light Shade of #fbc9cc
#fff8f9
Dark Shade of #fbc9cc
#f7999f
Saturated Shade of #fbc9cc
#fec6c9
Desaturated Shade of #fbc9cc
#f8cccf
Grey scale Shade of #fbc9cc
#e2e2e2
Brighten Shade
#ffe2e5
Most Readable Shade
#000000

Shades of #fbc9cc color code

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

#fbc9cc
#dfb2b5
#c39c9e
#a78688
#8b6f71
#6f595a
#534344
#372c2d
#1b1616
#000000

Similar Color like #fbc9cc color

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

#fccacd
#fdcbce
#fecccf
#ffcdd0
#ffced1
#ffcfd2
#ffd0d3
#ffd1d4
#ffd2d5
#ffd3d6
#ffd4d7
#ffd5d8
#ffd6d9
#ffd7da
#fac8cb
#f9c7ca
#f8c6c9
#f7c5c8
#f6c4c7
#f5c3c6
#f4c2c5
#f3c1c4
#f2c0c3
#f1bfc2
#f0bec1
#efbdc0
#eebcbf
#edbbbe

Monochromatic Color with #fbc9cc

#fbc9cc
#261f1f
#514142
#7b6364
#a68587
#d0a7a9

Tints of #fbc9cc Color

#fbc9cc
#fbcfd1
#fbd5d7
#fcdbdd
#fce1e2
#fde7e8
#fdedee
#fef3f3
#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

#fbc9cc
#c9fbf8

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

Split Complementary

#fbc9cc
#c9fbdf
#c9e5fb

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

Analogous Color

#fbc9e0
#fbc9d6
#fbc9cc
#fbd0c9
#fbdac9

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

#fbc9cc
#ccfbc9
#c9ccfb

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

#fbc9cc
#e5fbc9
#c9fbf8
#dfc9fb

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

#fbc9cc
#c9fbf8
#c9e5fb
#fbdfc9

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

#fbc9cc Color Code Preview on Black Background Color

This is how #fbc9cc Color will look on black background color. Color contrast ratio is 14.33

#fbc9cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fbc9cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fbc9cc

#fbc9cc color code is use for CSS Background Color

Background color for the above div is #fbc9cc

HTML with inline CSS

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

#fbc9cc color code is use for CSS Border Color

CSS Border color for the above div is #fbc9cc

HTML with inline CSS

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

CSS Border Left color for the above div is #fbc9cc

HTML with inline CSS

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

CSS Border Right color for the above div is #fbc9cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fbc9cc

HTML with inline CSS

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

CSS Border Top color for the above div is #fbc9cc

HTML with inline CSS

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

#fbc9cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fbc9cc Color code Preview on White Background

This is how #fbc9cc Color code will look on white background color. Color contrast ratio is 1.47

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

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(251,201,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(201,251,248,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(251,201,204,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.