COLOR #F5EDFF

HEX: #F5EDFF RGB: (245,237,255)

Color info

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

RGB color model

#F5EDFF color RGB value is (245,237,255).

RGB: (245,237,255) (96%, 93%, 100%)

RGB channels and saturation

R 245 of 255 = 96%
G 237 of 255 = 93%
B 255 of 255 = 100%

245
237
255

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

Portions of RGB colors in percentages

R + G + B = 245 + 237 + 255 = 737 (100%)
R 245 of 737 ~ 33.24%
G 237 of 737 ~ 32.16%
B 255 of 737 ~ 34.6'%

%33.24
%32.16
%34.6

CMYK color model

#F5EDFF color CMYK value is (4,7,0,0).

  • cyan value is 3.92%
  • magenta value is 7.06%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (4,7,0,0)
C4M7Y0K0 (4%, 7%, 0%, 0%)
(0.04 / 0.07 / 0.00 / 0.00)

CMYK percentages

%3.92
%7.06
%0
%0

Codes

Color #F5EDFF in popluar color models

F5 ED FF
RGB 245 237 255
HSL 267° 100.00% 96.47%
HSB/HSV 267° 7.06% 100.00%
CMYK 3.92% 7.06% 0.00%
0.00%

Color #F5EDFF in popluar number systems.

HEX F5 ED FF
Decimal 245 237 255
Binary 11110101 11101101 11111111
Octal 365 355 377

Shades and tints

Shades of #F5EDFF

#F5EDFF
(245,237,255)
#DFD8E8
(223,216,232)
#C9C3D1
(201,195,209)
#B3AEBA
(179,174,186)
#9D99A3
(157,153,163)
#87848C
(135,132,140)
#716F75
(113,111,117)
#5B5A5E
(91,90,94)
#454547
(69,69,71)
#2F3030
(47,48,48)
#191B19
(25,27,25)
#000000
(0,0,0)

Tints of #F5EDFF

#F5EDFF
(245,237,255)
#F5EEFF
(245,238,255)
#F5EFFF
(245,239,255)
#F5F0FF
(245,240,255)
#F5F1FF
(245,241,255)
#F5F2FF
(245,242,255)
#F5F3FF
(245,243,255)
#F5F4FF
(245,244,255)
#F5F5FF
(245,245,255)
#F5F6FF
(245,246,255)
#F5F7FF
(245,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5EDFF; }

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

This text font color is #F5EDFF.

Background Color

.myBgColor { background-color: #F5EDFF; }

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

This div background color is #F5EDFF.

Border color

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

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

This div border color is #F5EDFF.

Opacity

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

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

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

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

This text has shadow with #F5EDFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5EDFF.

Preview

Color preview on black background

This text has color #F5EDFF on black background.


Color preview on white background

This text has color #F5EDFF on white background.


Black color preview on #F5EDFF background

This text has black color on #F5EDFF background.


White color preview on #F5EDFF background

This text has white color on #F5EDFF background.


Related colors

Complementary color

Complementary color for #hex is #0A1200.


I love getcolorcode.com

Triadic colors

1 #FFF5ED and #EDFFF5 with #F5EDFF are triadic colors.

2 #FFEDF5 and #EDF5FF with #F5EDFF are triadic colors.