COLOR #F2DABA

HEX: #F2DABA RGB: (242,218,186)

Color info

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

RGB color model

#F2DABA color RGB value is (242,218,186).

RGB: (242,218,186) (95%, 85%, 73%)

RGB channels and saturation

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

242
218
186

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

Portions of RGB colors in percentages

R + G + B = 242 + 218 + 186 = 646 (100%)
R 242 of 646 ~ 37.46%
G 218 of 646 ~ 33.75%
B 186 of 646 ~ 28.79'%

%37.46
%33.75
%28.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.92%
  • yellow value is 23.14%
  • 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
%23.14
%5.1

Codes

Color #F2DABA in popluar color models

F2 DA BA
RGB 242 218 186
HSL 34° 68.29% 83.92%
HSB/HSV 34° 23.14% 94.90%
CMYK 0.00% 9.92% 23.14%
5.10%

Color #F2DABA in popluar number systems.

HEX F2 DA BA
Decimal 242 218 186
Binary 11110010 11011010 10111010
Octal 362 332 272

Shades and tints

Shades of #F2DABA

#F2DABA
(242,218,186)
#DCC7AA
(220,199,170)
#C6B49A
(198,180,154)
#B0A18A
(176,161,138)
#9A8E7A
(154,142,122)
#847B6A
(132,123,106)
#6E685A
(110,104,90)
#58554A
(88,85,74)
#42423A
(66,66,58)
#2C2F2A
(44,47,42)
#161C1A
(22,28,26)
#000000
(0,0,0)

Tints of #F2DABA

#F2DABA
(242,218,186)
#F3DDC0
(243,221,192)
#F4E0C6
(244,224,198)
#F5E3CC
(245,227,204)
#F6E6D2
(246,230,210)
#F7E9D8
(247,233,216)
#F8ECDE
(248,236,222)
#F9EFE4
(249,239,228)
#FAF2EA
(250,242,234)
#FBF5F0
(251,245,240)
#FCF8F6
(252,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2DABA; }

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

This text font color is #F2DABA.

Background Color

.myBgColor { background-color: #F2DABA; }

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

This div background color is #F2DABA.

Border color

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

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

This div border color is #F2DABA.

Opacity

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

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

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

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

This text has shadow with #F2DABA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2DABA.

Preview

Color preview on black background

This text has color #F2DABA on black background.


Color preview on white background

This text has color #F2DABA on white background.


Black color preview on #F2DABA background

This text has black color on #F2DABA background.


White color preview on #F2DABA background

This text has white color on #F2DABA background.


Related colors

Complementary color

Complementary color for #hex is #0D2545.


I love getcolorcode.com

Triadic colors

1 #BAF2DA and #DABAF2 with #F2DABA are triadic colors.

2 #BADAF2 and #DAF2BA with #F2DABA are triadic colors.