COLOR #F5D8CC

HEX: #F5D8CC RGB: (245,216,204)

Color info

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

RGB color model

#F5D8CC color RGB value is (245,216,204).

RGB: (245,216,204) (96%, 85%, 80%)

RGB channels and saturation

R 245 of 255 = 96%
G 216 of 255 = 85%
B 204 of 255 = 80%

245
216
204

R + G + B ~ 87%. #F5D8CC is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 216 + 204 = 665 (100%)
R 245 of 665 ~ 36.84%
G 216 of 665 ~ 32.48%
B 204 of 665 ~ 30.68'%

%36.84
%32.48
%30.68

CMYK color model

#F5D8CC color CMYK value is (0,12,17,4).

  • cyan value is 0.00%
  • magenta value is 11.84%
  • yellow value is 16.73%
  • key color value is 3.92%

CMYK: (0,12,17,4)
C0M12Y17K4 (0%, 12%, 17%, 4%)
(0.00 / 0.12 / 0.17 / 0.04)

CMYK percentages

%0
%11.84
%16.73
%3.92

Codes

Color #F5D8CC in popluar color models

F5 D8 CC
RGB 245 216 204
HSL 18° 67.21% 88.04%
HSB/HSV 18° 16.73% 96.08%
CMYK 0.00% 11.84% 16.73%
3.92%

Color #F5D8CC in popluar number systems.

HEX F5 D8 CC
Decimal 245 216 204
Binary 11110101 11011000 11001100
Octal 365 330 314

Shades and tints

Shades of #F5D8CC

#F5D8CC
(245,216,204)
#DFC5BA
(223,197,186)
#C9B2A8
(201,178,168)
#B39F96
(179,159,150)
#9D8C84
(157,140,132)
#877972
(135,121,114)
#716660
(113,102,96)
#5B534E
(91,83,78)
#45403C
(69,64,60)
#2F2D2A
(47,45,42)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #F5D8CC

#F5D8CC
(245,216,204)
#F5DBD0
(245,219,208)
#F5DED4
(245,222,212)
#F5E1D8
(245,225,216)
#F5E4DC
(245,228,220)
#F5E7E0
(245,231,224)
#F5EAE4
(245,234,228)
#F5EDE8
(245,237,232)
#F5F0EC
(245,240,236)
#F5F3F0
(245,243,240)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5D8CC; }

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

This text font color is #F5D8CC.

Background Color

.myBgColor { background-color: #F5D8CC; }

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

This div background color is #F5D8CC.

Border color

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

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

This div border color is #F5D8CC.

Opacity

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

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

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

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

This text has shadow with #F5D8CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5D8CC.

Preview

Color preview on black background

This text has color #F5D8CC on black background.


Color preview on white background

This text has color #F5D8CC on white background.


Black color preview on #F5D8CC background

This text has black color on #F5D8CC background.


White color preview on #F5D8CC background

This text has white color on #F5D8CC background.


Related colors

Complementary color

Complementary color for #hex is #0A2733.


I love getcolorcode.com

Triadic colors

1 #CCF5D8 and #D8CCF5 with #F5D8CC are triadic colors.

2 #CCD8F5 and #D8F5CC with #F5D8CC are triadic colors.