COLOR #F2EDC0

HEX: #F2EDC0
RGB: (242,237,192)

Color info

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

RGB color model

#F2EDC0 color RGB value is (242,237,192).

  • red value is 242;
  • green value is 237;
  • blue value is 192.
RGB:
(242,237,192)
(95%,93%,75%)

RGB channels and saturation

R 242 of 255 = 95%
G 237 of 255 = 93%
B 192 of 255 = 75%

242
237
192

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

Portions of RGB colors in percentages

R + G + B =
242 + 237 + 192 = 671 (100%)
R 242 of 671 ~ 36.07%
G 237 of 671 ~ 35.32%
B 192 of 671 ~ 28.61%

%36.07
%35.32
%28.61

CMYK color model

#F2EDC0 color CMYK value is (0,2,21,5).

  • cyan value is 0.00%
  • magenta value is 2.07%
  • yellow value is 20.66%
  • key color value is 5.10%
CMYK:
(0,2,21,5)
C0M2Y21K5 
(0%,2%,21%,5%)
(0.00/0.02/0.21/0.05)	

CMYK percentages

%0
%2.07
%20.66
%5.1

Codes

Color #F2EDC0 in popluar color models

F2EDC0
RGB242237192
HSL54°65.79%85.10%
HSB/HSV54°20.66%94.90%
CMYK0.00%2.07%20.66%
5.10%

Color #F2EDC0 in popluar number systems.

HEXF2EDC0
Decimal242237192
Binary111100101110110111000000
Octal362355300

Shades and tints

Shades of #F2EDC0

#F2EDC0
(242,237,192)
#DCD8AF
(220,216,175)
#C6C39E
(198,195,158)
#B0AE8D
(176,174,141)
#9A997C
(154,153,124)
#84846B
(132,132,107)
#6E6F5A
(110,111,90)
#585A49
(88,90,73)
#424538
(66,69,56)
#2C3027
(44,48,39)
#161B16
(22,27,22)
#000000
(0,0,0)

Tints of #F2EDC0

#F2EDC0
(242,237,192)
#F3EEC5
(243,238,197)
#F4EFCA
(244,239,202)
#F5F0CF
(245,240,207)
#F6F1D4
(246,241,212)
#F7F2D9
(247,242,217)
#F8F3DE
(248,243,222)
#F9F4E3
(249,244,227)
#FAF5E8
(250,245,232)
#FBF6ED
(251,246,237)
#FCF7F2
(252,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2EDC0 color. Also use rgb(242,237,192) instead hex code.

Text Font Color

.myTextColor { color: #F2EDC0; }

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

This text font color is #F2EDC0.


Background Color

.myBgColor { background-color: #F2EDC0; }

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

This div background color is #F2EDC0.


Border color

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

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

This div border color is #F2EDC0.


Opacity

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

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

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

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

This text has shadow with #F2EDC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2EDC0 on black background.


Color preview on white background

This text has color #F2EDC0 on white background.



Black color preview on #F2EDC0 background

This text has black color on #F2EDC0 background.


White color preview on #F2EDC0 background

This text has white color on #F2EDC0 background.