COLOR #FFE1B4

HEX: #FFE1B4
RGB: (255,225,180)

Color info

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

RGB color model

#FFE1B4 color RGB value is (255,225,180).

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

RGB channels and saturation

R 255 of 255 = 100%
G 225 of 255 = 88%
B 180 of 255 = 71%

255
225
180

R + G + B ~ 86%. #FFE1B4 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 225 + 180 = 660 (100%)
R 255 of 660 ~ 38.64%
G 225 of 660 ~ 34.09%
B 180 of 660 ~ 27.27%

%38.64
%34.09
%27.27

CMYK color model

#FFE1B4 color CMYK value is (0,12,29,0).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 29.41%
  • key color value is 0.00%
CMYK:
(0,12,29,0)
C0M12Y29K0 
(0%,12%,29%,0%)
(0.00/0.12/0.29/0.00)	

CMYK percentages

%0
%11.76
%29.41
%0

Codes

Color #FFE1B4 in popluar color models

FFE1B4
RGB255225180
HSL36°100.00%85.29%
HSB/HSV36°29.41%100.00%
CMYK0.00%11.76%29.41%
0.00%

Color #FFE1B4 in popluar number systems.

HEXFFE1B4
Decimal255225180
Binary111111111110000110110100
Octal377341264

Shades and tints

Shades of #FFE1B4

#FFE1B4
(255,225,180)
#E8CDA4
(232,205,164)
#D1B994
(209,185,148)
#BAA584
(186,165,132)
#A39174
(163,145,116)
#8C7D64
(140,125,100)
#756954
(117,105,84)
#5E5544
(94,85,68)
#474134
(71,65,52)
#302D24
(48,45,36)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #FFE1B4

#FFE1B4
(255,225,180)
#FFE3BA
(255,227,186)
#FFE5C0
(255,229,192)
#FFE7C6
(255,231,198)
#FFE9CC
(255,233,204)
#FFEBD2
(255,235,210)
#FFEDD8
(255,237,216)
#FFEFDE
(255,239,222)
#FFF1E4
(255,241,228)
#FFF3EA
(255,243,234)
#FFF5F0
(255,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE1B4; }

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

This text font color is #FFE1B4.


Background Color

.myBgColor { background-color: #FFE1B4; }

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

This div background color is #FFE1B4.


Border color

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

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

This div border color is #FFE1B4.


Opacity

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

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

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

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

This text has shadow with #FFE1B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE1B4 on black background.


Color preview on white background

This text has color #FFE1B4 on white background.



Black color preview on #FFE1B4 background

This text has black color on #FFE1B4 background.


White color preview on #FFE1B4 background

This text has white color on #FFE1B4 background.