COLOR #FFEBE1

HEX: #FFEBE1
RGB: (255,235,225)

Color info

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

RGB color model

#FFEBE1 color RGB value is (255,235,225).

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

RGB channels and saturation

R 255 of 255 = 100%
G 235 of 255 = 92%
B 225 of 255 = 88%

255
235
225

R + G + B ~ 93%. #FFEBE1 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 235 + 225 = 715 (100%)
R 255 of 715 ~ 35.66%
G 235 of 715 ~ 32.87%
B 225 of 715 ~ 31.47%

%35.66
%32.87
%31.47

CMYK color model

#FFEBE1 color CMYK value is (0,8,12,0).

  • cyan value is 0.00%
  • magenta value is 7.84%
  • yellow value is 11.76%
  • key color value is 0.00%
CMYK:
(0,8,12,0)
C0M8Y12K0 
(0%,8%,12%,0%)
(0.00/0.08/0.12/0.00)	

CMYK percentages

%0
%7.84
%11.76
%0

Codes

Color #FFEBE1 in popluar color models

FFEBE1
RGB255235225
HSL20°100.00%94.12%
HSB/HSV20°11.76%100.00%
CMYK0.00%7.84%11.76%
0.00%

Color #FFEBE1 in popluar number systems.

HEXFFEBE1
Decimal255235225
Binary111111111110101111100001
Octal377353341

Shades and tints

Shades of #FFEBE1

#FFEBE1
(255,235,225)
#E8D6CD
(232,214,205)
#D1C1B9
(209,193,185)
#BAACA5
(186,172,165)
#A39791
(163,151,145)
#8C827D
(140,130,125)
#756D69
(117,109,105)
#5E5855
(94,88,85)
#474341
(71,67,65)
#302E2D
(48,46,45)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #FFEBE1

#FFEBE1
(255,235,225)
#FFECE3
(255,236,227)
#FFEDE5
(255,237,229)
#FFEEE7
(255,238,231)
#FFEFE9
(255,239,233)
#FFF0EB
(255,240,235)
#FFF1ED
(255,241,237)
#FFF2EF
(255,242,239)
#FFF3F1
(255,243,241)
#FFF4F3
(255,244,243)
#FFF5F5
(255,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFEBE1; }

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

This text font color is #FFEBE1.


Background Color

.myBgColor { background-color: #FFEBE1; }

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

This div background color is #FFEBE1.


Border color

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

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

This div border color is #FFEBE1.


Opacity

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

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

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

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

This text has shadow with #FFEBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFEBE1 on black background.


Color preview on white background

This text has color #FFEBE1 on white background.



Black color preview on #FFEBE1 background

This text has black color on #FFEBE1 background.


White color preview on #FFEBE1 background

This text has white color on #FFEBE1 background.