COLOR #F5EDFD

HEX: #F5EDFD
RGB: (245,237,253)

Color info

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

RGB color model

#F5EDFD color RGB value is (245,237,253).

  • red value is 245;
  • green value is 237;
  • blue value is 253.
RGB:
(245,237,253)
(96%,93%,99%)

RGB channels and saturation

R 245 of 255 = 96%
G 237 of 255 = 93%
B 253 of 255 = 99%

245
237
253

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

Portions of RGB colors in percentages

R + G + B =
245 + 237 + 253 = 735 (100%)
R 245 of 735 ~ 33.33%
G 237 of 735 ~ 32.24%
B 253 of 735 ~ 34.42%

%33.33
%32.24
%34.42

CMYK color model

#F5EDFD color CMYK value is (3,6,0,1).

  • cyan value is 3.16%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(3,6,0,1)
C3M6Y0K1 
(3%,6%,0%,1%)
(0.03/0.06/0.00/0.01)	

CMYK percentages

%3.16
%6.32
%0
%0.78

Codes

Color #F5EDFD in popluar color models

F5EDFD
RGB245237253
HSL270°80.00%96.08%
HSB/HSV270°6.32%99.22%
CMYK3.16%6.32%0.00%
0.78%

Color #F5EDFD in popluar number systems.

HEXF5EDFD
Decimal245237253
Binary111101011110110111111101
Octal365355375

Shades and tints

Shades of #F5EDFD

#F5EDFD
(245,237,253)
#DFD8E6
(223,216,230)
#C9C3CF
(201,195,207)
#B3AEB8
(179,174,184)
#9D99A1
(157,153,161)
#87848A
(135,132,138)
#716F73
(113,111,115)
#5B5A5C
(91,90,92)
#454545
(69,69,69)
#2F302E
(47,48,46)
#191B17
(25,27,23)
#000000
(0,0,0)

Tints of #F5EDFD

#F5EDFD
(245,237,253)
#F5EEFD
(245,238,253)
#F5EFFD
(245,239,253)
#F5F0FD
(245,240,253)
#F5F1FD
(245,241,253)
#F5F2FD
(245,242,253)
#F5F3FD
(245,243,253)
#F5F4FD
(245,244,253)
#F5F5FD
(245,245,253)
#F5F6FD
(245,246,253)
#F5F7FD
(245,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5EDFD color. Also use rgb(245,237,253) instead hex code.

Text Font Color

.myTextColor { color: #F5EDFD; }

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

This text font color is #F5EDFD.


Background Color

.myBgColor { background-color: #F5EDFD; }

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

This div background color is #F5EDFD.


Border color

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

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

This div border color is #F5EDFD.


Opacity

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

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

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

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

This text has shadow with #F5EDFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5EDFD on black background.


Color preview on white background

This text has color #F5EDFD on white background.



Black color preview on #F5EDFD background

This text has black color on #F5EDFD background.


White color preview on #F5EDFD background

This text has white color on #F5EDFD background.