COLOR #FFEBEF

HEX: #FFEBEF
RGB: (255,235,239)

Color info

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

RGB color model

#FFEBEF color RGB value is (255,235,239).

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

RGB channels and saturation

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

255
235
239

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

Portions of RGB colors in percentages

R + G + B =
255 + 235 + 239 = 729 (100%)
R 255 of 729 ~ 34.98%
G 235 of 729 ~ 32.24%
B 239 of 729 ~ 32.78%

%34.98
%32.24
%32.78

CMYK color model

#FFEBEF color CMYK value is (0,8,6,0).

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

CMYK percentages

%0
%7.84
%6.27
%0

Codes

Color #FFEBEF in popluar color models

FFEBEF
RGB255235239
HSL348°100.00%96.08%
HSB/HSV348°7.84%100.00%
CMYK0.00%7.84%6.27%
0.00%

Color #FFEBEF in popluar number systems.

HEXFFEBEF
Decimal255235239
Binary111111111110101111101111
Octal377353357

Shades and tints

Shades of #FFEBEF

#FFEBEF
(255,235,239)
#E8D6DA
(232,214,218)
#D1C1C5
(209,193,197)
#BAACB0
(186,172,176)
#A3979B
(163,151,155)
#8C8286
(140,130,134)
#756D71
(117,109,113)
#5E585C
(94,88,92)
#474347
(71,67,71)
#302E32
(48,46,50)
#19191D
(25,25,29)
#000000
(0,0,0)

Tints of #FFEBEF

#FFEBEF
(255,235,239)
#FFECF0
(255,236,240)
#FFEDF1
(255,237,241)
#FFEEF2
(255,238,242)
#FFEFF3
(255,239,243)
#FFF0F4
(255,240,244)
#FFF1F5
(255,241,245)
#FFF2F6
(255,242,246)
#FFF3F7
(255,243,247)
#FFF4F8
(255,244,248)
#FFF5F9
(255,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFEBEF; }

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

This text font color is #FFEBEF.


Background Color

.myBgColor { background-color: #FFEBEF; }

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

This div background color is #FFEBEF.


Border color

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

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

This div border color is #FFEBEF.


Opacity

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

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

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

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

This text has shadow with #FFEBEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFEBEF on black background.


Color preview on white background

This text has color #FFEBEF on white background.



Black color preview on #FFEBEF background

This text has black color on #FFEBEF background.


White color preview on #FFEBEF background

This text has white color on #FFEBEF background.