crispedge.com

Color picker

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

#f9dcee hex color - Red - Warm color - Information

#f9dcee hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #f9dcee Color code in RGB color code model is created after adding 97.65% red color, 86.27% green color and 93.33% blue color. Hex #f9dcee Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 12% magenta, 4% yellow and 2% black.

Hex #f9dcee color code is between #ffdddd web safe hex color code and #eeccff web safe hex color code. #ffdddd is the nearest web safe color code. You can see here many more shades of #f9dcee color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codef9dcee#f9dcee
RGB Decimal249, 220, 238rgb(249, 220, 238)
RGB Percent98%, 86%, 93%rgb(98%, 86%, 93%)
CSS RGBa249, 220, 238,1rgba(249,220,238,1)
CMYK Modelcmyk(0%,12%,4%,2%)
HSL Color Space323,71% ,92%hsl(323,71% ,92%)
HSV Color Space323°, 12%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110011101110011101110
Octal371334356
Decimal249220238
Hexf9dcee

Different shades of #f9dcee color code.

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

Light Shade of #f9dcee
#ffffff
Dark Shade of #f9dcee
#f2b0d9
Saturated Shade of #f9dcee
#fbdaee
Desaturated Shade of #f9dcee
#f7deee
Grey scale Shade of #f9dcee
#eaeaea
Brighten Shade
#fff5ff
Most Readable Shade
#000000

Shades of #f9dcee color code

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

#f9dcee
#ddc3d3
#c1abb9
#a6929e
#8a7a84
#6e6169
#53494f
#373034
#1b181a
#000000

Similar Color like #f9dcee color

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

#faddef
#fbdef0
#fcdff1
#fde0f2
#fee1f3
#ffe2f4
#ffe3f5
#ffe4f6
#ffe5f7
#ffe6f8
#ffe7f9
#ffe8fa
#ffe9fb
#ffeafc
#f8dbed
#f7daec
#f6d9eb
#f5d8ea
#f4d7e9
#f3d6e8
#f2d5e7
#f1d4e6
#f0d3e5
#efd2e4
#eed1e3
#edd0e2
#eccfe1
#ebcee0

Monochromatic Color with #f9dcee

#f9dcee
#242023
#4f464c
#796b74
#a4919d
#ceb6c5

Tints of #f9dcee Color

#f9dcee
#f9dfef
#fae3f1
#fbe7f3
#fbebf5
#fceff7
#fdf3f9
#fdf7fb
#fefbfd
#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

#f9dcee
#dcf9e7

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

Split Complementary

#f9dcee
#e0f9dc
#dcf9f5

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

Analogous Color

#f8dcf9
#f9dcf4
#f9dcee
#f9dce8
#f9dce2

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

#f9dcee
#eef9dc
#dceef9

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

#f9dcee
#f9f5dc
#dcf9e7
#dcdff9

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

#f9dcee
#dcf9e7
#dcf9f5
#f9dce0

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

#f9dcee Color Code Preview on Black Background Color

This is how #f9dcee Color will look on black background color. Color contrast ratio is 16.50

#f9dcee in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f9dcee

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f9dcee

#f9dcee color code is use for CSS Background Color

Background color for the above div is #f9dcee

HTML with inline CSS

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

#f9dcee color code is use for CSS Border Color

CSS Border color for the above div is #f9dcee

HTML with inline CSS

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

CSS Border Left color for the above div is #f9dcee

HTML with inline CSS

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

CSS Border Right color for the above div is #f9dcee

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f9dcee

HTML with inline CSS

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

CSS Border Top color for the above div is #f9dcee

HTML with inline CSS

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

#f9dcee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f9dcee Color code Preview on White Background

This is how #f9dcee Color code will look on white background color. Color contrast ratio is 1.27

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.