crispedge.com

Color picker

Loading...

#ffcef2 hex color - Red - Warm color - Information

#ffcef2 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ffcef2 Color code in RGB color code model is created after adding 100% red color, 80.78% green color and 94.9% blue color. Hex #ffcef2 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 19% magenta, 5% yellow and 0% black.

Hex #ffcef2 color code is between #eeccee web safe hex color code and #ddddff web safe hex color code. #eeccee is the nearest web safe color code. You can see here many more shades of #ffcef2 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codeffcef2#ffcef2
RGB Decimal255, 206, 242rgb(255, 206, 242)
RGB Percent100%, 81%, 95%rgb(100%, 81%, 95%)
CSS RGBa255, 206, 242,1rgba(255,206,242,1)
CMYK Modelcmyk(0%,19%,5%,0%)
HSL Color Space316,100% ,90%hsl(316,100% ,90%)
HSV Color Space316°, 19%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111111100111011110010
Octal377316362
Decimal255206242
Hexffcef2

Different shades of #ffcef2 color code.

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

Light Shade of #ffcef2
#ffffff
Dark Shade of #ffcef2
#ff9be4
Saturated Shade of #ffcef2
#ffcef2
Desaturated Shade of #ffcef2
#fdd0f1
Grey scale Shade of #ffcef2
#e6e6e6
Brighten Shade
#ffe7ff
Most Readable Shade
#000000

Shades of #ffcef2 color code

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

#ffcef2
#e2b7d7
#c6a0bc
#aa89a1
#8d7286
#715b6b
#554450
#382d35
#1c161a
#000000

Similar Color like #ffcef2 color

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

#ffcff3
#ffd0f4
#ffd1f5
#ffd2f6
#ffd3f7
#ffd4f8
#ffd5f9
#ffd6fa
#ffd7fb
#ffd8fc
#ffd9fd
#ffdafe
#ffdbff
#ffdcff
#fecdf1
#fdccf0
#fccbef
#fbcaee
#fac9ed
#f9c8ec
#f8c7eb
#f7c6ea
#f6c5e9
#f5c4e8
#f4c3e7
#f3c2e6
#f2c1e5
#f1c0e4

Monochromatic Color with #ffcef2

#ffcef2
#2a2228
#554551
#806779
#aa89a1
#d4acca

Tints of #ffcef2 Color

#ffcef2
#ffd3f3
#ffd8f4
#ffdef6
#ffe3f7
#ffe9f9
#ffeefa
#fff4fc
#fff9fd
#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

#ffcef2
#ceffdb

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

Split Complementary

#ffcef2
#d9ffce
#cefff4

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

Analogous Color

#f8ceff
#ffcefc
#ffcef2
#ffcee8
#ffcede

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

#ffcef2
#f2ffce
#cef2ff

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

#ffcef2
#fff3ce
#ceffdb
#ced9ff

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

#ffcef2
#ceffdb
#cefff4
#ffced9

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

#ffcef2 Color Code Preview on Black Background Color

This is how #ffcef2 Color will look on black background color. Color contrast ratio is 15.36

#ffcef2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffcef2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffcef2

#ffcef2 color code is use for CSS Background Color

Background color for the above div is #ffcef2

HTML with inline CSS

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

#ffcef2 color code is use for CSS Border Color

CSS Border color for the above div is #ffcef2

HTML with inline CSS

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

CSS Border Left color for the above div is #ffcef2

HTML with inline CSS

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

CSS Border Right color for the above div is #ffcef2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ffcef2

HTML with inline CSS

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

CSS Border Top color for the above div is #ffcef2

HTML with inline CSS

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

#ffcef2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ffcef2 Color code Preview on White Background

This is how #ffcef2 Color code will look on white background color. Color contrast ratio is 1.37

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(255,206,242,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(206,255,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(255,206,242,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.