COLOR #F4DABA

HEX: #F4DABA
RGB: (244,218,186)

Color info

#F4DABA contains red, green and blue colors in about the same proportion. Web safe color of #F4DABA is #FFCCCC (or #FCC).

RGB color model

#F4DABA color RGB value is (244,218,186).

  • red value is 244;
  • green value is 218;
  • blue value is 186.
RGB:
(244,218,186)
(96%,85%,73%)

RGB channels and saturation

R 244 of 255 = 96%
G 218 of 255 = 85%
B 186 of 255 = 73%

244
218
186

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

Portions of RGB colors in percentages

R + G + B =
244 + 218 + 186 = 648 (100%)
R 244 of 648 ~ 37.65%
G 218 of 648 ~ 33.64%
B 186 of 648 ~ 28.7%

%37.65
%33.64
%28.7

CMYK color model

#F4DABA color CMYK value is (0,11,24,4).

  • cyan value is 0.00%
  • magenta value is 10.66%
  • yellow value is 23.77%
  • key color value is 4.31%
CMYK:
(0,11,24,4)
C0M11Y24K4 
(0%,11%,24%,4%)
(0.00/0.11/0.24/0.04)	

CMYK percentages

%0
%10.66
%23.77
%4.31

Codes

Color #F4DABA in popluar color models

F4DABA
RGB244218186
HSL33°72.50%84.31%
HSB/HSV33°23.77%95.69%
CMYK0.00%10.66%23.77%
4.31%

Color #F4DABA in popluar number systems.

HEXF4DABA
Decimal244218186
Binary111101001101101010111010
Octal364332272

Shades and tints

Shades of #F4DABA

#F4DABA
(244,218,186)
#DEC7AA
(222,199,170)
#C8B49A
(200,180,154)
#B2A18A
(178,161,138)
#9C8E7A
(156,142,122)
#867B6A
(134,123,106)
#70685A
(112,104,90)
#5A554A
(90,85,74)
#44423A
(68,66,58)
#2E2F2A
(46,47,42)
#181C1A
(24,28,26)
#000000
(0,0,0)

Tints of #F4DABA

#F4DABA
(244,218,186)
#F5DDC0
(245,221,192)
#F6E0C6
(246,224,198)
#F7E3CC
(247,227,204)
#F8E6D2
(248,230,210)
#F9E9D8
(249,233,216)
#FAECDE
(250,236,222)
#FBEFE4
(251,239,228)
#FCF2EA
(252,242,234)
#FDF5F0
(253,245,240)
#FEF8F6
(254,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4DABA color. Also use rgb(244,218,186) instead hex code.

Text Font Color

.myTextColor { color: #F4DABA; }

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

This text font color is #F4DABA.


Background Color

.myBgColor { background-color: #F4DABA; }

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

This div background color is #F4DABA.


Border color

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

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

This div border color is #F4DABA.


Opacity

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

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

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

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

This text has shadow with #F4DABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4DABA on black background.


Color preview on white background

This text has color #F4DABA on white background.



Black color preview on #F4DABA background

This text has black color on #F4DABA background.


White color preview on #F4DABA background

This text has white color on #F4DABA background.