COLOR #F2DABB

HEX: #F2DABB
RGB: (242,218,187)

Color info

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

RGB color model

#F2DABB color RGB value is (242,218,187).

  • red value is 242;
  • green value is 218;
  • blue value is 187.
RGB:
(242,218,187)
(95%,85%,73%)

RGB channels and saturation

R 242 of 255 = 95%
G 218 of 255 = 85%
B 187 of 255 = 73%

242
218
187

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

Portions of RGB colors in percentages

R + G + B =
242 + 218 + 187 = 647 (100%)
R 242 of 647 ~ 37.4%
G 218 of 647 ~ 33.69%
B 187 of 647 ~ 28.9%

%37.4
%33.69
%28.9

CMYK color model

#F2DABB color CMYK value is (0,10,23,5).

  • cyan value is 0.00%
  • magenta value is 9.92%
  • yellow value is 22.73%
  • key color value is 5.10%
CMYK:
(0,10,23,5)
C0M10Y23K5 
(0%,10%,23%,5%)
(0.00/0.10/0.23/0.05)	

CMYK percentages

%0
%9.92
%22.73
%5.1

Codes

Color #F2DABB in popluar color models

F2DABB
RGB242218187
HSL34°67.90%84.12%
HSB/HSV34°22.73%94.90%
CMYK0.00%9.92%22.73%
5.10%

Color #F2DABB in popluar number systems.

HEXF2DABB
Decimal242218187
Binary111100101101101010111011
Octal362332273

Shades and tints

Shades of #F2DABB

#F2DABB
(242,218,187)
#DCC7AA
(220,199,170)
#C6B499
(198,180,153)
#B0A188
(176,161,136)
#9A8E77
(154,142,119)
#847B66
(132,123,102)
#6E6855
(110,104,85)
#585544
(88,85,68)
#424233
(66,66,51)
#2C2F22
(44,47,34)
#161C11
(22,28,17)
#000000
(0,0,0)

Tints of #F2DABB

#F2DABB
(242,218,187)
#F3DDC1
(243,221,193)
#F4E0C7
(244,224,199)
#F5E3CD
(245,227,205)
#F6E6D3
(246,230,211)
#F7E9D9
(247,233,217)
#F8ECDF
(248,236,223)
#F9EFE5
(249,239,229)
#FAF2EB
(250,242,235)
#FBF5F1
(251,245,241)
#FCF8F7
(252,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2DABB color. Also use rgb(242,218,187) instead hex code.

Text Font Color

.myTextColor { color: #F2DABB; }

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

This text font color is #F2DABB.


Background Color

.myBgColor { background-color: #F2DABB; }

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

This div background color is #F2DABB.


Border color

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

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

This div border color is #F2DABB.


Opacity

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

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

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

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

This text has shadow with #F2DABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2DABB on black background.


Color preview on white background

This text has color #F2DABB on white background.



Black color preview on #F2DABB background

This text has black color on #F2DABB background.


White color preview on #F2DABB background

This text has white color on #F2DABB background.