COLOR #F2DDB0

HEX: #F2DDB0 RGB: (242,221,176)

Color info

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

RGB color model

#F2DDB0 color RGB value is (242,221,176).

RGB: (242,221,176) (95%, 87%, 69%)

RGB channels and saturation

R 242 of 255 = 95%
G 221 of 255 = 87%
B 176 of 255 = 69%

242
221
176

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

Portions of RGB colors in percentages

R + G + B = 242 + 221 + 176 = 639 (100%)
R 242 of 639 ~ 37.87%
G 221 of 639 ~ 34.59%
B 176 of 639 ~ 27.54'%

%37.87
%34.59
%27.54

CMYK color model

#F2DDB0 color CMYK value is (0,9,27,5).

  • cyan value is 0.00%
  • magenta value is 8.68%
  • yellow value is 27.27%
  • key color value is 5.10%

CMYK: (0,9,27,5)
C0M9Y27K5 (0%, 9%, 27%, 5%)
(0.00 / 0.09 / 0.27 / 0.05)

CMYK percentages

%0
%8.68
%27.27
%5.1

Codes

Color #F2DDB0 in popluar color models

F2 DD B0
RGB 242 221 176
HSL 41° 71.74% 81.96%
HSB/HSV 41° 27.27% 94.90%
CMYK 0.00% 8.68% 27.27%
5.10%

Color #F2DDB0 in popluar number systems.

HEX F2 DD B0
Decimal 242 221 176
Binary 11110010 11011101 10110000
Octal 362 335 260

Shades and tints

Shades of #F2DDB0

#F2DDB0
(242,221,176)
#DCC9A0
(220,201,160)
#C6B590
(198,181,144)
#B0A180
(176,161,128)
#9A8D70
(154,141,112)
#847960
(132,121,96)
#6E6550
(110,101,80)
#585140
(88,81,64)
#423D30
(66,61,48)
#2C2920
(44,41,32)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #F2DDB0

#F2DDB0
(242,221,176)
#F3E0B7
(243,224,183)
#F4E3BE
(244,227,190)
#F5E6C5
(245,230,197)
#F6E9CC
(246,233,204)
#F7ECD3
(247,236,211)
#F8EFDA
(248,239,218)
#F9F2E1
(249,242,225)
#FAF5E8
(250,245,232)
#FBF8EF
(251,248,239)
#FCFBF6
(252,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2DDB0 color. Also use rgb(242,221,176) instead hex code.

Text Font Color

.myTextColor { color: #F2DDB0; }

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

This text font color is #F2DDB0.

Background Color

.myBgColor { background-color: #F2DDB0; }

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

This div background color is #F2DDB0.

Border color

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

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

This div border color is #F2DDB0.

Opacity

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

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

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

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

This text has shadow with #F2DDB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2DDB0.

Preview

Color preview on black background

This text has color #F2DDB0 on black background.


Color preview on white background

This text has color #F2DDB0 on white background.


Black color preview on #F2DDB0 background

This text has black color on #F2DDB0 background.


White color preview on #F2DDB0 background

This text has white color on #F2DDB0 background.


Related colors

Complementary color

Complementary color for #hex is #0D224F.


I love getcolorcode.com

Triadic colors

1 #B0F2DD and #DDB0F2 with #F2DDB0 are triadic colors.

2 #B0DDF2 and #DDF2B0 with #F2DDB0 are triadic colors.