COLOR #F5CDB9

HEX: #F5CDB9
RGB: (245,205,185)

Color info

#F5CDB9 contains mainly red and green colors. Web safe color of #F5CDB9 is #FFCCCC (or #FCC).

RGB color model

#F5CDB9 color RGB value is (245,205,185).

  • red value is 245;
  • green value is 205;
  • blue value is 185.
RGB:
(245,205,185)
(96%,80%,73%)

RGB channels and saturation

R 245 of 255 = 96%
G 205 of 255 = 80%
B 185 of 255 = 73%

245
205
185

R + G + B ~ 83%. #F5CDB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 205 + 185 = 635 (100%)
R 245 of 635 ~ 38.58%
G 205 of 635 ~ 32.28%
B 185 of 635 ~ 29.13%

%38.58
%32.28
%29.13

CMYK color model

#F5CDB9 color CMYK value is (0,16,24,4).

  • cyan value is 0.00%
  • magenta value is 16.33%
  • yellow value is 24.49%
  • key color value is 3.92%
CMYK:
(0,16,24,4)
C0M16Y24K4 
(0%,16%,24%,4%)
(0.00/0.16/0.24/0.04)	

CMYK percentages

%0
%16.33
%24.49
%3.92

Codes

Color #F5CDB9 in popluar color models

F5CDB9
RGB245205185
HSL20°75.00%84.31%
HSB/HSV20°24.49%96.08%
CMYK0.00%16.33%24.49%
3.92%

Color #F5CDB9 in popluar number systems.

HEXF5CDB9
Decimal245205185
Binary111101011100110110111001
Octal365315271

Shades and tints

Shades of #F5CDB9

#F5CDB9
(245,205,185)
#DFBBA9
(223,187,169)
#C9A999
(201,169,153)
#B39789
(179,151,137)
#9D8579
(157,133,121)
#877369
(135,115,105)
#716159
(113,97,89)
#5B4F49
(91,79,73)
#453D39
(69,61,57)
#2F2B29
(47,43,41)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #F5CDB9

#F5CDB9
(245,205,185)
#F5D1BF
(245,209,191)
#F5D5C5
(245,213,197)
#F5D9CB
(245,217,203)
#F5DDD1
(245,221,209)
#F5E1D7
(245,225,215)
#F5E5DD
(245,229,221)
#F5E9E3
(245,233,227)
#F5EDE9
(245,237,233)
#F5F1EF
(245,241,239)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5CDB9; }

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

This text font color is #F5CDB9.


Background Color

.myBgColor { background-color: #F5CDB9; }

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

This div background color is #F5CDB9.


Border color

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

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

This div border color is #F5CDB9.


Opacity

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

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

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

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

This text has shadow with #F5CDB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5CDB9 on black background.


Color preview on white background

This text has color #F5CDB9 on white background.



Black color preview on #F5CDB9 background

This text has black color on #F5CDB9 background.


White color preview on #F5CDB9 background

This text has white color on #F5CDB9 background.