COLOR #F5EDE3

HEX: #F5EDE3 RGB: (245,237,227)

Color info

#F5EDE3 contains red, green and blue colors in about the same proportion. Web safe color of #F5EDE3 is #FFFFCC (or #FFC).

RGB color model

#F5EDE3 color RGB value is (245,237,227).

RGB: (245,237,227) (96%, 93%, 89%)

RGB channels and saturation

R 245 of 255 = 96%
G 237 of 255 = 93%
B 227 of 255 = 89%

245
237
227

R + G + B ~ 93%. #F5EDE3 is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 237 + 227 = 709 (100%)
R 245 of 709 ~ 34.56%
G 237 of 709 ~ 33.43%
B 227 of 709 ~ 32.02'%

%34.56
%33.43
%32.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.27%
  • yellow value is 7.35%
  • key color value is 3.92%

CMYK: (0,3,7,4)
C0M3Y7K4 (0%, 3%, 7%, 4%)
(0.00 / 0.03 / 0.07 / 0.04)

CMYK percentages

%0
%3.27
%7.35
%3.92

Codes

Color #F5EDE3 in popluar color models

F5 ED E3
RGB 245 237 227
HSL 33° 47.37% 92.55%
HSB/HSV 33° 7.35% 96.08%
CMYK 0.00% 3.27% 7.35%
3.92%

Color #F5EDE3 in popluar number systems.

HEX F5 ED E3
Decimal 245 237 227
Binary 11110101 11101101 11100011
Octal 365 355 343

Shades and tints

Shades of #F5EDE3

#F5EDE3
(245,237,227)
#DFD8CF
(223,216,207)
#C9C3BB
(201,195,187)
#B3AEA7
(179,174,167)
#9D9993
(157,153,147)
#87847F
(135,132,127)
#716F6B
(113,111,107)
#5B5A57
(91,90,87)
#454543
(69,69,67)
#2F302F
(47,48,47)
#191B1B
(25,27,27)
#000000
(0,0,0)

Tints of #F5EDE3

#F5EDE3
(245,237,227)
#F5EEE5
(245,238,229)
#F5EFE7
(245,239,231)
#F5F0E9
(245,240,233)
#F5F1EB
(245,241,235)
#F5F2ED
(245,242,237)
#F5F3EF
(245,243,239)
#F5F4F1
(245,244,241)
#F5F5F3
(245,245,243)
#F5F6F5
(245,246,245)
#F5F7F7
(245,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5EDE3; }

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

This text font color is #F5EDE3.

Background Color

.myBgColor { background-color: #F5EDE3; }

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

This div background color is #F5EDE3.

Border color

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

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

This div border color is #F5EDE3.

Opacity

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

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

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

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

This text has shadow with #F5EDE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5EDE3.

Preview

Color preview on black background

This text has color #F5EDE3 on black background.


Color preview on white background

This text has color #F5EDE3 on white background.


Black color preview on #F5EDE3 background

This text has black color on #F5EDE3 background.


White color preview on #F5EDE3 background

This text has white color on #F5EDE3 background.


Related colors

Complementary color

Complementary color for #hex is #0A121C.


I love getcolorcode.com

Triadic colors

1 #E3F5ED and #EDE3F5 with #F5EDE3 are triadic colors.

2 #E3EDF5 and #EDF5E3 with #F5EDE3 are triadic colors.