COLOR #FFE2D3

HEX: #FFE2D3 RGB: (255,226,211)

Color info

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

RGB color model

#FFE2D3 color RGB value is (255,226,211).

RGB: (255,226,211) (100%, 89%, 83%)

RGB channels and saturation

R 255 of 255 = 100%
G 226 of 255 = 89%
B 211 of 255 = 83%

255
226
211

R + G + B ~ 91%. #FFE2D3 is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 226 + 211 = 692 (100%)
R 255 of 692 ~ 36.85%
G 226 of 692 ~ 32.66%
B 211 of 692 ~ 30.49'%

%36.85
%32.66
%30.49

CMYK color model

#FFE2D3 color CMYK value is (0,11,17,0).

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

CMYK: (0,11,17,0)
C0M11Y17K0 (0%, 11%, 17%, 0%)
(0.00 / 0.11 / 0.17 / 0.00)

CMYK percentages

%0
%11.37
%17.25
%0

Codes

Color #FFE2D3 in popluar color models

FF E2 D3
RGB 255 226 211
HSL 20° 100.00% 91.37%
HSB/HSV 20° 17.25% 100.00%
CMYK 0.00% 11.37% 17.25%
0.00%

Color #FFE2D3 in popluar number systems.

HEX FF E2 D3
Decimal 255 226 211
Binary 11111111 11100010 11010011
Octal 377 342 323

Shades and tints

Shades of #FFE2D3

#FFE2D3
(255,226,211)
#E8CEC0
(232,206,192)
#D1BAAD
(209,186,173)
#BAA69A
(186,166,154)
#A39287
(163,146,135)
#8C7E74
(140,126,116)
#756A61
(117,106,97)
#5E564E
(94,86,78)
#47423B
(71,66,59)
#302E28
(48,46,40)
#191A15
(25,26,21)
#000000
(0,0,0)

Tints of #FFE2D3

#FFE2D3
(255,226,211)
#FFE4D7
(255,228,215)
#FFE6DB
(255,230,219)
#FFE8DF
(255,232,223)
#FFEAE3
(255,234,227)
#FFECE7
(255,236,231)
#FFEEEB
(255,238,235)
#FFF0EF
(255,240,239)
#FFF2F3
(255,242,243)
#FFF4F7
(255,244,247)
#FFF6FB
(255,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE2D3; }

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

This text font color is #FFE2D3.

Background Color

.myBgColor { background-color: #FFE2D3; }

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

This div background color is #FFE2D3.

Border color

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

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

This div border color is #FFE2D3.

Opacity

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

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

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

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

This text has shadow with #FFE2D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFE2D3.

Preview

Color preview on black background

This text has color #FFE2D3 on black background.


Color preview on white background

This text has color #FFE2D3 on white background.


Black color preview on #FFE2D3 background

This text has black color on #FFE2D3 background.


White color preview on #FFE2D3 background

This text has white color on #FFE2D3 background.


Related colors

Complementary color

Complementary color for #hex is #001D2C.


I love getcolorcode.com

Triadic colors

1 #D3FFE2 and #E2D3FF with #FFE2D3 are triadic colors.

2 #D3E2FF and #E2FFD3 with #FFE2D3 are triadic colors.