COLOR #FFE3CF

HEX: #FFE3CF RGB: (255,227,207)

Color info

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

RGB color model

#FFE3CF color RGB value is (255,227,207).

RGB: (255,227,207) (100%, 89%, 81%)

RGB channels and saturation

R 255 of 255 = 100%
G 227 of 255 = 89%
B 207 of 255 = 81%

255
227
207

R + G + B ~ 90%. #FFE3CF is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 227 + 207 = 689 (100%)
R 255 of 689 ~ 37.01%
G 227 of 689 ~ 32.95%
B 207 of 689 ~ 30.04'%

%37.01
%32.95
%30.04

CMYK color model

#FFE3CF color CMYK value is (0,11,19,0).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 18.82%
  • key color value is 0.00%

CMYK: (0,11,19,0)
C0M11Y19K0 (0%, 11%, 19%, 0%)
(0.00 / 0.11 / 0.19 / 0.00)

CMYK percentages

%0
%10.98
%18.82
%0

Codes

Color #FFE3CF in popluar color models

FF E3 CF
RGB 255 227 207
HSL 25° 100.00% 90.59%
HSB/HSV 25° 18.82% 100.00%
CMYK 0.00% 10.98% 18.82%
0.00%

Color #FFE3CF in popluar number systems.

HEX FF E3 CF
Decimal 255 227 207
Binary 11111111 11100011 11001111
Octal 377 343 317

Shades and tints

Shades of #FFE3CF

#FFE3CF
(255,227,207)
#E8CFBD
(232,207,189)
#D1BBAB
(209,187,171)
#BAA799
(186,167,153)
#A39387
(163,147,135)
#8C7F75
(140,127,117)
#756B63
(117,107,99)
#5E5751
(94,87,81)
#47433F
(71,67,63)
#302F2D
(48,47,45)
#191B1B
(25,27,27)
#000000
(0,0,0)

Tints of #FFE3CF

#FFE3CF
(255,227,207)
#FFE5D3
(255,229,211)
#FFE7D7
(255,231,215)
#FFE9DB
(255,233,219)
#FFEBDF
(255,235,223)
#FFEDE3
(255,237,227)
#FFEFE7
(255,239,231)
#FFF1EB
(255,241,235)
#FFF3EF
(255,243,239)
#FFF5F3
(255,245,243)
#FFF7F7
(255,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE3CF color. Also use rgb(255,227,207) instead hex code.

Text Font Color

.myTextColor { color: #FFE3CF; }

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

This text font color is #FFE3CF.

Background Color

.myBgColor { background-color: #FFE3CF; }

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

This div background color is #FFE3CF.

Border color

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

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

This div border color is #FFE3CF.

Opacity

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

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

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

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

This text has shadow with #FFE3CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFE3CF.

Preview

Color preview on black background

This text has color #FFE3CF on black background.


Color preview on white background

This text has color #FFE3CF on white background.


Black color preview on #FFE3CF background

This text has black color on #FFE3CF background.


White color preview on #FFE3CF background

This text has white color on #FFE3CF background.


Related colors

Complementary color

Complementary color for #hex is #001C30.


I love getcolorcode.com

Triadic colors

1 #CFFFE3 and #E3CFFF with #FFE3CF are triadic colors.

2 #CFE3FF and #E3FFCF with #FFE3CF are triadic colors.