crispedge.com

Color picker

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

#f2ebfa hex color - Violet - Cool color - Information

#f2ebfa hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #f2ebfa Color code in RGB color code model is created after adding 94.9% red color, 92.16% green color and 98.04% blue color. Hex #f2ebfa Color code in CMYK color (process color) code model is generated after subtraction of 3% cyan, 6% magenta, 0% yellow and 2% black.

Hex #f2ebfa color code is between #eeeeff web safe hex color code and #ffddee web safe hex color code. #eeeeff is the nearest web safe color code. You can see here many more shades of #f2ebfa color code.

0 Likes 0 Comments | 12 Views

Color Table

Hex Color Codef2ebfa#f2ebfa
RGB Decimal242, 235, 250rgb(242, 235, 250)
RGB Percent95%, 92%, 98%rgb(95%, 92%, 98%)
CSS RGBa242, 235, 250,1rgba(242,235,250,1)
CMYK Modelcmyk(3%,6%,0%,2%)
HSL Color Space268,60% ,95%hsl(268,60% ,95%)
HSV Color Space268°, 6%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary111100101110101111111010
Octal362353372
Decimal242235250
Hexf2ebfa

Different shades of #f2ebfa color code.

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

Light Shade of #f2ebfa
#ffffff
Dark Shade of #f2ebfa
#d7c2f0
Saturated Shade of #f2ebfa
#f2eafb
Desaturated Shade of #f2ebfa
#f2ecf9
Grey scale Shade of #f2ebfa
#f2f2f2
Brighten Shade
#ffffff
Most Readable Shade
#000000

Shades of #f2ebfa color code

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

#f2ebfa
#d7d0de
#bcb6c2
#a19ca6
#86828a
#6b686f
#504e53
#353437
#1a1a1b
#000000

Similar Color like #f2ebfa color

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

#f3ecfb
#f4edfc
#f5eefd
#f6effe
#f7f0ff
#f8f1ff
#f9f2ff
#faf3ff
#fbf4ff
#fcf5ff
#fdf6ff
#fef7ff
#fff8ff
#fff9ff
#f1eaf9
#f0e9f8
#efe8f7
#eee7f6
#ede6f5
#ece5f4
#ebe4f3
#eae3f2
#e9e2f1
#e8e1f0
#e7e0ef
#e6dfee
#e5deed
#e4ddec

Monochromatic Color with #f2ebfa

#f2ebfa
#242325
#4d4b50
#77737a
#a09ba5
#c9c3cf

Tints of #f2ebfa Color

#f2ebfa
#f3edfa
#f4effb
#f6f1fb
#f7f3fc
#f9f6fc
#faf8fd
#fcfafd
#fdfcfe
#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

#f2ebfa
#f3faeb

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

Split Complementary

#f2ebfa
#faf9eb
#ebfaeb

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

Analogous Color

#ecebfa
#efebfa
#f2ebfa
#f5ebfa
#f8ebfa

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

#f2ebfa
#faf2eb
#ebfaf2

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

#f2ebfa
#faebeb
#f3faeb
#ebfaf9

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

#f2ebfa
#f3faeb
#ebfaeb
#f9ebfa

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

#f2ebfa Color Code Preview on Black Background Color

This is how #f2ebfa Color will look on black background color. Color contrast ratio is 18.04

#f2ebfa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f2ebfa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f2ebfa

#f2ebfa color code is use for CSS Background Color

Background color for the above div is #f2ebfa

HTML with inline CSS

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

#f2ebfa color code is use for CSS Border Color

CSS Border color for the above div is #f2ebfa

HTML with inline CSS

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

CSS Border Left color for the above div is #f2ebfa

HTML with inline CSS

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

CSS Border Right color for the above div is #f2ebfa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f2ebfa

HTML with inline CSS

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

CSS Border Top color for the above div is #f2ebfa

HTML with inline CSS

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

#f2ebfa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f2ebfa Color code Preview on White Background

This is how #f2ebfa Color code will look on white background color. Color contrast ratio is 1.16

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

Related Gradients

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

0 Likes 0 Comments | 12 Views

Post your comment:-

By submitting comment you agree to our privacy policy.