COLOR #FFEBEB

HEX: #FFEBEB
RGB: (255,235,235)

Color info

#FFEBEB contains red, green and blue colors in about the same proportion. Web safe color of #FFEBEB is #FFFFFF (or #FFF).

RGB color model

#FFEBEB color RGB value is (255,235,235).

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

RGB channels and saturation

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

255
235
235

R + G + B ~ 95%. #FFEBEB is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 235 + 235 = 725 (100%)
R 255 of 725 ~ 35.17%
G 235 of 725 ~ 32.41%
B 235 of 725 ~ 32.41%

%35.17
%32.41
%32.41

CMYK color model

#FFEBEB color CMYK value is (0,8,8,0).

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

CMYK percentages

%0
%7.84
%7.84
%0

Codes

Color #FFEBEB in popluar color models

FFEBEB
RGB255235235
HSL100.00%96.08%
HSB/HSV7.84%100.00%
CMYK0.00%7.84%7.84%
0.00%

Color #FFEBEB in popluar number systems.

HEXFFEBEB
Decimal255235235
Binary111111111110101111101011
Octal377353353

Shades and tints

Shades of #FFEBEB

#FFEBEB
(255,235,235)
#E8D6D6
(232,214,214)
#D1C1C1
(209,193,193)
#BAACAC
(186,172,172)
#A39797
(163,151,151)
#8C8282
(140,130,130)
#756D6D
(117,109,109)
#5E5858
(94,88,88)
#474343
(71,67,67)
#302E2E
(48,46,46)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #FFEBEB

#FFEBEB
(255,235,235)
#FFECEC
(255,236,236)
#FFEDED
(255,237,237)
#FFEEEE
(255,238,238)
#FFEFEF
(255,239,239)
#FFF0F0
(255,240,240)
#FFF1F1
(255,241,241)
#FFF2F2
(255,242,242)
#FFF3F3
(255,243,243)
#FFF4F4
(255,244,244)
#FFF5F5
(255,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFEBEB; }

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

This text font color is #FFEBEB.


Background Color

.myBgColor { background-color: #FFEBEB; }

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

This div background color is #FFEBEB.


Border color

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

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

This div border color is #FFEBEB.


Opacity

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

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

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

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

This text has shadow with #FFEBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFEBEB on black background.


Color preview on white background

This text has color #FFEBEB on white background.



Black color preview on #FFEBEB background

This text has black color on #FFEBEB background.


White color preview on #FFEBEB background

This text has white color on #FFEBEB background.