COLOR #F2EFC3

HEX: #F2EFC3
RGB: (242,239,195)

Color info

#F2EFC3 contains red, green and blue colors in about the same proportion. Web safe color of #F2EFC3 is #FFFFCC (or #FFC).

RGB color model

#F2EFC3 color RGB value is (242,239,195).

  • red value is 242;
  • green value is 239;
  • blue value is 195.
RGB:
(242,239,195)
(95%,94%,76%)

RGB channels and saturation

R 242 of 255 = 95%
G 239 of 255 = 94%
B 195 of 255 = 76%

242
239
195

R + G + B ~ 88%. #F2EFC3 is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 239 + 195 = 676 (100%)
R 242 of 676 ~ 35.8%
G 239 of 676 ~ 35.36%
B 195 of 676 ~ 28.85%

%35.8
%35.36
%28.85

CMYK color model

#F2EFC3 color CMYK value is (0,1,19,5).

  • cyan value is 0.00%
  • magenta value is 1.24%
  • yellow value is 19.42%
  • key color value is 5.10%
CMYK:
(0,1,19,5)
C0M1Y19K5 
(0%,1%,19%,5%)
(0.00/0.01/0.19/0.05)	

CMYK percentages

%0
%1.24
%19.42
%5.1

Codes

Color #F2EFC3 in popluar color models

F2EFC3
RGB242239195
HSL56°64.38%85.69%
HSB/HSV56°19.42%94.90%
CMYK0.00%1.24%19.42%
5.10%

Color #F2EFC3 in popluar number systems.

HEXF2EFC3
Decimal242239195
Binary111100101110111111000011
Octal362357303

Shades and tints

Shades of #F2EFC3

#F2EFC3
(242,239,195)
#DCDAB2
(220,218,178)
#C6C5A1
(198,197,161)
#B0B090
(176,176,144)
#9A9B7F
(154,155,127)
#84866E
(132,134,110)
#6E715D
(110,113,93)
#585C4C
(88,92,76)
#42473B
(66,71,59)
#2C322A
(44,50,42)
#161D19
(22,29,25)
#000000
(0,0,0)

Tints of #F2EFC3

#F2EFC3
(242,239,195)
#F3F0C8
(243,240,200)
#F4F1CD
(244,241,205)
#F5F2D2
(245,242,210)
#F6F3D7
(246,243,215)
#F7F4DC
(247,244,220)
#F8F5E1
(248,245,225)
#F9F6E6
(249,246,230)
#FAF7EB
(250,247,235)
#FBF8F0
(251,248,240)
#FCF9F5
(252,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2EFC3 color. Also use rgb(242,239,195) instead hex code.

Text Font Color

.myTextColor { color: #F2EFC3; }

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

This text font color is #F2EFC3.


Background Color

.myBgColor { background-color: #F2EFC3; }

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

This div background color is #F2EFC3.


Border color

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

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

This div border color is #F2EFC3.


Opacity

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

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

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

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

This text has shadow with #F2EFC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2EFC3 on black background.


Color preview on white background

This text has color #F2EFC3 on white background.



Black color preview on #F2EFC3 background

This text has black color on #F2EFC3 background.


White color preview on #F2EFC3 background

This text has white color on #F2EFC3 background.