COLOR #F2DDB8

HEX: #F2DDB8
RGB: (242,221,184)

Color info

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

RGB color model

#F2DDB8 color RGB value is (242,221,184).

  • red value is 242;
  • green value is 221;
  • blue value is 184.
RGB:
(242,221,184)
(95%,87%,72%)

RGB channels and saturation

R 242 of 255 = 95%
G 221 of 255 = 87%
B 184 of 255 = 72%

242
221
184

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

Portions of RGB colors in percentages

R + G + B =
242 + 221 + 184 = 647 (100%)
R 242 of 647 ~ 37.4%
G 221 of 647 ~ 34.16%
B 184 of 647 ~ 28.44%

%37.4
%34.16
%28.44

CMYK color model

#F2DDB8 color CMYK value is (0,9,24,5).

  • cyan value is 0.00%
  • magenta value is 8.68%
  • yellow value is 23.97%
  • key color value is 5.10%
CMYK:
(0,9,24,5)
C0M9Y24K5 
(0%,9%,24%,5%)
(0.00/0.09/0.24/0.05)	

CMYK percentages

%0
%8.68
%23.97
%5.1

Codes

Color #F2DDB8 in popluar color models

F2DDB8
RGB242221184
HSL38°69.05%83.53%
HSB/HSV38°23.97%94.90%
CMYK0.00%8.68%23.97%
5.10%

Color #F2DDB8 in popluar number systems.

HEXF2DDB8
Decimal242221184
Binary111100101101110110111000
Octal362335270

Shades and tints

Shades of #F2DDB8

#F2DDB8
(242,221,184)
#DCC9A8
(220,201,168)
#C6B598
(198,181,152)
#B0A188
(176,161,136)
#9A8D78
(154,141,120)
#847968
(132,121,104)
#6E6558
(110,101,88)
#585148
(88,81,72)
#423D38
(66,61,56)
#2C2928
(44,41,40)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #F2DDB8

#F2DDB8
(242,221,184)
#F3E0BE
(243,224,190)
#F4E3C4
(244,227,196)
#F5E6CA
(245,230,202)
#F6E9D0
(246,233,208)
#F7ECD6
(247,236,214)
#F8EFDC
(248,239,220)
#F9F2E2
(249,242,226)
#FAF5E8
(250,245,232)
#FBF8EE
(251,248,238)
#FCFBF4
(252,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2DDB8; }

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

This text font color is #F2DDB8.


Background Color

.myBgColor { background-color: #F2DDB8; }

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

This div background color is #F2DDB8.


Border color

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

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

This div border color is #F2DDB8.


Opacity

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

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

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

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

This text has shadow with #F2DDB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2DDB8 on black background.


Color preview on white background

This text has color #F2DDB8 on white background.



Black color preview on #F2DDB8 background

This text has black color on #F2DDB8 background.


White color preview on #F2DDB8 background

This text has white color on #F2DDB8 background.