COLOR #F5E4CD

HEX: #F5E4CD RGB: (245,228,205)

Color info

#F5E4CD contains red, green and blue colors in about the same proportion. Web safe color of #F5E4CD is #FFCCCC (or #FCC).

RGB color model

#F5E4CD color RGB value is (245,228,205).

RGB: (245,228,205) (96%, 89%, 80%)

RGB channels and saturation

R 245 of 255 = 96%
G 228 of 255 = 89%
B 205 of 255 = 80%

245
228
205

R + G + B ~ 88%. #F5E4CD is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 228 + 205 = 678 (100%)
R 245 of 678 ~ 36.14%
G 228 of 678 ~ 33.63%
B 205 of 678 ~ 30.24'%

%36.14
%33.63
%30.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.94%
  • yellow value is 16.33%
  • key color value is 3.92%

CMYK: (0,7,16,4)
C0M7Y16K4 (0%, 7%, 16%, 4%)
(0.00 / 0.07 / 0.16 / 0.04)

CMYK percentages

%0
%6.94
%16.33
%3.92

Codes

Color #F5E4CD in popluar color models

F5 E4 CD
RGB 245 228 205
HSL 35° 66.67% 88.24%
HSB/HSV 35° 16.33% 96.08%
CMYK 0.00% 6.94% 16.33%
3.92%

Color #F5E4CD in popluar number systems.

HEX F5 E4 CD
Decimal 245 228 205
Binary 11110101 11100100 11001101
Octal 365 344 315

Shades and tints

Shades of #F5E4CD

#F5E4CD
(245,228,205)
#DFD0BB
(223,208,187)
#C9BCA9
(201,188,169)
#B3A897
(179,168,151)
#9D9485
(157,148,133)
#878073
(135,128,115)
#716C61
(113,108,97)
#5B584F
(91,88,79)
#45443D
(69,68,61)
#2F302B
(47,48,43)
#191C19
(25,28,25)
#000000
(0,0,0)

Tints of #F5E4CD

#F5E4CD
(245,228,205)
#F5E6D1
(245,230,209)
#F5E8D5
(245,232,213)
#F5EAD9
(245,234,217)
#F5ECDD
(245,236,221)
#F5EEE1
(245,238,225)
#F5F0E5
(245,240,229)
#F5F2E9
(245,242,233)
#F5F4ED
(245,244,237)
#F5F6F1
(245,246,241)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5E4CD color. Also use rgb(245,228,205) instead hex code.

Text Font Color

.myTextColor { color: #F5E4CD; }

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

This text font color is #F5E4CD.

Background Color

.myBgColor { background-color: #F5E4CD; }

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

This div background color is #F5E4CD.

Border color

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

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

This div border color is #F5E4CD.

Opacity

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

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

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

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

This text has shadow with #F5E4CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5E4CD.

Preview

Color preview on black background

This text has color #F5E4CD on black background.


Color preview on white background

This text has color #F5E4CD on white background.


Black color preview on #F5E4CD background

This text has black color on #F5E4CD background.


White color preview on #F5E4CD background

This text has white color on #F5E4CD background.


Related colors

Complementary color

Complementary color for #hex is #0A1B32.


I love getcolorcode.com

Triadic colors

1 #CDF5E4 and #E4CDF5 with #F5E4CD are triadic colors.

2 #CDE4F5 and #E4F5CD with #F5E4CD are triadic colors.