COLOR #FFEBF1

HEX: #FFEBF1
RGB: (255,235,241)

Color info

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

RGB color model

#FFEBF1 color RGB value is (255,235,241).

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

RGB channels and saturation

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

255
235
241

R + G + B ~ 96%. #FFEBF1 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 235 + 241 = 731 (100%)
R 255 of 731 ~ 34.88%
G 235 of 731 ~ 32.15%
B 241 of 731 ~ 32.97%

%34.88
%32.15
%32.97

CMYK color model

#FFEBF1 color CMYK value is (0,8,5,0).

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

CMYK percentages

%0
%7.84
%5.49
%0

Codes

Color #FFEBF1 in popluar color models

FFEBF1
RGB255235241
HSL342°100.00%96.08%
HSB/HSV342°7.84%100.00%
CMYK0.00%7.84%5.49%
0.00%

Color #FFEBF1 in popluar number systems.

HEXFFEBF1
Decimal255235241
Binary111111111110101111110001
Octal377353361

Shades and tints

Shades of #FFEBF1

#FFEBF1
(255,235,241)
#E8D6DC
(232,214,220)
#D1C1C7
(209,193,199)
#BAACB2
(186,172,178)
#A3979D
(163,151,157)
#8C8288
(140,130,136)
#756D73
(117,109,115)
#5E585E
(94,88,94)
#474349
(71,67,73)
#302E34
(48,46,52)
#19191F
(25,25,31)
#000000
(0,0,0)

Tints of #FFEBF1

#FFEBF1
(255,235,241)
#FFECF2
(255,236,242)
#FFEDF3
(255,237,243)
#FFEEF4
(255,238,244)
#FFEFF5
(255,239,245)
#FFF0F6
(255,240,246)
#FFF1F7
(255,241,247)
#FFF2F8
(255,242,248)
#FFF3F9
(255,243,249)
#FFF4FA
(255,244,250)
#FFF5FB
(255,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFEBF1; }

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

This text font color is #FFEBF1.


Background Color

.myBgColor { background-color: #FFEBF1; }

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

This div background color is #FFEBF1.


Border color

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

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

This div border color is #FFEBF1.


Opacity

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

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

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

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

This text has shadow with #FFEBF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFEBF1 on black background.


Color preview on white background

This text has color #FFEBF1 on white background.



Black color preview on #FFEBF1 background

This text has black color on #FFEBF1 background.


White color preview on #FFEBF1 background

This text has white color on #FFEBF1 background.