crispedge.com

Color picker

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

#f6dadc hex color - Red - Warm color - Information

#f6dadc hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f6dadc Color code in RGB color code model is created after adding 96.47% red color, 85.49% green color and 86.27% blue color. Hex #f6dadc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 11% magenta, 11% yellow and 4% black.

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

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codef6dadc#f6dadc
RGB Decimal246, 218, 220rgb(246, 218, 220)
RGB Percent96%, 85%, 86%rgb(96%, 85%, 86%)
CSS RGBa246, 218, 220,1rgba(246,218,220,1)
CMYK Modelcmyk(0%,11%,11%,4%)
HSL Color Space356,61% ,91%hsl(356,61% ,91%)
HSV Color Space356°, 11%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101101101101011011100
Octal366332334
Decimal246218220
Hexf6dadc

Different shades of #f6dadc color code.

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

Light Shade of #f6dadc
#ffffff
Dark Shade of #f6dadc
#ecb1b5
Saturated Shade of #f6dadc
#f8d8da
Desaturated Shade of #f6dadc
#f4dcde
Grey scale Shade of #f6dadc
#e8e8e8
Brighten Shade
#fff3f5
Most Readable Shade
#000000

Shades of #f6dadc color code

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

#f6dadc
#dac1c3
#bfa9ab
#a49192
#88797a
#6d6061
#524849
#363030
#1b1818
#000000

Similar Color like #f6dadc color

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

#f7dbdd
#f8dcde
#f9dddf
#fadee0
#fbdfe1
#fce0e2
#fde1e3
#fee2e4
#ffe3e5
#ffe4e6
#ffe5e7
#ffe6e8
#ffe7e9
#ffe8ea
#f5d9db
#f4d8da
#f3d7d9
#f2d6d8
#f1d5d7
#f0d4d6
#efd3d5
#eed2d4
#edd1d3
#ecd0d2
#ebcfd1
#eaced0
#e9cdcf
#e8ccce

Monochromatic Color with #f6dadc

#f6dadc
#211e1e
#4c4344
#76696a
#a18f90
#cbb4b6

Tints of #f6dadc Color

#f6dadc
#f7dedf
#f8e2e3
#f9e6e7
#faeaeb
#fbeeef
#fcf2f3
#fdf6f7
#fefafb
#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

#f6dadc
#daf6f4

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

Split Complementary

#f6dadc
#daf6e6
#daeaf6

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

Analogous Color

#f6dae7
#f6dae2
#f6dadc
#f6deda
#f6e3da

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

#f6dadc
#dcf6da
#dadcf6

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

#f6dadc
#eaf6da
#daf6f4
#e6daf6

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

#f6dadc
#daf6f4
#daeaf6
#f6e6da

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

#f6dadc Color Code Preview on Black Background Color

This is how #f6dadc Color will look on black background color. Color contrast ratio is 15.98

#f6dadc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f6dadc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f6dadc

#f6dadc color code is use for CSS Background Color

Background color for the above div is #f6dadc

HTML with inline CSS

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

#f6dadc color code is use for CSS Border Color

CSS Border color for the above div is #f6dadc

HTML with inline CSS

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

CSS Border Left color for the above div is #f6dadc

HTML with inline CSS

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

CSS Border Right color for the above div is #f6dadc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f6dadc

HTML with inline CSS

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

CSS Border Top color for the above div is #f6dadc

HTML with inline CSS

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

#f6dadc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f6dadc Color code Preview on White Background

This is how #f6dadc Color code will look on white background color. Color contrast ratio is 1.31

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.