COLOR #F5DDCB

HEX: #F5DDCB RGB: (245,221,203)

Color info

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

RGB color model

#F5DDCB color RGB value is (245,221,203).

RGB: (245,221,203) (96%, 87%, 80%)

RGB channels and saturation

R 245 of 255 = 96%
G 221 of 255 = 87%
B 203 of 255 = 80%

245
221
203

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

Portions of RGB colors in percentages

R + G + B = 245 + 221 + 203 = 669 (100%)
R 245 of 669 ~ 36.62%
G 221 of 669 ~ 33.03%
B 203 of 669 ~ 30.34'%

%36.62
%33.03
%30.34

CMYK color model

#F5DDCB color CMYK value is (0,10,17,4).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 17.14%
  • key color value is 3.92%

CMYK: (0,10,17,4)
C0M10Y17K4 (0%, 10%, 17%, 4%)
(0.00 / 0.10 / 0.17 / 0.04)

CMYK percentages

%0
%9.8
%17.14
%3.92

Codes

Color #F5DDCB in popluar color models

F5 DD CB
RGB 245 221 203
HSL 26° 67.74% 87.84%
HSB/HSV 26° 17.14% 96.08%
CMYK 0.00% 9.80% 17.14%
3.92%

Color #F5DDCB in popluar number systems.

HEX F5 DD CB
Decimal 245 221 203
Binary 11110101 11011101 11001011
Octal 365 335 313

Shades and tints

Shades of #F5DDCB

#F5DDCB
(245,221,203)
#DFC9B9
(223,201,185)
#C9B5A7
(201,181,167)
#B3A195
(179,161,149)
#9D8D83
(157,141,131)
#877971
(135,121,113)
#71655F
(113,101,95)
#5B514D
(91,81,77)
#453D3B
(69,61,59)
#2F2929
(47,41,41)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #F5DDCB

#F5DDCB
(245,221,203)
#F5E0CF
(245,224,207)
#F5E3D3
(245,227,211)
#F5E6D7
(245,230,215)
#F5E9DB
(245,233,219)
#F5ECDF
(245,236,223)
#F5EFE3
(245,239,227)
#F5F2E7
(245,242,231)
#F5F5EB
(245,245,235)
#F5F8EF
(245,248,239)
#F5FBF3
(245,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5DDCB; }

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

This text font color is #F5DDCB.

Background Color

.myBgColor { background-color: #F5DDCB; }

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

This div background color is #F5DDCB.

Border color

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

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

This div border color is #F5DDCB.

Opacity

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

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

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

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

This text has shadow with #F5DDCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5DDCB.

Preview

Color preview on black background

This text has color #F5DDCB on black background.


Color preview on white background

This text has color #F5DDCB on white background.


Black color preview on #F5DDCB background

This text has black color on #F5DDCB background.


White color preview on #F5DDCB background

This text has white color on #F5DDCB background.


Related colors

Complementary color

Complementary color for #hex is #0A2234.


I love getcolorcode.com

Triadic colors

1 #CBF5DD and #DDCBF5 with #F5DDCB are triadic colors.

2 #CBDDF5 and #DDF5CB with #F5DDCB are triadic colors.