COLOR #FFEBFF

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

255
235
255

R + G + B ~ 97%. #FFEBFF is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 235 + 255 = 745 (100%)
R 255 of 745 ~ 34.23%
G 235 of 745 ~ 31.54%
B 255 of 745 ~ 34.23%

%34.23
%31.54
%34.23

CMYK color model

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

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

CMYK percentages

%0
%7.84
%0
%0

Codes

Color #FFEBFF in popluar color models

FFEBFF
RGB255235255
HSL300°100.00%96.08%
HSB/HSV300°7.84%100.00%
CMYK0.00%7.84%0.00%
0.00%

Color #FFEBFF in popluar number systems.

HEXFFEBFF
Decimal255235255
Binary111111111110101111111111
Octal377353377

Shades and tints

Shades of #FFEBFF

#FFEBFF
(255,235,255)
#E8D6E8
(232,214,232)
#D1C1D1
(209,193,209)
#BAACBA
(186,172,186)
#A397A3
(163,151,163)
#8C828C
(140,130,140)
#756D75
(117,109,117)
#5E585E
(94,88,94)
#474347
(71,67,71)
#302E30
(48,46,48)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #FFEBFF

#FFEBFF
(255,235,255)
#FFECFF
(255,236,255)
#FFEDFF
(255,237,255)
#FFEEFF
(255,238,255)
#FFEFFF
(255,239,255)
#FFF0FF
(255,240,255)
#FFF1FF
(255,241,255)
#FFF2FF
(255,242,255)
#FFF3FF
(255,243,255)
#FFF4FF
(255,244,255)
#FFF5FF
(255,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFEBFF; }

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

This text font color is #FFEBFF.


Background Color

.myBgColor { background-color: #FFEBFF; }

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

This div background color is #FFEBFF.


Border color

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

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

This div border color is #FFEBFF.


Opacity

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

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

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

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

This text has shadow with #FFEBFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFEBFF on black background.


Color preview on white background

This text has color #FFEBFF on white background.



Black color preview on #FFEBFF background

This text has black color on #FFEBFF background.


White color preview on #FFEBFF background

This text has white color on #FFEBFF background.