COLOR #F4DEB6

HEX: #F4DEB6 RGB: (244,222,182)

Color info

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

RGB color model

#F4DEB6 color RGB value is (244,222,182).

RGB: (244,222,182) (96%, 87%, 71%)

RGB channels and saturation

R 244 of 255 = 96%
G 222 of 255 = 87%
B 182 of 255 = 71%

244
222
182

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

Portions of RGB colors in percentages

R + G + B = 244 + 222 + 182 = 648 (100%)
R 244 of 648 ~ 37.65%
G 222 of 648 ~ 34.26%
B 182 of 648 ~ 28.09'%

%37.65
%34.26
%28.09

CMYK color model

#F4DEB6 color CMYK value is (0,9,25,4).

  • cyan value is 0.00%
  • magenta value is 9.02%
  • yellow value is 25.41%
  • key color value is 4.31%

CMYK: (0,9,25,4)
C0M9Y25K4 (0%, 9%, 25%, 4%)
(0.00 / 0.09 / 0.25 / 0.04)

CMYK percentages

%0
%9.02
%25.41
%4.31

Codes

Color #F4DEB6 in popluar color models

F4 DE B6
RGB 244 222 182
HSL 39° 73.81% 83.53%
HSB/HSV 39° 25.41% 95.69%
CMYK 0.00% 9.02% 25.41%
4.31%

Color #F4DEB6 in popluar number systems.

HEX F4 DE B6
Decimal 244 222 182
Binary 11110100 11011110 10110110
Octal 364 336 266

Shades and tints

Shades of #F4DEB6

#F4DEB6
(244,222,182)
#DECAA6
(222,202,166)
#C8B696
(200,182,150)
#B2A286
(178,162,134)
#9C8E76
(156,142,118)
#867A66
(134,122,102)
#706656
(112,102,86)
#5A5246
(90,82,70)
#443E36
(68,62,54)
#2E2A26
(46,42,38)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #F4DEB6

#F4DEB6
(244,222,182)
#F5E1BC
(245,225,188)
#F6E4C2
(246,228,194)
#F7E7C8
(247,231,200)
#F8EACE
(248,234,206)
#F9EDD4
(249,237,212)
#FAF0DA
(250,240,218)
#FBF3E0
(251,243,224)
#FCF6E6
(252,246,230)
#FDF9EC
(253,249,236)
#FEFCF2
(254,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4DEB6 color. Also use rgb(244,222,182) instead hex code.

Text Font Color

.myTextColor { color: #F4DEB6; }

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

This text font color is #F4DEB6.

Background Color

.myBgColor { background-color: #F4DEB6; }

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

This div background color is #F4DEB6.

Border color

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

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

This div border color is #F4DEB6.

Opacity

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

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

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

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

This text has shadow with #F4DEB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4DEB6.

Preview

Color preview on black background

This text has color #F4DEB6 on black background.


Color preview on white background

This text has color #F4DEB6 on white background.


Black color preview on #F4DEB6 background

This text has black color on #F4DEB6 background.


White color preview on #F4DEB6 background

This text has white color on #F4DEB6 background.


Related colors

Complementary color

Complementary color for #hex is #0B2149.


I love getcolorcode.com

Triadic colors

1 #B6F4DE and #DEB6F4 with #F4DEB6 are triadic colors.

2 #B6DEF4 and #DEF4B6 with #F4DEB6 are triadic colors.