COLOR #F5D7CB

HEX: #F5D7CB RGB: (245,215,203)

Color info

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

RGB color model

#F5D7CB color RGB value is (245,215,203).

RGB: (245,215,203) (96%, 84%, 80%)

RGB channels and saturation

R 245 of 255 = 96%
G 215 of 255 = 84%
B 203 of 255 = 80%

245
215
203

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

Portions of RGB colors in percentages

R + G + B = 245 + 215 + 203 = 663 (100%)
R 245 of 663 ~ 36.95%
G 215 of 663 ~ 32.43%
B 203 of 663 ~ 30.62'%

%36.95
%32.43
%30.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.24%
  • yellow value is 17.14%
  • 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
%12.24
%17.14
%3.92

Codes

Color #F5D7CB in popluar color models

F5 D7 CB
RGB 245 215 203
HSL 17° 67.74% 87.84%
HSB/HSV 17° 17.14% 96.08%
CMYK 0.00% 12.24% 17.14%
3.92%

Color #F5D7CB in popluar number systems.

HEX F5 D7 CB
Decimal 245 215 203
Binary 11110101 11010111 11001011
Octal 365 327 313

Shades and tints

Shades of #F5D7CB

#F5D7CB
(245,215,203)
#DFC4B9
(223,196,185)
#C9B1A7
(201,177,167)
#B39E95
(179,158,149)
#9D8B83
(157,139,131)
#877871
(135,120,113)
#71655F
(113,101,95)
#5B524D
(91,82,77)
#453F3B
(69,63,59)
#2F2C29
(47,44,41)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #F5D7CB

#F5D7CB
(245,215,203)
#F5DACF
(245,218,207)
#F5DDD3
(245,221,211)
#F5E0D7
(245,224,215)
#F5E3DB
(245,227,219)
#F5E6DF
(245,230,223)
#F5E9E3
(245,233,227)
#F5ECE7
(245,236,231)
#F5EFEB
(245,239,235)
#F5F2EF
(245,242,239)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D7CB color. Also use rgb(245,215,203) instead hex code.

Text Font Color

.myTextColor { color: #F5D7CB; }

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

This text font color is #F5D7CB.

Background Color

.myBgColor { background-color: #F5D7CB; }

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

This div background color is #F5D7CB.

Border color

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

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

This div border color is #F5D7CB.

Opacity

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

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

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

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

This text has shadow with #F5D7CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5D7CB.

Preview

Color preview on black background

This text has color #F5D7CB on black background.


Color preview on white background

This text has color #F5D7CB on white background.


Black color preview on #F5D7CB background

This text has black color on #F5D7CB background.


White color preview on #F5D7CB background

This text has white color on #F5D7CB background.


Related colors

Complementary color

Complementary color for #hex is #0A2834.


I love getcolorcode.com

Triadic colors

1 #CBF5D7 and #D7CBF5 with #F5D7CB are triadic colors.

2 #CBD7F5 and #D7F5CB with #F5D7CB are triadic colors.