COLOR #FFEBFA

HEX: #FFEBFA
RGB: (255,235,250)

Color info

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

RGB color model

#FFEBFA color RGB value is (255,235,250).

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

RGB channels and saturation

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

255
235
250

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

Portions of RGB colors in percentages

R + G + B =
255 + 235 + 250 = 740 (100%)
R 255 of 740 ~ 34.46%
G 235 of 740 ~ 31.76%
B 250 of 740 ~ 33.78%

%34.46
%31.76
%33.78

CMYK color model

#FFEBFA color CMYK value is (0,8,2,0).

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

CMYK percentages

%0
%7.84
%1.96
%0

Codes

Color #FFEBFA in popluar color models

FFEBFA
RGB255235250
HSL315°100.00%96.08%
HSB/HSV315°7.84%100.00%
CMYK0.00%7.84%1.96%
0.00%

Color #FFEBFA in popluar number systems.

HEXFFEBFA
Decimal255235250
Binary111111111110101111111010
Octal377353372

Shades and tints

Shades of #FFEBFA

#FFEBFA
(255,235,250)
#E8D6E4
(232,214,228)
#D1C1CE
(209,193,206)
#BAACB8
(186,172,184)
#A397A2
(163,151,162)
#8C828C
(140,130,140)
#756D76
(117,109,118)
#5E5860
(94,88,96)
#47434A
(71,67,74)
#302E34
(48,46,52)
#19191E
(25,25,30)
#000000
(0,0,0)

Tints of #FFEBFA

#FFEBFA
(255,235,250)
#FFECFA
(255,236,250)
#FFEDFA
(255,237,250)
#FFEEFA
(255,238,250)
#FFEFFA
(255,239,250)
#FFF0FA
(255,240,250)
#FFF1FA
(255,241,250)
#FFF2FA
(255,242,250)
#FFF3FA
(255,243,250)
#FFF4FA
(255,244,250)
#FFF5FA
(255,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFEBFA; }

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

This text font color is #FFEBFA.


Background Color

.myBgColor { background-color: #FFEBFA; }

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

This div background color is #FFEBFA.


Border color

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

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

This div border color is #FFEBFA.


Opacity

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

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

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

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

This text has shadow with #FFEBFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFEBFA on black background.


Color preview on white background

This text has color #FFEBFA on white background.



Black color preview on #FFEBFA background

This text has black color on #FFEBFA background.


White color preview on #FFEBFA background

This text has white color on #FFEBFA background.