crispedge.com

Color picker

Loading...

#ffcbea hex color - Red - Warm color - Information

#ffcbea hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #ffcbea Color code in RGB color code model is created after adding 100% red color, 79.61% green color and 91.76% blue color. Hex #ffcbea Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 20% magenta, 8% yellow and 0% black.

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

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeffcbea#ffcbea
RGB Decimal255, 203, 234rgb(255, 203, 234)
RGB Percent100%, 80%, 92%rgb(100%, 80%, 92%)
CSS RGBa255, 203, 234,1rgba(255,203,234,1)
CMYK Modelcmyk(0%,20%,8%,0%)
HSL Color Space324,100% ,90%hsl(324,100% ,90%)
HSV Color Space324°, 20%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111111100101111101010
Octal377313352
Decimal255203234
Hexffcbea

Different shades of #ffcbea color code.

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

Light Shade of #ffcbea
#fffeff
Dark Shade of #ffcbea
#ff98d5
Saturated Shade of #ffcbea
#ffcbea
Desaturated Shade of #ffcbea
#fccee9
Grey scale Shade of #ffcbea
#e5e5e5
Brighten Shade
#ffe4ff
Most Readable Shade
#000000

Shades of #ffcbea color code

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

#ffcbea
#e2b4d0
#c69db6
#aa879c
#8d7082
#715a68
#55434e
#382d34
#1c161a
#000000

Similar Color like #ffcbea color

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

#ffcceb
#ffcdec
#ffceed
#ffcfee
#ffd0ef
#ffd1f0
#ffd2f1
#ffd3f2
#ffd4f3
#ffd5f4
#ffd6f5
#ffd7f6
#ffd8f7
#ffd9f8
#fecae9
#fdc9e8
#fcc8e7
#fbc7e6
#fac6e5
#f9c5e4
#f8c4e3
#f7c3e2
#f6c2e1
#f5c1e0
#f4c0df
#f3bfde
#f2bedd
#f1bddc

Monochromatic Color with #ffcbea

#ffcbea
#2a2227
#55444e
#806675
#aa879c
#d4a9c3

Tints of #ffcbea Color

#ffcbea
#ffd0ec
#ffd6ee
#ffdcf1
#ffe2f3
#ffe7f5
#ffedf8
#fff3fa
#fff9fc
#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

#ffcbea
#cbffe0

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

Split Complementary

#ffcbea
#d0ffcb
#cbfffa

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

Analogous Color

#ffcbff
#ffcbf4
#ffcbea
#ffcbe0
#ffcbd5

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

#ffcbea
#eaffcb
#cbeaff

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

#ffcbea
#fffacb
#cbffe0
#cbd0ff

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

#ffcbea
#cbffe0
#cbfffa
#ffcbd0

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

#ffcbea Color Code Preview on Black Background Color

This is how #ffcbea Color will look on black background color. Color contrast ratio is 14.98

#ffcbea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffcbea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffcbea

#ffcbea color code is use for CSS Background Color

Background color for the above div is #ffcbea

HTML with inline CSS

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

#ffcbea color code is use for CSS Border Color

CSS Border color for the above div is #ffcbea

HTML with inline CSS

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

CSS Border Left color for the above div is #ffcbea

HTML with inline CSS

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

CSS Border Right color for the above div is #ffcbea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ffcbea

HTML with inline CSS

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

CSS Border Top color for the above div is #ffcbea

HTML with inline CSS

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

#ffcbea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ffcbea Color code Preview on White Background

This is how #ffcbea Color code will look on white background color. Color contrast ratio is 1.40

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

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,203,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(203,255,224,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(255,203,234,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.