COLOR #F4D2B2

HEX: #F4D2B2 RGB: (244,210,178)

Color info

#F4D2B2 contains mainly red and green colors. Web safe color of #F4D2B2 is #FFCC99 (or #FC9).

RGB color model

#F4D2B2 color RGB value is (244,210,178).

RGB: (244,210,178) (96%, 82%, 70%)

RGB channels and saturation

R 244 of 255 = 96%
G 210 of 255 = 82%
B 178 of 255 = 70%

244
210
178

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

Portions of RGB colors in percentages

R + G + B = 244 + 210 + 178 = 632 (100%)
R 244 of 632 ~ 38.61%
G 210 of 632 ~ 33.23%
B 178 of 632 ~ 28.16'%

%38.61
%33.23
%28.16

CMYK color model

#F4D2B2 color CMYK value is (0,14,27,4).

  • cyan value is 0.00%
  • magenta value is 13.93%
  • yellow value is 27.05%
  • key color value is 4.31%

CMYK: (0,14,27,4)
C0M14Y27K4 (0%, 14%, 27%, 4%)
(0.00 / 0.14 / 0.27 / 0.04)

CMYK percentages

%0
%13.93
%27.05
%4.31

Codes

Color #F4D2B2 in popluar color models

F4 D2 B2
RGB 244 210 178
HSL 29° 75.00% 82.75%
HSB/HSV 29° 27.05% 95.69%
CMYK 0.00% 13.93% 27.05%
4.31%

Color #F4D2B2 in popluar number systems.

HEX F4 D2 B2
Decimal 244 210 178
Binary 11110100 11010010 10110010
Octal 364 322 262

Shades and tints

Shades of #F4D2B2

#F4D2B2
(244,210,178)
#DEBFA2
(222,191,162)
#C8AC92
(200,172,146)
#B29982
(178,153,130)
#9C8672
(156,134,114)
#867362
(134,115,98)
#706052
(112,96,82)
#5A4D42
(90,77,66)
#443A32
(68,58,50)
#2E2722
(46,39,34)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #F4D2B2

#F4D2B2
(244,210,178)
#F5D6B9
(245,214,185)
#F6DAC0
(246,218,192)
#F7DEC7
(247,222,199)
#F8E2CE
(248,226,206)
#F9E6D5
(249,230,213)
#FAEADC
(250,234,220)
#FBEEE3
(251,238,227)
#FCF2EA
(252,242,234)
#FDF6F1
(253,246,241)
#FEFAF8
(254,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4D2B2 color. Also use rgb(244,210,178) instead hex code.

Text Font Color

.myTextColor { color: #F4D2B2; }

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

This text font color is #F4D2B2.

Background Color

.myBgColor { background-color: #F4D2B2; }

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

This div background color is #F4D2B2.

Border color

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

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

This div border color is #F4D2B2.

Opacity

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

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

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

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

This text has shadow with #F4D2B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4D2B2.

Preview

Color preview on black background

This text has color #F4D2B2 on black background.


Color preview on white background

This text has color #F4D2B2 on white background.


Black color preview on #F4D2B2 background

This text has black color on #F4D2B2 background.


White color preview on #F4D2B2 background

This text has white color on #F4D2B2 background.


Related colors

Complementary color

Complementary color for #hex is #0B2D4D.


I love getcolorcode.com

Triadic colors

1 #B2F4D2 and #D2B2F4 with #F4D2B2 are triadic colors.

2 #B2D2F4 and #D2F4B2 with #F4D2B2 are triadic colors.