COLOR #FFE1B8

HEX: #FFE1B8
RGB: (255,225,184)

Color info

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

RGB color model

#FFE1B8 color RGB value is (255,225,184).

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

RGB channels and saturation

R 255 of 255 = 100%
G 225 of 255 = 88%
B 184 of 255 = 72%

255
225
184

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

Portions of RGB colors in percentages

R + G + B =
255 + 225 + 184 = 664 (100%)
R 255 of 664 ~ 38.4%
G 225 of 664 ~ 33.89%
B 184 of 664 ~ 27.71%

%38.4
%33.89
%27.71

CMYK color model

#FFE1B8 color CMYK value is (0,12,28,0).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 27.84%
  • key color value is 0.00%
CMYK:
(0,12,28,0)
C0M12Y28K0 
(0%,12%,28%,0%)
(0.00/0.12/0.28/0.00)	

CMYK percentages

%0
%11.76
%27.84
%0

Codes

Color #FFE1B8 in popluar color models

FFE1B8
RGB255225184
HSL35°100.00%86.08%
HSB/HSV35°27.84%100.00%
CMYK0.00%11.76%27.84%
0.00%

Color #FFE1B8 in popluar number systems.

HEXFFE1B8
Decimal255225184
Binary111111111110000110111000
Octal377341270

Shades and tints

Shades of #FFE1B8

#FFE1B8
(255,225,184)
#E8CDA8
(232,205,168)
#D1B998
(209,185,152)
#BAA588
(186,165,136)
#A39178
(163,145,120)
#8C7D68
(140,125,104)
#756958
(117,105,88)
#5E5548
(94,85,72)
#474138
(71,65,56)
#302D28
(48,45,40)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #FFE1B8

#FFE1B8
(255,225,184)
#FFE3BE
(255,227,190)
#FFE5C4
(255,229,196)
#FFE7CA
(255,231,202)
#FFE9D0
(255,233,208)
#FFEBD6
(255,235,214)
#FFEDDC
(255,237,220)
#FFEFE2
(255,239,226)
#FFF1E8
(255,241,232)
#FFF3EE
(255,243,238)
#FFF5F4
(255,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE1B8; }

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

This text font color is #FFE1B8.


Background Color

.myBgColor { background-color: #FFE1B8; }

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

This div background color is #FFE1B8.


Border color

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

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

This div border color is #FFE1B8.


Opacity

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

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

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

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

This text has shadow with #FFE1B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE1B8 on black background.


Color preview on white background

This text has color #FFE1B8 on white background.



Black color preview on #FFE1B8 background

This text has black color on #FFE1B8 background.


White color preview on #FFE1B8 background

This text has white color on #FFE1B8 background.