COLOR #F2EBB1

HEX: #F2EBB1 RGB: (242,235,177)

Color info

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

RGB color model

#F2EBB1 color RGB value is (242,235,177).

RGB: (242,235,177) (95%, 92%, 69%)

RGB channels and saturation

R 242 of 255 = 95%
G 235 of 255 = 92%
B 177 of 255 = 69%

242
235
177

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

Portions of RGB colors in percentages

R + G + B = 242 + 235 + 177 = 654 (100%)
R 242 of 654 ~ 37%
G 235 of 654 ~ 35.93%
B 177 of 654 ~ 27.06'%

%37
%35.93
%27.06

CMYK color model

#F2EBB1 color CMYK value is (0,3,27,5).

  • cyan value is 0.00%
  • magenta value is 2.89%
  • yellow value is 26.86%
  • key color value is 5.10%

CMYK: (0,3,27,5)
C0M3Y27K5 (0%, 3%, 27%, 5%)
(0.00 / 0.03 / 0.27 / 0.05)

CMYK percentages

%0
%2.89
%26.86
%5.1

Codes

Color #F2EBB1 in popluar color models

F2 EB B1
RGB 242 235 177
HSL 54° 71.43% 82.16%
HSB/HSV 54° 26.86% 94.90%
CMYK 0.00% 2.89% 26.86%
5.10%

Color #F2EBB1 in popluar number systems.

HEX F2 EB B1
Decimal 242 235 177
Binary 11110010 11101011 10110001
Octal 362 353 261

Shades and tints

Shades of #F2EBB1

#F2EBB1
(242,235,177)
#DCD6A1
(220,214,161)
#C6C191
(198,193,145)
#B0AC81
(176,172,129)
#9A9771
(154,151,113)
#848261
(132,130,97)
#6E6D51
(110,109,81)
#585841
(88,88,65)
#424331
(66,67,49)
#2C2E21
(44,46,33)
#161911
(22,25,17)
#000000
(0,0,0)

Tints of #F2EBB1

#F2EBB1
(242,235,177)
#F3ECB8
(243,236,184)
#F4EDBF
(244,237,191)
#F5EEC6
(245,238,198)
#F6EFCD
(246,239,205)
#F7F0D4
(247,240,212)
#F8F1DB
(248,241,219)
#F9F2E2
(249,242,226)
#FAF3E9
(250,243,233)
#FBF4F0
(251,244,240)
#FCF5F7
(252,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2EBB1 color. Also use rgb(242,235,177) instead hex code.

Text Font Color

.myTextColor { color: #F2EBB1; }

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

This text font color is #F2EBB1.

Background Color

.myBgColor { background-color: #F2EBB1; }

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

This div background color is #F2EBB1.

Border color

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

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

This div border color is #F2EBB1.

Opacity

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

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

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

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

This text has shadow with #F2EBB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2EBB1.

Preview

Color preview on black background

This text has color #F2EBB1 on black background.


Color preview on white background

This text has color #F2EBB1 on white background.


Black color preview on #F2EBB1 background

This text has black color on #F2EBB1 background.


White color preview on #F2EBB1 background

This text has white color on #F2EBB1 background.


Related colors

Complementary color

Complementary color for #hex is #0D144E.


I love getcolorcode.com

Triadic colors

1 #B1F2EB and #EBB1F2 with #F2EBB1 are triadic colors.

2 #B1EBF2 and #EBF2B1 with #F2EBB1 are triadic colors.