COLOR #F2EBAB

HEX: #F2EBAB RGB: (242,235,171)

Color info

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

RGB color model

#F2EBAB color RGB value is (242,235,171).

RGB: (242,235,171) (95%, 92%, 67%)

RGB channels and saturation

R 242 of 255 = 95%
G 235 of 255 = 92%
B 171 of 255 = 67%

242
235
171

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

Portions of RGB colors in percentages

R + G + B = 242 + 235 + 171 = 648 (100%)
R 242 of 648 ~ 37.35%
G 235 of 648 ~ 36.27%
B 171 of 648 ~ 26.39'%

%37.35
%36.27
%26.39

CMYK color model

#F2EBAB color CMYK value is (0,3,29,5).

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

CMYK: (0,3,29,5)
C0M3Y29K5 (0%, 3%, 29%, 5%)
(0.00 / 0.03 / 0.29 / 0.05)

CMYK percentages

%0
%2.89
%29.34
%5.1

Codes

Color #F2EBAB in popluar color models

F2 EB AB
RGB 242 235 171
HSL 54° 73.20% 80.98%
HSB/HSV 54° 29.34% 94.90%
CMYK 0.00% 2.89% 29.34%
5.10%

Color #F2EBAB in popluar number systems.

HEX F2 EB AB
Decimal 242 235 171
Binary 11110010 11101011 10101011
Octal 362 353 253

Shades and tints

Shades of #F2EBAB

#F2EBAB
(242,235,171)
#DCD69C
(220,214,156)
#C6C18D
(198,193,141)
#B0AC7E
(176,172,126)
#9A976F
(154,151,111)
#848260
(132,130,96)
#6E6D51
(110,109,81)
#585842
(88,88,66)
#424333
(66,67,51)
#2C2E24
(44,46,36)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #F2EBAB

#F2EBAB
(242,235,171)
#F3ECB2
(243,236,178)
#F4EDB9
(244,237,185)
#F5EEC0
(245,238,192)
#F6EFC7
(246,239,199)
#F7F0CE
(247,240,206)
#F8F1D5
(248,241,213)
#F9F2DC
(249,242,220)
#FAF3E3
(250,243,227)
#FBF4EA
(251,244,234)
#FCF5F1
(252,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2EBAB; }

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

This text font color is #F2EBAB.

Background Color

.myBgColor { background-color: #F2EBAB; }

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

This div background color is #F2EBAB.

Border color

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

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

This div border color is #F2EBAB.

Opacity

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

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

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

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

This text has shadow with #F2EBAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2EBAB.

Preview

Color preview on black background

This text has color #F2EBAB on black background.


Color preview on white background

This text has color #F2EBAB on white background.


Black color preview on #F2EBAB background

This text has black color on #F2EBAB background.


White color preview on #F2EBAB background

This text has white color on #F2EBAB background.


Related colors

Complementary color

Complementary color for #hex is #0D1454.


I love getcolorcode.com

Triadic colors

1 #ABF2EB and #EBABF2 with #F2EBAB are triadic colors.

2 #ABEBF2 and #EBF2AB with #F2EBAB are triadic colors.