COLOR #F2E8CB

HEX: #F2E8CB RGB: (242,232,203)

Color info

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

RGB color model

#F2E8CB color RGB value is (242,232,203).

RGB: (242,232,203) (95%, 91%, 80%)

RGB channels and saturation

R 242 of 255 = 95%
G 232 of 255 = 91%
B 203 of 255 = 80%

242
232
203

R + G + B ~ 89%. #F2E8CB is light color.

Portions of RGB colors in percentages

R + G + B = 242 + 232 + 203 = 677 (100%)
R 242 of 677 ~ 35.75%
G 232 of 677 ~ 34.27%
B 203 of 677 ~ 29.99'%

%35.75
%34.27
%29.99

CMYK color model

#F2E8CB color CMYK value is (0,4,16,5).

  • cyan value is 0.00%
  • magenta value is 4.13%
  • yellow value is 16.12%
  • key color value is 5.10%

CMYK: (0,4,16,5)
C0M4Y16K5 (0%, 4%, 16%, 5%)
(0.00 / 0.04 / 0.16 / 0.05)

CMYK percentages

%0
%4.13
%16.12
%5.1

Codes

Color #F2E8CB in popluar color models

F2 E8 CB
RGB 242 232 203
HSL 45° 60.00% 87.25%
HSB/HSV 45° 16.12% 94.90%
CMYK 0.00% 4.13% 16.12%
5.10%

Color #F2E8CB in popluar number systems.

HEX F2 E8 CB
Decimal 242 232 203
Binary 11110010 11101000 11001011
Octal 362 350 313

Shades and tints

Shades of #F2E8CB

#F2E8CB
(242,232,203)
#DCD3B9
(220,211,185)
#C6BEA7
(198,190,167)
#B0A995
(176,169,149)
#9A9483
(154,148,131)
#847F71
(132,127,113)
#6E6A5F
(110,106,95)
#58554D
(88,85,77)
#42403B
(66,64,59)
#2C2B29
(44,43,41)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #F2E8CB

#F2E8CB
(242,232,203)
#F3EACF
(243,234,207)
#F4ECD3
(244,236,211)
#F5EED7
(245,238,215)
#F6F0DB
(246,240,219)
#F7F2DF
(247,242,223)
#F8F4E3
(248,244,227)
#F9F6E7
(249,246,231)
#FAF8EB
(250,248,235)
#FBFAEF
(251,250,239)
#FCFCF3
(252,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2E8CB color. Also use rgb(242,232,203) instead hex code.

Text Font Color

.myTextColor { color: #F2E8CB; }

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

This text font color is #F2E8CB.

Background Color

.myBgColor { background-color: #F2E8CB; }

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

This div background color is #F2E8CB.

Border color

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

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

This div border color is #F2E8CB.

Opacity

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

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

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

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

This text has shadow with #F2E8CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2E8CB.

Preview

Color preview on black background

This text has color #F2E8CB on black background.


Color preview on white background

This text has color #F2E8CB on white background.


Black color preview on #F2E8CB background

This text has black color on #F2E8CB background.


White color preview on #F2E8CB background

This text has white color on #F2E8CB background.


Related colors

Complementary color

Complementary color for #hex is #0D1734.


I love getcolorcode.com

Triadic colors

1 #CBF2E8 and #E8CBF2 with #F2E8CB are triadic colors.

2 #CBE8F2 and #E8F2CB with #F2E8CB are triadic colors.