COLOR #F2ECAB

HEX: #F2ECAB RGB: (242,236,171)

Color info

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

RGB color model

#F2ECAB color RGB value is (242,236,171).

RGB: (242,236,171) (95%, 93%, 67%)

RGB channels and saturation

R 242 of 255 = 95%
G 236 of 255 = 93%
B 171 of 255 = 67%

242
236
171

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

Portions of RGB colors in percentages

R + G + B = 242 + 236 + 171 = 649 (100%)
R 242 of 649 ~ 37.29%
G 236 of 649 ~ 36.36%
B 171 of 649 ~ 26.35'%

%37.29
%36.36
%26.35

CMYK color model

#F2ECAB color CMYK value is (0,2,29,5).

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

CMYK: (0,2,29,5)
C0M2Y29K5 (0%, 2%, 29%, 5%)
(0.00 / 0.02 / 0.29 / 0.05)

CMYK percentages

%0
%2.48
%29.34
%5.1

Codes

Color #F2ECAB in popluar color models

F2 EC AB
RGB 242 236 171
HSL 55° 73.20% 80.98%
HSB/HSV 55° 29.34% 94.90%
CMYK 0.00% 2.48% 29.34%
5.10%

Color #F2ECAB in popluar number systems.

HEX F2 EC AB
Decimal 242 236 171
Binary 11110010 11101100 10101011
Octal 362 354 253

Shades and tints

Shades of #F2ECAB

#F2ECAB
(242,236,171)
#DCD79C
(220,215,156)
#C6C28D
(198,194,141)
#B0AD7E
(176,173,126)
#9A986F
(154,152,111)
#848360
(132,131,96)
#6E6E51
(110,110,81)
#585942
(88,89,66)
#424433
(66,68,51)
#2C2F24
(44,47,36)
#161A15
(22,26,21)
#000000
(0,0,0)

Tints of #F2ECAB

#F2ECAB
(242,236,171)
#F3EDB2
(243,237,178)
#F4EEB9
(244,238,185)
#F5EFC0
(245,239,192)
#F6F0C7
(246,240,199)
#F7F1CE
(247,241,206)
#F8F2D5
(248,242,213)
#F9F3DC
(249,243,220)
#FAF4E3
(250,244,227)
#FBF5EA
(251,245,234)
#FCF6F1
(252,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2ECAB; }

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

This text font color is #F2ECAB.

Background Color

.myBgColor { background-color: #F2ECAB; }

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

This div background color is #F2ECAB.

Border color

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

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

This div border color is #F2ECAB.

Opacity

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

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

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

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

This text has shadow with #F2ECAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2ECAB.

Preview

Color preview on black background

This text has color #F2ECAB on black background.


Color preview on white background

This text has color #F2ECAB on white background.


Black color preview on #F2ECAB background

This text has black color on #F2ECAB background.


White color preview on #F2ECAB background

This text has white color on #F2ECAB background.


Related colors

Complementary color

Complementary color for #hex is #0D1354.


I love getcolorcode.com

Triadic colors

1 #ABF2EC and #ECABF2 with #F2ECAB are triadic colors.

2 #ABECF2 and #ECF2AB with #F2ECAB are triadic colors.