COLOR #FFEBE4

HEX: #FFEBE4
RGB: (255,235,228)

Color info

#FFEBE4 contains red, green and blue colors in about the same proportion. Web safe color of #FFEBE4 is #FFFFCC (or #FFC).

RGB color model

#FFEBE4 color RGB value is (255,235,228).

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

RGB channels and saturation

R 255 of 255 = 100%
G 235 of 255 = 92%
B 228 of 255 = 89%

255
235
228

R + G + B ~ 94%. #FFEBE4 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 235 + 228 = 718 (100%)
R 255 of 718 ~ 35.52%
G 235 of 718 ~ 32.73%
B 228 of 718 ~ 31.75%

%35.52
%32.73
%31.75

CMYK color model

#FFEBE4 color CMYK value is (0,8,11,0).

  • cyan value is 0.00%
  • magenta value is 7.84%
  • yellow value is 10.59%
  • key color value is 0.00%
CMYK:
(0,8,11,0)
C0M8Y11K0 
(0%,8%,11%,0%)
(0.00/0.08/0.11/0.00)	

CMYK percentages

%0
%7.84
%10.59
%0

Codes

Color #FFEBE4 in popluar color models

FFEBE4
RGB255235228
HSL16°100.00%94.71%
HSB/HSV16°10.59%100.00%
CMYK0.00%7.84%10.59%
0.00%

Color #FFEBE4 in popluar number systems.

HEXFFEBE4
Decimal255235228
Binary111111111110101111100100
Octal377353344

Shades and tints

Shades of #FFEBE4

#FFEBE4
(255,235,228)
#E8D6D0
(232,214,208)
#D1C1BC
(209,193,188)
#BAACA8
(186,172,168)
#A39794
(163,151,148)
#8C8280
(140,130,128)
#756D6C
(117,109,108)
#5E5858
(94,88,88)
#474344
(71,67,68)
#302E30
(48,46,48)
#19191C
(25,25,28)
#000000
(0,0,0)

Tints of #FFEBE4

#FFEBE4
(255,235,228)
#FFECE6
(255,236,230)
#FFEDE8
(255,237,232)
#FFEEEA
(255,238,234)
#FFEFEC
(255,239,236)
#FFF0EE
(255,240,238)
#FFF1F0
(255,241,240)
#FFF2F2
(255,242,242)
#FFF3F4
(255,243,244)
#FFF4F6
(255,244,246)
#FFF5F8
(255,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFEBE4; }

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

This text font color is #FFEBE4.


Background Color

.myBgColor { background-color: #FFEBE4; }

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

This div background color is #FFEBE4.


Border color

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

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

This div border color is #FFEBE4.


Opacity

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

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

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

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

This text has shadow with #FFEBE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFEBE4 on black background.


Color preview on white background

This text has color #FFEBE4 on white background.



Black color preview on #FFEBE4 background

This text has black color on #FFEBE4 background.


White color preview on #FFEBE4 background

This text has white color on #FFEBE4 background.