COLOR #FFEBCA

HEX: #FFEBCA
RGB: (255,235,202)

Color info

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

RGB color model

#FFEBCA color RGB value is (255,235,202).

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

RGB channels and saturation

R 255 of 255 = 100%
G 235 of 255 = 92%
B 202 of 255 = 79%

255
235
202

R + G + B ~ 90%. #FFEBCA is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 235 + 202 = 692 (100%)
R 255 of 692 ~ 36.85%
G 235 of 692 ~ 33.96%
B 202 of 692 ~ 29.19%

%36.85
%33.96
%29.19

CMYK color model

#FFEBCA color CMYK value is (0,8,21,0).

  • cyan value is 0.00%
  • magenta value is 7.84%
  • yellow value is 20.78%
  • key color value is 0.00%
CMYK:
(0,8,21,0)
C0M8Y21K0 
(0%,8%,21%,0%)
(0.00/0.08/0.21/0.00)	

CMYK percentages

%0
%7.84
%20.78
%0

Codes

Color #FFEBCA in popluar color models

FFEBCA
RGB255235202
HSL37°100.00%89.61%
HSB/HSV37°20.78%100.00%
CMYK0.00%7.84%20.78%
0.00%

Color #FFEBCA in popluar number systems.

HEXFFEBCA
Decimal255235202
Binary111111111110101111001010
Octal377353312

Shades and tints

Shades of #FFEBCA

#FFEBCA
(255,235,202)
#E8D6B8
(232,214,184)
#D1C1A6
(209,193,166)
#BAAC94
(186,172,148)
#A39782
(163,151,130)
#8C8270
(140,130,112)
#756D5E
(117,109,94)
#5E584C
(94,88,76)
#47433A
(71,67,58)
#302E28
(48,46,40)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #FFEBCA

#FFEBCA
(255,235,202)
#FFECCE
(255,236,206)
#FFEDD2
(255,237,210)
#FFEED6
(255,238,214)
#FFEFDA
(255,239,218)
#FFF0DE
(255,240,222)
#FFF1E2
(255,241,226)
#FFF2E6
(255,242,230)
#FFF3EA
(255,243,234)
#FFF4EE
(255,244,238)
#FFF5F2
(255,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFEBCA; }

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

This text font color is #FFEBCA.


Background Color

.myBgColor { background-color: #FFEBCA; }

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

This div background color is #FFEBCA.


Border color

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

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

This div border color is #FFEBCA.


Opacity

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

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

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

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

This text has shadow with #FFEBCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFEBCA on black background.


Color preview on white background

This text has color #FFEBCA on white background.



Black color preview on #FFEBCA background

This text has black color on #FFEBCA background.


White color preview on #FFEBCA background

This text has white color on #FFEBCA background.