COLOR #F2DB8D

HEX: #F2DB8D RGB: (242,219,141)

Color info

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

RGB color model

#F2DB8D color RGB value is (242,219,141).

RGB: (242,219,141) (95%, 86%, 55%)

RGB channels and saturation

R 242 of 255 = 95%
G 219 of 255 = 86%
B 141 of 255 = 55%

242
219
141

R + G + B ~ 79%. #F2DB8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 242 + 219 + 141 = 602 (100%)
R 242 of 602 ~ 40.2%
G 219 of 602 ~ 36.38%
B 141 of 602 ~ 23.42'%

%40.2
%36.38
%23.42

CMYK color model

#F2DB8D color CMYK value is (0,10,42,5).

  • cyan value is 0.00%
  • magenta value is 9.50%
  • yellow value is 41.74%
  • key color value is 5.10%
CMYK: (0,10,42,5) C0M10Y42K5 (0%,10%,42%,5%) (0.00/0.10/0.42/0.05) 

CMYK percentages

%0
%9.5
%41.74
%5.1

Codes

Color #F2DB8D in popluar color models

F2 DB 8D
RGB 242 219 141
HSL 46° 79.53% 75.10%
HSB/HSV 46° 41.74% 94.90%
CMYK 0.00% 9.50% 41.74%
5.10%

Color #F2DB8D in popluar number systems.

HEX F2 DB 8D
Decimal 242 219 141
Binary 11110010 11011011 10001101
Octal 362 333 215

Shades and tints

Shades of #F2DB8D

#F2DB8D
(242,219,141)
#DCC881
(220,200,129)
#C6B575
(198,181,117)
#B0A269
(176,162,105)
#9A8F5D
(154,143,93)
#847C51
(132,124,81)
#6E6945
(110,105,69)
#585639
(88,86,57)
#42432D
(66,67,45)
#2C3021
(44,48,33)
#161D15
(22,29,21)
#000000
(0,0,0)

Tints of #F2DB8D

#F2DB8D
(242,219,141)
#F3DE97
(243,222,151)
#F4E1A1
(244,225,161)
#F5E4AB
(245,228,171)
#F6E7B5
(246,231,181)
#F7EABF
(247,234,191)
#F8EDC9
(248,237,201)
#F9F0D3
(249,240,211)
#FAF3DD
(250,243,221)
#FBF6E7
(251,246,231)
#FCF9F1
(252,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2DB8D; }

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

This text font color is #F2DB8D.

Background Color

.myBgColor { background-color: #F2DB8D; }

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

This div background color is #F2DB8D.

Border color

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

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

This div border color is #F2DB8D.

Opacity

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

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

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

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

This text has shadow with #F2DB8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2DB8D.

Preview

Color preview on black background

This text has color #F2DB8D on black background.


Color preview on white background

This text has color #F2DB8D on white background.


Black color preview on #F2DB8D background

This text has black color on #F2DB8D background.


White color preview on #F2DB8D background

This text has white color on #F2DB8D background.


Related colors

Complementary color

Complementary color for #hex is #0D2472.


I love getcolorcode.com

Triadic colors

1 #8DF2DB and #DB8DF2 with #F2DB8D are triadic colors.

2 #8DDBF2 and #DBF28D with #F2DB8D are triadic colors.