COLOR #FFE6C2

HEX: #FFE6C2 RGB: (255,230,194)

Color info

#FFE6C2 contains mainly red and green colors. Web safe color of #FFE6C2 is #FFCCCC (or #FCC).

RGB color model

#FFE6C2 color RGB value is (255,230,194).

RGB: (255,230,194) (100%, 90%, 76%)

RGB channels and saturation

R 255 of 255 = 100%
G 230 of 255 = 90%
B 194 of 255 = 76%

255
230
194

R + G + B ~ 89%. #FFE6C2 is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 230 + 194 = 679 (100%)
R 255 of 679 ~ 37.56%
G 230 of 679 ~ 33.87%
B 194 of 679 ~ 28.57'%

%37.56
%33.87
%28.57

CMYK color model

#FFE6C2 color CMYK value is (0,10,24,0).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 23.92%
  • key color value is 0.00%

CMYK: (0,10,24,0)
C0M10Y24K0 (0%, 10%, 24%, 0%)
(0.00 / 0.10 / 0.24 / 0.00)

CMYK percentages

%0
%9.8
%23.92
%0

Codes

Color #FFE6C2 in popluar color models

FF E6 C2
RGB 255 230 194
HSL 35° 100.00% 88.04%
HSB/HSV 35° 23.92% 100.00%
CMYK 0.00% 9.80% 23.92%
0.00%

Color #FFE6C2 in popluar number systems.

HEX FF E6 C2
Decimal 255 230 194
Binary 11111111 11100110 11000010
Octal 377 346 302

Shades and tints

Shades of #FFE6C2

#FFE6C2
(255,230,194)
#E8D2B1
(232,210,177)
#D1BEA0
(209,190,160)
#BAAA8F
(186,170,143)
#A3967E
(163,150,126)
#8C826D
(140,130,109)
#756E5C
(117,110,92)
#5E5A4B
(94,90,75)
#47463A
(71,70,58)
#303229
(48,50,41)
#191E18
(25,30,24)
#000000
(0,0,0)

Tints of #FFE6C2

#FFE6C2
(255,230,194)
#FFE8C7
(255,232,199)
#FFEACC
(255,234,204)
#FFECD1
(255,236,209)
#FFEED6
(255,238,214)
#FFF0DB
(255,240,219)
#FFF2E0
(255,242,224)
#FFF4E5
(255,244,229)
#FFF6EA
(255,246,234)
#FFF8EF
(255,248,239)
#FFFAF4
(255,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE6C2 color. Also use rgb(255,230,194) instead hex code.

Text Font Color

.myTextColor { color: #FFE6C2; }

<p style="color:#FFE6C2">This sample text font color is #FFE6C2.</p>

This text font color is #FFE6C2.

Background Color

.myBgColor { background-color: #FFE6C2; }

<div style="background-color:#FFE6C2">Inner text</div>

This div background color is #FFE6C2.

Border color

.myBorderColor { border: 1px solid #FFE6C2; }

<div style="border:3px solid #FFE6C2">Div</div>

This div border color is #FFE6C2.

Opacity

.myOpacity80 { color: #FFE6C2; opacity: 0.8; }

<p style="color:#FFE6C2;opacity:0.8;">80%</p>

Text with #FFE6C2 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FFE6C2;}

<p style="text-shadow: 3px 3px 1px #FFE6C2">Text here.</p>

This text has shadow with #FFE6C2 color.


.textShadow {text-shadow: 3px 3px 1px #FFE6C2', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FFE6C2, 5px 5px 20px red">Text here.</p>

This text has shadow with #FFE6C2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFE6C2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FFE6C2, Direction=45, Strength=4)">Text</p>

This text has shadow with #FFE6C2 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FFE6C2;
-webkit-box-shadow: 1px 1px 3px 2px #FFE6C2;
box-shadow: 1px 1px 3px 2px #FFE6C2;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFE6C2; -webkit-box-shadow: 1px 1px 3px 2px #FFE6C2; box-shadow:1px 1px 3px 2px #FFE6C2;">
Div content here
</div>

This div box has shadow with color #FFE6C2.

Preview

Color preview on black background

This text has color #FFE6C2 on black background.


Color preview on white background

This text has color #FFE6C2 on white background.


Black color preview on #FFE6C2 background

This text has black color on #FFE6C2 background.


White color preview on #FFE6C2 background

This text has white color on #FFE6C2 background.


Related colors

Complementary color

Complementary color for #hex is #00193D.


I love getcolorcode.com

Triadic colors

1 #C2FFE6 and #E6C2FF with #FFE6C2 are triadic colors.

2 #C2E6FF and #E6FFC2 with #FFE6C2 are triadic colors.