COLOR #FFEBDA

HEX: #FFEBDA
RGB: (255,235,218)

Color info

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

RGB color model

#FFEBDA color RGB value is (255,235,218).

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

RGB channels and saturation

R 255 of 255 = 100%
G 235 of 255 = 92%
B 218 of 255 = 85%

255
235
218

R + G + B ~ 92%. #FFEBDA is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 235 + 218 = 708 (100%)
R 255 of 708 ~ 36.02%
G 235 of 708 ~ 33.19%
B 218 of 708 ~ 30.79%

%36.02
%33.19
%30.79

CMYK color model

#FFEBDA color CMYK value is (0,8,15,0).

  • cyan value is 0.00%
  • magenta value is 7.84%
  • yellow value is 14.51%
  • key color value is 0.00%
CMYK:
(0,8,15,0)
C0M8Y15K0 
(0%,8%,15%,0%)
(0.00/0.08/0.15/0.00)	

CMYK percentages

%0
%7.84
%14.51
%0

Codes

Color #FFEBDA in popluar color models

FFEBDA
RGB255235218
HSL28°100.00%92.75%
HSB/HSV28°14.51%100.00%
CMYK0.00%7.84%14.51%
0.00%

Color #FFEBDA in popluar number systems.

HEXFFEBDA
Decimal255235218
Binary111111111110101111011010
Octal377353332

Shades and tints

Shades of #FFEBDA

#FFEBDA
(255,235,218)
#E8D6C7
(232,214,199)
#D1C1B4
(209,193,180)
#BAACA1
(186,172,161)
#A3978E
(163,151,142)
#8C827B
(140,130,123)
#756D68
(117,109,104)
#5E5855
(94,88,85)
#474342
(71,67,66)
#302E2F
(48,46,47)
#19191C
(25,25,28)
#000000
(0,0,0)

Tints of #FFEBDA

#FFEBDA
(255,235,218)
#FFECDD
(255,236,221)
#FFEDE0
(255,237,224)
#FFEEE3
(255,238,227)
#FFEFE6
(255,239,230)
#FFF0E9
(255,240,233)
#FFF1EC
(255,241,236)
#FFF2EF
(255,242,239)
#FFF3F2
(255,243,242)
#FFF4F5
(255,244,245)
#FFF5F8
(255,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFEBDA; }

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

This text font color is #FFEBDA.


Background Color

.myBgColor { background-color: #FFEBDA; }

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

This div background color is #FFEBDA.


Border color

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

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

This div border color is #FFEBDA.


Opacity

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

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

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

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

This text has shadow with #FFEBDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFEBDA on black background.


Color preview on white background

This text has color #FFEBDA on white background.



Black color preview on #FFEBDA background

This text has black color on #FFEBDA background.


White color preview on #FFEBDA background

This text has white color on #FFEBDA background.