crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#fcb2ed hex color - Red - Warm color - Information

#fcb2ed hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fcb2ed Color code in RGB color code model is created after adding 98.82% red color, 69.8% green color and 92.94% blue color. Hex #fcb2ed Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 29% magenta, 6% yellow and 1% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefcb2ed#fcb2ed
RGB Decimal252, 178, 237rgb(252, 178, 237)
RGB Percent99%, 70%, 93%rgb(99%, 70%, 93%)
CSS RGBa252, 178, 237,1rgba(252,178,237,1)
CMYK Modelcmyk(0%,29%,6%,1%)
HSL Color Space312,93% ,84%hsl(312,93% ,84%)
HSV Color Space312°, 29%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111001011001011101101
Octal374262355
Decimal252178237
Hexfcb2ed

Different shades of #fcb2ed color code.

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

Light Shade of #fcb2ed
#fee3f8
Dark Shade of #fcb2ed
#fa81e2
Saturated Shade of #fcb2ed
#ffafef
Desaturated Shade of #fcb2ed
#f8b6eb
Grey scale Shade of #fcb2ed
#d7d7d7
Brighten Shade
#ffcbff
Most Readable Shade
#000000

Shades of #fcb2ed color code

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

#fcb2ed
#e09ed2
#c48ab8
#a8769e
#8c6283
#704f69
#543b4f
#382734
#1c131a
#000000

Similar Color like #fcb2ed color

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

#fdb3ee
#feb4ef
#ffb5f0
#ffb6f1
#ffb7f2
#ffb8f3
#ffb9f4
#ffbaf5
#ffbbf6
#ffbcf7
#ffbdf8
#ffbef9
#ffbffa
#ffc0fb
#fbb1ec
#fab0eb
#f9afea
#f8aee9
#f7ade8
#f6ace7
#f5abe6
#f4aae5
#f3a9e4
#f2a8e3
#f1a7e2
#f0a6e1
#efa5e0
#eea4df

Monochromatic Color with #fcb2ed

#fcb2ed
#271c25
#523a4d
#7c5875
#a7769d
#d194c5

Tints of #fcb2ed Color

#fcb2ed
#fcbaef
#fcc3f1
#fdcbf3
#fdd4f5
#fddcf7
#fee5f9
#feedfb
#fef6fd
#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

#fcb2ed
#b2fcc1

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

Split Complementary

#fcb2ed
#c8fcb2
#b2fce6

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

Analogous Color

#edb2fc
#fcb2fc
#fcb2ed
#fcb2de
#fcb2cf

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

#fcb2ed
#edfcb2
#b2edfc

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

#fcb2ed
#fce6b2
#b2fcc1
#b2c8fc

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

#fcb2ed
#b2fcc1
#b2fce6
#fcb2c8

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

#fcb2ed Color Code Preview on Black Background Color

This is how #fcb2ed Color will look on black background color. Color contrast ratio is 12.73

#fcb2ed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcb2ed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcb2ed

#fcb2ed color code is use for CSS Background Color

Background color for the above div is #fcb2ed

HTML with inline CSS

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

#fcb2ed color code is use for CSS Border Color

CSS Border color for the above div is #fcb2ed

HTML with inline CSS

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

CSS Border Left color for the above div is #fcb2ed

HTML with inline CSS

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

CSS Border Right color for the above div is #fcb2ed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fcb2ed

HTML with inline CSS

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

CSS Border Top color for the above div is #fcb2ed

HTML with inline CSS

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

#fcb2ed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fcb2ed Color code Preview on White Background

This is how #fcb2ed Color code will look on white background color. Color contrast ratio is 1.65

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.