COLOR #F4D5B7

HEX: #F4D5B7 RGB: (244,213,183)

Color info

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

RGB color model

#F4D5B7 color RGB value is (244,213,183).

RGB: (244,213,183) (96%, 84%, 72%)

RGB channels and saturation

R 244 of 255 = 96%
G 213 of 255 = 84%
B 183 of 255 = 72%

244
213
183

R + G + B ~ 84%. #F4D5B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 244 + 213 + 183 = 640 (100%)
R 244 of 640 ~ 38.13%
G 213 of 640 ~ 33.28%
B 183 of 640 ~ 28.59'%

%38.13
%33.28
%28.59

CMYK color model

#F4D5B7 color CMYK value is (0,13,25,4).

  • cyan value is 0.00%
  • magenta value is 12.70%
  • yellow value is 25.00%
  • key color value is 4.31%

CMYK: (0,13,25,4)
C0M13Y25K4 (0%, 13%, 25%, 4%)
(0.00 / 0.13 / 0.25 / 0.04)

CMYK percentages

%0
%12.7
%25
%4.31

Codes

Color #F4D5B7 in popluar color models

F4 D5 B7
RGB 244 213 183
HSL 30° 73.49% 83.73%
HSB/HSV 30° 25.00% 95.69%
CMYK 0.00% 12.70% 25.00%
4.31%

Color #F4D5B7 in popluar number systems.

HEX F4 D5 B7
Decimal 244 213 183
Binary 11110100 11010101 10110111
Octal 364 325 267

Shades and tints

Shades of #F4D5B7

#F4D5B7
(244,213,183)
#DEC2A7
(222,194,167)
#C8AF97
(200,175,151)
#B29C87
(178,156,135)
#9C8977
(156,137,119)
#867667
(134,118,103)
#706357
(112,99,87)
#5A5047
(90,80,71)
#443D37
(68,61,55)
#2E2A27
(46,42,39)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #F4D5B7

#F4D5B7
(244,213,183)
#F5D8BD
(245,216,189)
#F6DBC3
(246,219,195)
#F7DEC9
(247,222,201)
#F8E1CF
(248,225,207)
#F9E4D5
(249,228,213)
#FAE7DB
(250,231,219)
#FBEAE1
(251,234,225)
#FCEDE7
(252,237,231)
#FDF0ED
(253,240,237)
#FEF3F3
(254,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4D5B7 color. Also use rgb(244,213,183) instead hex code.

Text Font Color

.myTextColor { color: #F4D5B7; }

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

This text font color is #F4D5B7.

Background Color

.myBgColor { background-color: #F4D5B7; }

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

This div background color is #F4D5B7.

Border color

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

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

This div border color is #F4D5B7.

Opacity

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

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

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

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

This text has shadow with #F4D5B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4D5B7.

Preview

Color preview on black background

This text has color #F4D5B7 on black background.


Color preview on white background

This text has color #F4D5B7 on white background.


Black color preview on #F4D5B7 background

This text has black color on #F4D5B7 background.


White color preview on #F4D5B7 background

This text has white color on #F4D5B7 background.


Related colors

Complementary color

Complementary color for #hex is #0B2A48.


I love getcolorcode.com

Triadic colors

1 #B7F4D5 and #D5B7F4 with #F4D5B7 are triadic colors.

2 #B7D5F4 and #D5F4B7 with #F4D5B7 are triadic colors.