COLOR #FFEBF0

HEX: #FFEBF0
RGB: (255,235,240)

Color info

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

RGB color model

#FFEBF0 color RGB value is (255,235,240).

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

RGB channels and saturation

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

255
235
240

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

Portions of RGB colors in percentages

R + G + B =
255 + 235 + 240 = 730 (100%)
R 255 of 730 ~ 34.93%
G 235 of 730 ~ 32.19%
B 240 of 730 ~ 32.88%

%34.93
%32.19
%32.88

CMYK color model

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

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

Codes

Color #FFEBF0 in popluar color models

FFEBF0
RGB255235240
HSL345°100.00%96.08%
HSB/HSV345°7.84%100.00%
CMYK0.00%7.84%5.88%
0.00%

Color #FFEBF0 in popluar number systems.

HEXFFEBF0
Decimal255235240
Binary111111111110101111110000
Octal377353360

Shades and tints

Shades of #FFEBF0

#FFEBF0
(255,235,240)
#E8D6DB
(232,214,219)
#D1C1C6
(209,193,198)
#BAACB1
(186,172,177)
#A3979C
(163,151,156)
#8C8287
(140,130,135)
#756D72
(117,109,114)
#5E585D
(94,88,93)
#474348
(71,67,72)
#302E33
(48,46,51)
#19191E
(25,25,30)
#000000
(0,0,0)

Tints of #FFEBF0

#FFEBF0
(255,235,240)
#FFECF1
(255,236,241)
#FFEDF2
(255,237,242)
#FFEEF3
(255,238,243)
#FFEFF4
(255,239,244)
#FFF0F5
(255,240,245)
#FFF1F6
(255,241,246)
#FFF2F7
(255,242,247)
#FFF3F8
(255,243,248)
#FFF4F9
(255,244,249)
#FFF5FA
(255,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFEBF0; }

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

This text font color is #FFEBF0.


Background Color

.myBgColor { background-color: #FFEBF0; }

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

This div background color is #FFEBF0.


Border color

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

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

This div border color is #FFEBF0.


Opacity

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

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

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

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

This text has shadow with #FFEBF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFEBF0 on black background.


Color preview on white background

This text has color #FFEBF0 on white background.



Black color preview on #FFEBF0 background

This text has black color on #FFEBF0 background.


White color preview on #FFEBF0 background

This text has white color on #FFEBF0 background.