COLOR #F2EAC7

HEX: #F2EAC7
RGB: (242,234,199)

Color info

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

RGB color model

#F2EAC7 color RGB value is (242,234,199).

  • red value is 242;
  • green value is 234;
  • blue value is 199.
RGB:
(242,234,199)
(95%,92%,78%)

RGB channels and saturation

R 242 of 255 = 95%
G 234 of 255 = 92%
B 199 of 255 = 78%

242
234
199

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

Portions of RGB colors in percentages

R + G + B =
242 + 234 + 199 = 675 (100%)
R 242 of 675 ~ 35.85%
G 234 of 675 ~ 34.67%
B 199 of 675 ~ 29.48%

%35.85
%34.67
%29.48

CMYK color model

#F2EAC7 color CMYK value is (0,3,18,5).

  • cyan value is 0.00%
  • magenta value is 3.31%
  • yellow value is 17.77%
  • key color value is 5.10%
CMYK:
(0,3,18,5)
C0M3Y18K5 
(0%,3%,18%,5%)
(0.00/0.03/0.18/0.05)	

CMYK percentages

%0
%3.31
%17.77
%5.1

Codes

Color #F2EAC7 in popluar color models

F2EAC7
RGB242234199
HSL49°62.32%86.47%
HSB/HSV49°17.77%94.90%
CMYK0.00%3.31%17.77%
5.10%

Color #F2EAC7 in popluar number systems.

HEXF2EAC7
Decimal242234199
Binary111100101110101011000111
Octal362352307

Shades and tints

Shades of #F2EAC7

#F2EAC7
(242,234,199)
#DCD5B5
(220,213,181)
#C6C0A3
(198,192,163)
#B0AB91
(176,171,145)
#9A967F
(154,150,127)
#84816D
(132,129,109)
#6E6C5B
(110,108,91)
#585749
(88,87,73)
#424237
(66,66,55)
#2C2D25
(44,45,37)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #F2EAC7

#F2EAC7
(242,234,199)
#F3EBCC
(243,235,204)
#F4ECD1
(244,236,209)
#F5EDD6
(245,237,214)
#F6EEDB
(246,238,219)
#F7EFE0
(247,239,224)
#F8F0E5
(248,240,229)
#F9F1EA
(249,241,234)
#FAF2EF
(250,242,239)
#FBF3F4
(251,243,244)
#FCF4F9
(252,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2EAC7 color. Also use rgb(242,234,199) instead hex code.

Text Font Color

.myTextColor { color: #F2EAC7; }

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

This text font color is #F2EAC7.


Background Color

.myBgColor { background-color: #F2EAC7; }

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

This div background color is #F2EAC7.


Border color

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

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

This div border color is #F2EAC7.


Opacity

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

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

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

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

This text has shadow with #F2EAC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2EAC7 on black background.


Color preview on white background

This text has color #F2EAC7 on white background.



Black color preview on #F2EAC7 background

This text has black color on #F2EAC7 background.


White color preview on #F2EAC7 background

This text has white color on #F2EAC7 background.