COLOR #F2EB93

HEX: #F2EB93 RGB: (242,235,147)

Color info

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

RGB color model

#F2EB93 color RGB value is (242,235,147).

RGB: (242,235,147) (95%, 92%, 58%)

RGB channels and saturation

R 242 of 255 = 95%
G 235 of 255 = 92%
B 147 of 255 = 58%

242
235
147

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

Portions of RGB colors in percentages

R + G + B = 242 + 235 + 147 = 624 (100%)
R 242 of 624 ~ 38.78%
G 235 of 624 ~ 37.66%
B 147 of 624 ~ 23.56'%

%38.78
%37.66
%23.56

CMYK color model

#F2EB93 color CMYK value is (0,3,39,5).

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

CMYK: (0,3,39,5)
C0M3Y39K5 (0%, 3%, 39%, 5%)
(0.00 / 0.03 / 0.39 / 0.05)

CMYK percentages

%0
%2.89
%39.26
%5.1

Codes

Color #F2EB93 in popluar color models

F2 EB 93
RGB 242 235 147
HSL 56° 78.51% 76.27%
HSB/HSV 56° 39.26% 94.90%
CMYK 0.00% 2.89% 39.26%
5.10%

Color #F2EB93 in popluar number systems.

HEX F2 EB 93
Decimal 242 235 147
Binary 11110010 11101011 10010011
Octal 362 353 223

Shades and tints

Shades of #F2EB93

#F2EB93
(242,235,147)
#DCD686
(220,214,134)
#C6C179
(198,193,121)
#B0AC6C
(176,172,108)
#9A975F
(154,151,95)
#848252
(132,130,82)
#6E6D45
(110,109,69)
#585838
(88,88,56)
#42432B
(66,67,43)
#2C2E1E
(44,46,30)
#161911
(22,25,17)
#000000
(0,0,0)

Tints of #F2EB93

#F2EB93
(242,235,147)
#F3EC9C
(243,236,156)
#F4EDA5
(244,237,165)
#F5EEAE
(245,238,174)
#F6EFB7
(246,239,183)
#F7F0C0
(247,240,192)
#F8F1C9
(248,241,201)
#F9F2D2
(249,242,210)
#FAF3DB
(250,243,219)
#FBF4E4
(251,244,228)
#FCF5ED
(252,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2EB93; }

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

This text font color is #F2EB93.

Background Color

.myBgColor { background-color: #F2EB93; }

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

This div background color is #F2EB93.

Border color

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

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

This div border color is #F2EB93.

Opacity

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

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

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

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

This text has shadow with #F2EB93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2EB93.

Preview

Color preview on black background

This text has color #F2EB93 on black background.


Color preview on white background

This text has color #F2EB93 on white background.


Black color preview on #F2EB93 background

This text has black color on #F2EB93 background.


White color preview on #F2EB93 background

This text has white color on #F2EB93 background.


Related colors

Complementary color

Complementary color for #hex is #0D146C.


I love getcolorcode.com

Triadic colors

1 #93F2EB and #EB93F2 with #F2EB93 are triadic colors.

2 #93EBF2 and #EBF293 with #F2EB93 are triadic colors.