COLOR #FFE4B4

HEX: #FFE4B4
RGB: (255,228,180)

Color info

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

RGB color model

#FFE4B4 color RGB value is (255,228,180).

  • red value is 255;
  • green value is 228;
  • blue value is 180.
RGB:
(255,228,180)
(100%,89%,71%)

RGB channels and saturation

R 255 of 255 = 100%
G 228 of 255 = 89%
B 180 of 255 = 71%

255
228
180

R + G + B ~ 87%. #FFE4B4 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 228 + 180 = 663 (100%)
R 255 of 663 ~ 38.46%
G 228 of 663 ~ 34.39%
B 180 of 663 ~ 27.15%

%38.46
%34.39
%27.15

CMYK color model

#FFE4B4 color CMYK value is (0,11,29,0).

  • cyan value is 0.00%
  • magenta value is 10.59%
  • yellow value is 29.41%
  • key color value is 0.00%
CMYK:
(0,11,29,0)
C0M11Y29K0 
(0%,11%,29%,0%)
(0.00/0.11/0.29/0.00)	

CMYK percentages

%0
%10.59
%29.41
%0

Codes

Color #FFE4B4 in popluar color models

FFE4B4
RGB255228180
HSL38°100.00%85.29%
HSB/HSV38°29.41%100.00%
CMYK0.00%10.59%29.41%
0.00%

Color #FFE4B4 in popluar number systems.

HEXFFE4B4
Decimal255228180
Binary111111111110010010110100
Octal377344264

Shades and tints

Shades of #FFE4B4

#FFE4B4
(255,228,180)
#E8D0A4
(232,208,164)
#D1BC94
(209,188,148)
#BAA884
(186,168,132)
#A39474
(163,148,116)
#8C8064
(140,128,100)
#756C54
(117,108,84)
#5E5844
(94,88,68)
#474434
(71,68,52)
#303024
(48,48,36)
#191C14
(25,28,20)
#000000
(0,0,0)

Tints of #FFE4B4

#FFE4B4
(255,228,180)
#FFE6BA
(255,230,186)
#FFE8C0
(255,232,192)
#FFEAC6
(255,234,198)
#FFECCC
(255,236,204)
#FFEED2
(255,238,210)
#FFF0D8
(255,240,216)
#FFF2DE
(255,242,222)
#FFF4E4
(255,244,228)
#FFF6EA
(255,246,234)
#FFF8F0
(255,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE4B4 color. Also use rgb(255,228,180) instead hex code.

Text Font Color

.myTextColor { color: #FFE4B4; }

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

This text font color is #FFE4B4.


Background Color

.myBgColor { background-color: #FFE4B4; }

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

This div background color is #FFE4B4.


Border color

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

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

This div border color is #FFE4B4.


Opacity

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

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

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

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

This text has shadow with #FFE4B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE4B4 on black background.


Color preview on white background

This text has color #FFE4B4 on white background.



Black color preview on #FFE4B4 background

This text has black color on #FFE4B4 background.


White color preview on #FFE4B4 background

This text has white color on #FFE4B4 background.