COLOR #F5EAFE

HEX: #F5EAFE
RGB: (245,234,254)

Color info

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

RGB color model

#F5EAFE color RGB value is (245,234,254).

  • red value is 245;
  • green value is 234;
  • blue value is 254.
RGB:
(245,234,254)
(96%,92%,100%)

RGB channels and saturation

R 245 of 255 = 96%
G 234 of 255 = 92%
B 254 of 255 = 100%

245
234
254

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

Portions of RGB colors in percentages

R + G + B =
245 + 234 + 254 = 733 (100%)
R 245 of 733 ~ 33.42%
G 234 of 733 ~ 31.92%
B 254 of 733 ~ 34.65%

%33.42
%31.92
%34.65

CMYK color model

#F5EAFE color CMYK value is (4,8,0,0).

  • cyan value is 3.54%
  • magenta value is 7.87%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(4,8,0,0)
C4M8Y0K0 
(4%,8%,0%,0%)
(0.04/0.08/0.00/0.00)	

CMYK percentages

%3.54
%7.87
%0
%0.39

Codes

Color #F5EAFE in popluar color models

F5EAFE
RGB245234254
HSL273°90.91%95.69%
HSB/HSV273°7.87%99.61%
CMYK3.54%7.87%0.00%
0.39%

Color #F5EAFE in popluar number systems.

HEXF5EAFE
Decimal245234254
Binary111101011110101011111110
Octal365352376

Shades and tints

Shades of #F5EAFE

#F5EAFE
(245,234,254)
#DFD5E7
(223,213,231)
#C9C0D0
(201,192,208)
#B3ABB9
(179,171,185)
#9D96A2
(157,150,162)
#87818B
(135,129,139)
#716C74
(113,108,116)
#5B575D
(91,87,93)
#454246
(69,66,70)
#2F2D2F
(47,45,47)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #F5EAFE

#F5EAFE
(245,234,254)
#F5EBFE
(245,235,254)
#F5ECFE
(245,236,254)
#F5EDFE
(245,237,254)
#F5EEFE
(245,238,254)
#F5EFFE
(245,239,254)
#F5F0FE
(245,240,254)
#F5F1FE
(245,241,254)
#F5F2FE
(245,242,254)
#F5F3FE
(245,243,254)
#F5F4FE
(245,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5EAFE color. Also use rgb(245,234,254) instead hex code.

Text Font Color

.myTextColor { color: #F5EAFE; }

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

This text font color is #F5EAFE.


Background Color

.myBgColor { background-color: #F5EAFE; }

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

This div background color is #F5EAFE.


Border color

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

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

This div border color is #F5EAFE.


Opacity

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

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

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

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

This text has shadow with #F5EAFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5EAFE on black background.


Color preview on white background

This text has color #F5EAFE on white background.



Black color preview on #F5EAFE background

This text has black color on #F5EAFE background.


White color preview on #F5EAFE background

This text has white color on #F5EAFE background.