COLOR #F2DBA9

HEX: #F2DBA9 RGB: (242,219,169)

Color info

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

RGB color model

#F2DBA9 color RGB value is (242,219,169).

RGB: (242,219,169) (95%, 86%, 66%)

RGB channels and saturation

R 242 of 255 = 95%
G 219 of 255 = 86%
B 169 of 255 = 66%

242
219
169

R + G + B ~ 82%. #F2DBA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 242 + 219 + 169 = 630 (100%)
R 242 of 630 ~ 38.41%
G 219 of 630 ~ 34.76%
B 169 of 630 ~ 26.83'%

%38.41
%34.76
%26.83

CMYK color model

#F2DBA9 color CMYK value is (0,10,30,5).

  • cyan value is 0.00%
  • magenta value is 9.50%
  • yellow value is 30.17%
  • key color value is 5.10%

CMYK: (0,10,30,5)
C0M10Y30K5 (0%, 10%, 30%, 5%)
(0.00 / 0.10 / 0.30 / 0.05)

CMYK percentages

%0
%9.5
%30.17
%5.1

Codes

Color #F2DBA9 in popluar color models

F2 DB A9
RGB 242 219 169
HSL 41° 73.74% 80.59%
HSB/HSV 41° 30.17% 94.90%
CMYK 0.00% 9.50% 30.17%
5.10%

Color #F2DBA9 in popluar number systems.

HEX F2 DB A9
Decimal 242 219 169
Binary 11110010 11011011 10101001
Octal 362 333 251

Shades and tints

Shades of #F2DBA9

#F2DBA9
(242,219,169)
#DCC89A
(220,200,154)
#C6B58B
(198,181,139)
#B0A27C
(176,162,124)
#9A8F6D
(154,143,109)
#847C5E
(132,124,94)
#6E694F
(110,105,79)
#585640
(88,86,64)
#424331
(66,67,49)
#2C3022
(44,48,34)
#161D13
(22,29,19)
#000000
(0,0,0)

Tints of #F2DBA9

#F2DBA9
(242,219,169)
#F3DEB0
(243,222,176)
#F4E1B7
(244,225,183)
#F5E4BE
(245,228,190)
#F6E7C5
(246,231,197)
#F7EACC
(247,234,204)
#F8EDD3
(248,237,211)
#F9F0DA
(249,240,218)
#FAF3E1
(250,243,225)
#FBF6E8
(251,246,232)
#FCF9EF
(252,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2DBA9 color. Also use rgb(242,219,169) instead hex code.

Text Font Color

.myTextColor { color: #F2DBA9; }

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

This text font color is #F2DBA9.

Background Color

.myBgColor { background-color: #F2DBA9; }

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

This div background color is #F2DBA9.

Border color

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

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

This div border color is #F2DBA9.

Opacity

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

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

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

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

This text has shadow with #F2DBA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2DBA9.

Preview

Color preview on black background

This text has color #F2DBA9 on black background.


Color preview on white background

This text has color #F2DBA9 on white background.


Black color preview on #F2DBA9 background

This text has black color on #F2DBA9 background.


White color preview on #F2DBA9 background

This text has white color on #F2DBA9 background.


Related colors

Complementary color

Complementary color for #hex is #0D2456.


I love getcolorcode.com

Triadic colors

1 #A9F2DB and #DBA9F2 with #F2DBA9 are triadic colors.

2 #A9DBF2 and #DBF2A9 with #F2DBA9 are triadic colors.