COLOR #F8E2CC

HEX: #F8E2CC RGB: (248,226,204)

Color info

#F8E2CC contains red, green and blue colors in about the same proportion. Web safe color of #F8E2CC is #FFCCCC (or #FCC).

RGB color model

#F8E2CC color RGB value is (248,226,204).

RGB: (248,226,204) (97%, 89%, 80%)

RGB channels and saturation

R 248 of 255 = 97%
G 226 of 255 = 89%
B 204 of 255 = 80%

248
226
204

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

Portions of RGB colors in percentages

R + G + B = 248 + 226 + 204 = 678 (100%)
R 248 of 678 ~ 36.58%
G 226 of 678 ~ 33.33%
B 204 of 678 ~ 30.09'%

%36.58
%33.33
%30.09

CMYK color model

#F8E2CC color CMYK value is (0,9,18,3).

  • cyan value is 0.00%
  • magenta value is 8.87%
  • yellow value is 17.74%
  • key color value is 2.75%

CMYK: (0,9,18,3)
C0M9Y18K3 (0%, 9%, 18%, 3%)
(0.00 / 0.09 / 0.18 / 0.03)

CMYK percentages

%0
%8.87
%17.74
%2.75

Codes

Color #F8E2CC in popluar color models

F8 E2 CC
RGB 248 226 204
HSL 30° 75.86% 88.63%
HSB/HSV 30° 17.74% 97.25%
CMYK 0.00% 8.87% 17.74%
2.75%

Color #F8E2CC in popluar number systems.

HEX F8 E2 CC
Decimal 248 226 204
Binary 11111000 11100010 11001100
Octal 370 342 314

Shades and tints

Shades of #F8E2CC

#F8E2CC
(248,226,204)
#E2CEBA
(226,206,186)
#CCBAA8
(204,186,168)
#B6A696
(182,166,150)
#A09284
(160,146,132)
#8A7E72
(138,126,114)
#746A60
(116,106,96)
#5E564E
(94,86,78)
#48423C
(72,66,60)
#322E2A
(50,46,42)
#1C1A18
(28,26,24)
#000000
(0,0,0)

Tints of #F8E2CC

#F8E2CC
(248,226,204)
#F8E4D0
(248,228,208)
#F8E6D4
(248,230,212)
#F8E8D8
(248,232,216)
#F8EADC
(248,234,220)
#F8ECE0
(248,236,224)
#F8EEE4
(248,238,228)
#F8F0E8
(248,240,232)
#F8F2EC
(248,242,236)
#F8F4F0
(248,244,240)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8E2CC color. Also use rgb(248,226,204) instead hex code.

Text Font Color

.myTextColor { color: #F8E2CC; }

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

This text font color is #F8E2CC.

Background Color

.myBgColor { background-color: #F8E2CC; }

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

This div background color is #F8E2CC.

Border color

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

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

This div border color is #F8E2CC.

Opacity

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

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

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

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

This text has shadow with #F8E2CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8E2CC.

Preview

Color preview on black background

This text has color #F8E2CC on black background.


Color preview on white background

This text has color #F8E2CC on white background.


Black color preview on #F8E2CC background

This text has black color on #F8E2CC background.


White color preview on #F8E2CC background

This text has white color on #F8E2CC background.


Related colors

Complementary color

Complementary color for #hex is #071D33.


I love getcolorcode.com

Triadic colors

1 #CCF8E2 and #E2CCF8 with #F8E2CC are triadic colors.

2 #CCE2F8 and #E2F8CC with #F8E2CC are triadic colors.