COLOR #F5EAFA

HEX: #F5EAFA
RGB: (245,234,250)

Color info

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

RGB color model

#F5EAFA color RGB value is (245,234,250).

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

RGB channels and saturation

R 245 of 255 = 96%
G 234 of 255 = 92%
B 250 of 255 = 98%

245
234
250

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

Portions of RGB colors in percentages

R + G + B =
245 + 234 + 250 = 729 (100%)
R 245 of 729 ~ 33.61%
G 234 of 729 ~ 32.1%
B 250 of 729 ~ 34.29%

%33.61
%32.1
%34.29

CMYK color model

#F5EAFA color CMYK value is (2,6,0,2).

  • cyan value is 2.00%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(2,6,0,2)
C2M6Y0K2 
(2%,6%,0%,2%)
(0.02/0.06/0.00/0.02)	

CMYK percentages

%2
%6.4
%0
%1.96

Codes

Color #F5EAFA in popluar color models

F5EAFA
RGB245234250
HSL281°61.54%94.90%
HSB/HSV281°6.40%98.04%
CMYK2.00%6.40%0.00%
1.96%

Color #F5EAFA in popluar number systems.

HEXF5EAFA
Decimal245234250
Binary111101011110101011111010
Octal365352372

Shades and tints

Shades of #F5EAFA

#F5EAFA
(245,234,250)
#DFD5E4
(223,213,228)
#C9C0CE
(201,192,206)
#B3ABB8
(179,171,184)
#9D96A2
(157,150,162)
#87818C
(135,129,140)
#716C76
(113,108,118)
#5B5760
(91,87,96)
#45424A
(69,66,74)
#2F2D34
(47,45,52)
#19181E
(25,24,30)
#000000
(0,0,0)

Tints of #F5EAFA

#F5EAFA
(245,234,250)
#F5EBFA
(245,235,250)
#F5ECFA
(245,236,250)
#F5EDFA
(245,237,250)
#F5EEFA
(245,238,250)
#F5EFFA
(245,239,250)
#F5F0FA
(245,240,250)
#F5F1FA
(245,241,250)
#F5F2FA
(245,242,250)
#F5F3FA
(245,243,250)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5EAFA; }

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

This text font color is #F5EAFA.


Background Color

.myBgColor { background-color: #F5EAFA; }

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

This div background color is #F5EAFA.


Border color

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

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

This div border color is #F5EAFA.


Opacity

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

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

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

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

This text has shadow with #F5EAFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5EAFA on black background.


Color preview on white background

This text has color #F5EAFA on white background.



Black color preview on #F5EAFA background

This text has black color on #F5EAFA background.


White color preview on #F5EAFA background

This text has white color on #F5EAFA background.