COLOR #F2D9BE

HEX: #F2D9BE RGB: (242,217,190)

Color info

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

RGB color model

#F2D9BE color RGB value is (242,217,190).

RGB: (242,217,190) (95%, 85%, 75%)

RGB channels and saturation

R 242 of 255 = 95%
G 217 of 255 = 85%
B 190 of 255 = 75%

242
217
190

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

Portions of RGB colors in percentages

R + G + B = 242 + 217 + 190 = 649 (100%)
R 242 of 649 ~ 37.29%
G 217 of 649 ~ 33.44%
B 190 of 649 ~ 29.28'%

%37.29
%33.44
%29.28

CMYK color model

#F2D9BE color CMYK value is (0,10,21,5).

  • cyan value is 0.00%
  • magenta value is 10.33%
  • yellow value is 21.49%
  • key color value is 5.10%

CMYK: (0,10,21,5)
C0M10Y21K5 (0%, 10%, 21%, 5%)
(0.00 / 0.10 / 0.21 / 0.05)

CMYK percentages

%0
%10.33
%21.49
%5.1

Codes

Color #F2D9BE in popluar color models

F2 D9 BE
RGB 242 217 190
HSL 31° 66.67% 84.71%
HSB/HSV 31° 21.49% 94.90%
CMYK 0.00% 10.33% 21.49%
5.10%

Color #F2D9BE in popluar number systems.

HEX F2 D9 BE
Decimal 242 217 190
Binary 11110010 11011001 10111110
Octal 362 331 276

Shades and tints

Shades of #F2D9BE

#F2D9BE
(242,217,190)
#DCC6AD
(220,198,173)
#C6B39C
(198,179,156)
#B0A08B
(176,160,139)
#9A8D7A
(154,141,122)
#847A69
(132,122,105)
#6E6758
(110,103,88)
#585447
(88,84,71)
#424136
(66,65,54)
#2C2E25
(44,46,37)
#161B14
(22,27,20)
#000000
(0,0,0)

Tints of #F2D9BE

#F2D9BE
(242,217,190)
#F3DCC3
(243,220,195)
#F4DFC8
(244,223,200)
#F5E2CD
(245,226,205)
#F6E5D2
(246,229,210)
#F7E8D7
(247,232,215)
#F8EBDC
(248,235,220)
#F9EEE1
(249,238,225)
#FAF1E6
(250,241,230)
#FBF4EB
(251,244,235)
#FCF7F0
(252,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2D9BE color. Also use rgb(242,217,190) instead hex code.

Text Font Color

.myTextColor { color: #F2D9BE; }

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

This text font color is #F2D9BE.

Background Color

.myBgColor { background-color: #F2D9BE; }

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

This div background color is #F2D9BE.

Border color

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

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

This div border color is #F2D9BE.

Opacity

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

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

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

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

This text has shadow with #F2D9BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2D9BE.

Preview

Color preview on black background

This text has color #F2D9BE on black background.


Color preview on white background

This text has color #F2D9BE on white background.


Black color preview on #F2D9BE background

This text has black color on #F2D9BE background.


White color preview on #F2D9BE background

This text has white color on #F2D9BE background.


Related colors

Complementary color

Complementary color for #hex is #0D2641.


I love getcolorcode.com

Triadic colors

1 #BEF2D9 and #D9BEF2 with #F2D9BE are triadic colors.

2 #BED9F2 and #D9F2BE with #F2D9BE are triadic colors.