COLOR #F2DFA1

HEX: #F2DFA1
RGB: (242,223,161)

Color info

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

RGB color model

#F2DFA1 color RGB value is (242,223,161).

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

RGB channels and saturation

R 242 of 255 = 95%
G 223 of 255 = 87%
B 161 of 255 = 63%

242
223
161

R + G + B ~ 82%. #F2DFA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 223 + 161 = 626 (100%)
R 242 of 626 ~ 38.66%
G 223 of 626 ~ 35.62%
B 161 of 626 ~ 25.72%

%38.66
%35.62
%25.72

CMYK color model

#F2DFA1 color CMYK value is (0,8,33,5).

  • cyan value is 0.00%
  • magenta value is 7.85%
  • yellow value is 33.47%
  • key color value is 5.10%
CMYK:
(0,8,33,5)
C0M8Y33K5 
(0%,8%,33%,5%)
(0.00/0.08/0.33/0.05)	

CMYK percentages

%0
%7.85
%33.47
%5.1

Codes

Color #F2DFA1 in popluar color models

F2DFA1
RGB242223161
HSL46°75.70%79.02%
HSB/HSV46°33.47%94.90%
CMYK0.00%7.85%33.47%
5.10%

Color #F2DFA1 in popluar number systems.

HEXF2DFA1
Decimal242223161
Binary111100101101111110100001
Octal362337241

Shades and tints

Shades of #F2DFA1

#F2DFA1
(242,223,161)
#DCCB93
(220,203,147)
#C6B785
(198,183,133)
#B0A377
(176,163,119)
#9A8F69
(154,143,105)
#847B5B
(132,123,91)
#6E674D
(110,103,77)
#58533F
(88,83,63)
#423F31
(66,63,49)
#2C2B23
(44,43,35)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #F2DFA1

#F2DFA1
(242,223,161)
#F3E1A9
(243,225,169)
#F4E3B1
(244,227,177)
#F5E5B9
(245,229,185)
#F6E7C1
(246,231,193)
#F7E9C9
(247,233,201)
#F8EBD1
(248,235,209)
#F9EDD9
(249,237,217)
#FAEFE1
(250,239,225)
#FBF1E9
(251,241,233)
#FCF3F1
(252,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2DFA1; }

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

This text font color is #F2DFA1.


Background Color

.myBgColor { background-color: #F2DFA1; }

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

This div background color is #F2DFA1.


Border color

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

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

This div border color is #F2DFA1.


Opacity

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

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

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

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

This text has shadow with #F2DFA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2DFA1 on black background.


Color preview on white background

This text has color #F2DFA1 on white background.



Black color preview on #F2DFA1 background

This text has black color on #F2DFA1 background.


White color preview on #F2DFA1 background

This text has white color on #F2DFA1 background.