COLOR #F2EDA1

HEX: #F2EDA1 RGB: (242,237,161)

Color info

#F2EDA1 contains mainly red and green colors. Web safe color of #F2EDA1 is #FFFF99 (or #FF9).

RGB color model

#F2EDA1 color RGB value is (242,237,161).

RGB: (242,237,161) (95%, 93%, 63%)

RGB channels and saturation

R 242 of 255 = 95%
G 237 of 255 = 93%
B 161 of 255 = 63%

242
237
161

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

Portions of RGB colors in percentages

R + G + B = 242 + 237 + 161 = 640 (100%)
R 242 of 640 ~ 37.81%
G 237 of 640 ~ 37.03%
B 161 of 640 ~ 25.16'%

%37.81
%37.03
%25.16

CMYK color model

#F2EDA1 color CMYK value is (0,2,33,5).

  • cyan value is 0.00%
  • magenta value is 2.07%
  • yellow value is 33.47%
  • key color value is 5.10%

CMYK: (0,2,33,5)
C0M2Y33K5 (0%, 2%, 33%, 5%)
(0.00 / 0.02 / 0.33 / 0.05)

CMYK percentages

%0
%2.07
%33.47
%5.1

Codes

Color #F2EDA1 in popluar color models

F2 ED A1
RGB 242 237 161
HSL 56° 75.70% 79.02%
HSB/HSV 56° 33.47% 94.90%
CMYK 0.00% 2.07% 33.47%
5.10%

Color #F2EDA1 in popluar number systems.

HEX F2 ED A1
Decimal 242 237 161
Binary 11110010 11101101 10100001
Octal 362 355 241

Shades and tints

Shades of #F2EDA1

#F2EDA1
(242,237,161)
#DCD893
(220,216,147)
#C6C385
(198,195,133)
#B0AE77
(176,174,119)
#9A9969
(154,153,105)
#84845B
(132,132,91)
#6E6F4D
(110,111,77)
#585A3F
(88,90,63)
#424531
(66,69,49)
#2C3023
(44,48,35)
#161B15
(22,27,21)
#000000
(0,0,0)

Tints of #F2EDA1

#F2EDA1
(242,237,161)
#F3EEA9
(243,238,169)
#F4EFB1
(244,239,177)
#F5F0B9
(245,240,185)
#F6F1C1
(246,241,193)
#F7F2C9
(247,242,201)
#F8F3D1
(248,243,209)
#F9F4D9
(249,244,217)
#FAF5E1
(250,245,225)
#FBF6E9
(251,246,233)
#FCF7F1
(252,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2EDA1; }

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

This text font color is #F2EDA1.

Background Color

.myBgColor { background-color: #F2EDA1; }

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

This div background color is #F2EDA1.

Border color

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

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

This div border color is #F2EDA1.

Opacity

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

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

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

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

This text has shadow with #F2EDA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2EDA1.

Preview

Color preview on black background

This text has color #F2EDA1 on black background.


Color preview on white background

This text has color #F2EDA1 on white background.


Black color preview on #F2EDA1 background

This text has black color on #F2EDA1 background.


White color preview on #F2EDA1 background

This text has white color on #F2EDA1 background.


Related colors

Complementary color

Complementary color for #hex is #0D125E.


I love getcolorcode.com

Triadic colors

1 #A1F2ED and #EDA1F2 with #F2EDA1 are triadic colors.

2 #A1EDF2 and #EDF2A1 with #F2EDA1 are triadic colors.