crispedge.com

Color picker

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

#fac7cb hex color - Red - Warm color - Information

#fac7cb hex color - Red - Warm color

Color Hue/Base color: Red

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

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

0 Likes 0 Comments | 18 Views

Color Table

Hex Color Codefac7cb#fac7cb
RGB Decimal250, 199, 203rgb(250, 199, 203)
RGB Percent98%, 78%, 80%rgb(98%, 78%, 80%)
CSS RGBa250, 199, 203,1rgba(250,199,203,1)
CMYK Modelcmyk(0%,20%,19%,2%)
HSL Color Space355,84% ,88%hsl(355,84% ,88%)
HSV Color Space355°, 20%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110101100011111001011
Octal372307313
Decimal250199203
Hexfac7cb

Different shades of #fac7cb color code.

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

Light Shade of #fac7cb
#fef6f6
Dark Shade of #fac7cb
#f6989f
Saturated Shade of #fac7cb
#fdc4c8
Desaturated Shade of #fac7cb
#f7cace
Grey scale Shade of #fac7cb
#e0e0e0
Brighten Shade
#ffe0e4
Most Readable Shade
#000000

Shades of #fac7cb color code

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

#fac7cb
#deb0b4
#c29a9d
#a68487
#8a6e70
#6f585a
#534243
#372c2d
#1b1616
#000000

Similar Color like #fac7cb color

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

#fbc8cc
#fcc9cd
#fdcace
#fecbcf
#ffccd0
#ffcdd1
#ffced2
#ffcfd3
#ffd0d4
#ffd1d5
#ffd2d6
#ffd3d7
#ffd4d8
#ffd5d9
#f9c6ca
#f8c5c9
#f7c4c8
#f6c3c7
#f5c2c6
#f4c1c5
#f3c0c4
#f2bfc3
#f1bec2
#f0bdc1
#efbcc0
#eebbbf
#edbabe
#ecb9bd

Monochromatic Color with #fac7cb

#fac7cb
#251e1e
#504041
#7a6263
#a58386
#cfa5a9

Tints of #fac7cb Color

#fac7cb
#facdd0
#fbd3d6
#fbd9dc
#fcdfe2
#fce6e7
#fdeced
#fdf2f3
#fef8f9
#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

#fac7cb
#c7faf6

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

Split Complementary

#fac7cb
#c7fadd
#c7e5fa

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

Analogous Color

#fac7df
#fac7d5
#fac7cb
#facdc7
#fad7c7

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

#fac7cb
#cbfac7
#c7cbfa

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

#fac7cb
#e4fac7
#c7faf6
#dcc7fa

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

#fac7cb
#c7faf6
#c7e5fa
#fadcc7

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

#fac7cb Color Code Preview on Black Background Color

This is how #fac7cb Color will look on black background color. Color contrast ratio is 14.10

#fac7cb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fac7cb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fac7cb

#fac7cb color code is use for CSS Background Color

Background color for the above div is #fac7cb

HTML with inline CSS

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

#fac7cb color code is use for CSS Border Color

CSS Border color for the above div is #fac7cb

HTML with inline CSS

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

CSS Border Left color for the above div is #fac7cb

HTML with inline CSS

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

CSS Border Right color for the above div is #fac7cb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fac7cb

HTML with inline CSS

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

CSS Border Top color for the above div is #fac7cb

HTML with inline CSS

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

#fac7cb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fac7cb Color code Preview on White Background

This is how #fac7cb Color code will look on white background color. Color contrast ratio is 1.49

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

Related Gradients

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

0 Likes 0 Comments | 18 Views

Post your comment:-

By submitting comment you agree to our privacy policy.