COLOR #FFE2C6

HEX: #FFE2C6 RGB: (255,226,198)

Color info

#FFE2C6 contains red, green and blue colors in about the same proportion. Web safe color of #FFE2C6 is #FFCCCC (or #FCC).

RGB color model

#FFE2C6 color RGB value is (255,226,198).

RGB: (255,226,198) (100%, 89%, 78%)

RGB channels and saturation

R 255 of 255 = 100%
G 226 of 255 = 89%
B 198 of 255 = 78%

255
226
198

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

Portions of RGB colors in percentages

R + G + B = 255 + 226 + 198 = 679 (100%)
R 255 of 679 ~ 37.56%
G 226 of 679 ~ 33.28%
B 198 of 679 ~ 29.16'%

%37.56
%33.28
%29.16

CMYK color model

#FFE2C6 color CMYK value is (0,11,22,0).

  • cyan value is 0.00%
  • magenta value is 11.37%
  • yellow value is 22.35%
  • key color value is 0.00%

CMYK: (0,11,22,0)
C0M11Y22K0 (0%, 11%, 22%, 0%)
(0.00 / 0.11 / 0.22 / 0.00)

CMYK percentages

%0
%11.37
%22.35
%0

Codes

Color #FFE2C6 in popluar color models

FF E2 C6
RGB 255 226 198
HSL 29° 100.00% 88.82%
HSB/HSV 29° 22.35% 100.00%
CMYK 0.00% 11.37% 22.35%
0.00%

Color #FFE2C6 in popluar number systems.

HEX FF E2 C6
Decimal 255 226 198
Binary 11111111 11100010 11000110
Octal 377 342 306

Shades and tints

Shades of #FFE2C6

#FFE2C6
(255,226,198)
#E8CEB4
(232,206,180)
#D1BAA2
(209,186,162)
#BAA690
(186,166,144)
#A3927E
(163,146,126)
#8C7E6C
(140,126,108)
#756A5A
(117,106,90)
#5E5648
(94,86,72)
#474236
(71,66,54)
#302E24
(48,46,36)
#191A12
(25,26,18)
#000000
(0,0,0)

Tints of #FFE2C6

#FFE2C6
(255,226,198)
#FFE4CB
(255,228,203)
#FFE6D0
(255,230,208)
#FFE8D5
(255,232,213)
#FFEADA
(255,234,218)
#FFECDF
(255,236,223)
#FFEEE4
(255,238,228)
#FFF0E9
(255,240,233)
#FFF2EE
(255,242,238)
#FFF4F3
(255,244,243)
#FFF6F8
(255,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE2C6 color. Also use rgb(255,226,198) instead hex code.

Text Font Color

.myTextColor { color: #FFE2C6; }

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

This text font color is #FFE2C6.

Background Color

.myBgColor { background-color: #FFE2C6; }

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

This div background color is #FFE2C6.

Border color

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

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

This div border color is #FFE2C6.

Opacity

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

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

Text with #FFE2C6 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 #FFE2C6;}

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

This text has shadow with #FFE2C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFE2C6.

Preview

Color preview on black background

This text has color #FFE2C6 on black background.


Color preview on white background

This text has color #FFE2C6 on white background.


Black color preview on #FFE2C6 background

This text has black color on #FFE2C6 background.


White color preview on #FFE2C6 background

This text has white color on #FFE2C6 background.


Related colors

Complementary color

Complementary color for #hex is #001D39.


I love getcolorcode.com

Triadic colors

1 #C6FFE2 and #E2C6FF with #FFE2C6 are triadic colors.

2 #C6E2FF and #E2FFC6 with #FFE2C6 are triadic colors.