COLOR #F5E4CC

HEX: #F5E4CC RGB: (245,228,204)

Color info

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

RGB color model

#F5E4CC color RGB value is (245,228,204).

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

RGB channels and saturation

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

245
228
204

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

Portions of RGB colors in percentages

R + G + B = 245 + 228 + 204 = 677 (100%)
R 245 of 677 ~ 36.19%
G 228 of 677 ~ 33.68%
B 204 of 677 ~ 30.13'%

%36.19
%33.68
%30.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.94%
  • yellow value is 16.73%
  • key color value is 3.92%
CMYK: (0,7,17,4) C0M7Y17K4 (0%,7%,17%,4%) (0.00/0.07/0.17/0.04) 

CMYK percentages

%0
%6.94
%16.73
%3.92

Codes

Color #F5E4CC in popluar color models

F5 E4 CC
RGB 245 228 204
HSL 35° 67.21% 88.04%
HSB/HSV 35° 16.73% 96.08%
CMYK 0.00% 6.94% 16.73%
3.92%

Color #F5E4CC in popluar number systems.

HEX F5 E4 CC
Decimal 245 228 204
Binary 11110101 11100100 11001100
Octal 365 344 314

Shades and tints

Shades of #F5E4CC

#F5E4CC
(245,228,204)
#DFD0BA
(223,208,186)
#C9BCA8
(201,188,168)
#B3A896
(179,168,150)
#9D9484
(157,148,132)
#878072
(135,128,114)
#716C60
(113,108,96)
#5B584E
(91,88,78)
#45443C
(69,68,60)
#2F302A
(47,48,42)
#191C18
(25,28,24)
#000000
(0,0,0)

Tints of #F5E4CC

#F5E4CC
(245,228,204)
#F5E6D0
(245,230,208)
#F5E8D4
(245,232,212)
#F5EAD8
(245,234,216)
#F5ECDC
(245,236,220)
#F5EEE0
(245,238,224)
#F5F0E4
(245,240,228)
#F5F2E8
(245,242,232)
#F5F4EC
(245,244,236)
#F5F6F0
(245,246,240)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5E4CC; }

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

This text font color is #F5E4CC.

Background Color

.myBgColor { background-color: #F5E4CC; }

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

This div background color is #F5E4CC.

Border color

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

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

This div border color is #F5E4CC.

Opacity

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

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

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

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

This text has shadow with #F5E4CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5E4CC.

Preview

Color preview on black background

This text has color #F5E4CC on black background.


Color preview on white background

This text has color #F5E4CC on white background.


Black color preview on #F5E4CC background

This text has black color on #F5E4CC background.


White color preview on #F5E4CC background

This text has white color on #F5E4CC background.


Related colors

Complementary color

Complementary color for #hex is #0A1B33.


I love getcolorcode.com

Triadic colors

1 #CCF5E4 and #E4CCF5 with #F5E4CC are triadic colors.

2 #CCE4F5 and #E4F5CC with #F5E4CC are triadic colors.