COLOR #FFEBE0

HEX: #FFEBE0
RGB: (255,235,224)

Color info

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

RGB color model

#FFEBE0 color RGB value is (255,235,224).

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

RGB channels and saturation

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

255
235
224

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

Portions of RGB colors in percentages

R + G + B =
255 + 235 + 224 = 714 (100%)
R 255 of 714 ~ 35.71%
G 235 of 714 ~ 32.91%
B 224 of 714 ~ 31.37%

%35.71
%32.91
%31.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.84%
  • yellow value is 12.16%
  • 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
%12.16
%0

Codes

Color #FFEBE0 in popluar color models

FFEBE0
RGB255235224
HSL21°100.00%93.92%
HSB/HSV21°12.16%100.00%
CMYK0.00%7.84%12.16%
0.00%

Color #FFEBE0 in popluar number systems.

HEXFFEBE0
Decimal255235224
Binary111111111110101111100000
Octal377353340

Shades and tints

Shades of #FFEBE0

#FFEBE0
(255,235,224)
#E8D6CC
(232,214,204)
#D1C1B8
(209,193,184)
#BAACA4
(186,172,164)
#A39790
(163,151,144)
#8C827C
(140,130,124)
#756D68
(117,109,104)
#5E5854
(94,88,84)
#474340
(71,67,64)
#302E2C
(48,46,44)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #FFEBE0

#FFEBE0
(255,235,224)
#FFECE2
(255,236,226)
#FFEDE4
(255,237,228)
#FFEEE6
(255,238,230)
#FFEFE8
(255,239,232)
#FFF0EA
(255,240,234)
#FFF1EC
(255,241,236)
#FFF2EE
(255,242,238)
#FFF3F0
(255,243,240)
#FFF4F2
(255,244,242)
#FFF5F4
(255,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFEBE0; }

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

This text font color is #FFEBE0.


Background Color

.myBgColor { background-color: #FFEBE0; }

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

This div background color is #FFEBE0.


Border color

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

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

This div border color is #FFEBE0.


Opacity

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

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

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

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

This text has shadow with #FFEBE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFEBE0 on black background.


Color preview on white background

This text has color #FFEBE0 on white background.



Black color preview on #FFEBE0 background

This text has black color on #FFEBE0 background.


White color preview on #FFEBE0 background

This text has white color on #FFEBE0 background.