COLOR #F5DDB4

HEX: #F5DDB4 RGB: (245,221,180)

Color info

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

RGB color model

#F5DDB4 color RGB value is (245,221,180).

RGB: (245,221,180) (96%, 87%, 71%)

RGB channels and saturation

R 245 of 255 = 96%
G 221 of 255 = 87%
B 180 of 255 = 71%

245
221
180

R + G + B ~ 85%. #F5DDB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 221 + 180 = 646 (100%)
R 245 of 646 ~ 37.93%
G 221 of 646 ~ 34.21%
B 180 of 646 ~ 27.86'%

%37.93
%34.21
%27.86

CMYK color model

#F5DDB4 color CMYK value is (0,10,27,4).

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

CMYK: (0,10,27,4)
C0M10Y27K4 (0%, 10%, 27%, 4%)
(0.00 / 0.10 / 0.27 / 0.04)

CMYK percentages

%0
%9.8
%26.53
%3.92

Codes

Color #F5DDB4 in popluar color models

F5 DD B4
RGB 245 221 180
HSL 38° 76.47% 83.33%
HSB/HSV 38° 26.53% 96.08%
CMYK 0.00% 9.80% 26.53%
3.92%

Color #F5DDB4 in popluar number systems.

HEX F5 DD B4
Decimal 245 221 180
Binary 11110101 11011101 10110100
Octal 365 335 264

Shades and tints

Shades of #F5DDB4

#F5DDB4
(245,221,180)
#DFC9A4
(223,201,164)
#C9B594
(201,181,148)
#B3A184
(179,161,132)
#9D8D74
(157,141,116)
#877964
(135,121,100)
#716554
(113,101,84)
#5B5144
(91,81,68)
#453D34
(69,61,52)
#2F2924
(47,41,36)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #F5DDB4

#F5DDB4
(245,221,180)
#F5E0BA
(245,224,186)
#F5E3C0
(245,227,192)
#F5E6C6
(245,230,198)
#F5E9CC
(245,233,204)
#F5ECD2
(245,236,210)
#F5EFD8
(245,239,216)
#F5F2DE
(245,242,222)
#F5F5E4
(245,245,228)
#F5F8EA
(245,248,234)
#F5FBF0
(245,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5DDB4; }

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

This text font color is #F5DDB4.

Background Color

.myBgColor { background-color: #F5DDB4; }

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

This div background color is #F5DDB4.

Border color

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

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

This div border color is #F5DDB4.

Opacity

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

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

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

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

This text has shadow with #F5DDB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5DDB4.

Preview

Color preview on black background

This text has color #F5DDB4 on black background.


Color preview on white background

This text has color #F5DDB4 on white background.


Black color preview on #F5DDB4 background

This text has black color on #F5DDB4 background.


White color preview on #F5DDB4 background

This text has white color on #F5DDB4 background.


Related colors

Complementary color

Complementary color for #hex is #0A224B.


I love getcolorcode.com

Triadic colors

1 #B4F5DD and #DDB4F5 with #F5DDB4 are triadic colors.

2 #B4DDF5 and #DDF5B4 with #F5DDB4 are triadic colors.