COLOR #F2DFB9

HEX: #F2DFB9
RGB: (242,223,185)

Color info

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

RGB color model

#F2DFB9 color RGB value is (242,223,185).

  • red value is 242;
  • green value is 223;
  • blue value is 185.
RGB:
(242,223,185)
(95%,87%,73%)

RGB channels and saturation

R 242 of 255 = 95%
G 223 of 255 = 87%
B 185 of 255 = 73%

242
223
185

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

Portions of RGB colors in percentages

R + G + B =
242 + 223 + 185 = 650 (100%)
R 242 of 650 ~ 37.23%
G 223 of 650 ~ 34.31%
B 185 of 650 ~ 28.46%

%37.23
%34.31
%28.46

CMYK color model

#F2DFB9 color CMYK value is (0,8,24,5).

  • cyan value is 0.00%
  • magenta value is 7.85%
  • yellow value is 23.55%
  • key color value is 5.10%
CMYK:
(0,8,24,5)
C0M8Y24K5 
(0%,8%,24%,5%)
(0.00/0.08/0.24/0.05)	

CMYK percentages

%0
%7.85
%23.55
%5.1

Codes

Color #F2DFB9 in popluar color models

F2DFB9
RGB242223185
HSL40°68.67%83.73%
HSB/HSV40°23.55%94.90%
CMYK0.00%7.85%23.55%
5.10%

Color #F2DFB9 in popluar number systems.

HEXF2DFB9
Decimal242223185
Binary111100101101111110111001
Octal362337271

Shades and tints

Shades of #F2DFB9

#F2DFB9
(242,223,185)
#DCCBA9
(220,203,169)
#C6B799
(198,183,153)
#B0A389
(176,163,137)
#9A8F79
(154,143,121)
#847B69
(132,123,105)
#6E6759
(110,103,89)
#585349
(88,83,73)
#423F39
(66,63,57)
#2C2B29
(44,43,41)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #F2DFB9

#F2DFB9
(242,223,185)
#F3E1BF
(243,225,191)
#F4E3C5
(244,227,197)
#F5E5CB
(245,229,203)
#F6E7D1
(246,231,209)
#F7E9D7
(247,233,215)
#F8EBDD
(248,235,221)
#F9EDE3
(249,237,227)
#FAEFE9
(250,239,233)
#FBF1EF
(251,241,239)
#FCF3F5
(252,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2DFB9 color. Also use rgb(242,223,185) instead hex code.

Text Font Color

.myTextColor { color: #F2DFB9; }

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

This text font color is #F2DFB9.


Background Color

.myBgColor { background-color: #F2DFB9; }

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

This div background color is #F2DFB9.


Border color

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

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

This div border color is #F2DFB9.


Opacity

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

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

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

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

This text has shadow with #F2DFB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2DFB9 on black background.


Color preview on white background

This text has color #F2DFB9 on white background.



Black color preview on #F2DFB9 background

This text has black color on #F2DFB9 background.


White color preview on #F2DFB9 background

This text has white color on #F2DFB9 background.