COLOR #F4E6C5

HEX: #F4E6C5 RGB: (244,230,197)

Color info

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

RGB color model

#F4E6C5 color RGB value is (244,230,197).

RGB: (244,230,197) (96%, 90%, 77%)

RGB channels and saturation

R 244 of 255 = 96%
G 230 of 255 = 90%
B 197 of 255 = 77%

244
230
197

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

Portions of RGB colors in percentages

R + G + B = 244 + 230 + 197 = 671 (100%)
R 244 of 671 ~ 36.36%
G 230 of 671 ~ 34.28%
B 197 of 671 ~ 29.36'%

%36.36
%34.28
%29.36

CMYK color model

#F4E6C5 color CMYK value is (0,6,19,4).

  • cyan value is 0.00%
  • magenta value is 5.74%
  • yellow value is 19.26%
  • key color value is 4.31%
CMYK: (0,6,19,4) C0M6Y19K4 (0%,6%,19%,4%) (0.00/0.06/0.19/0.04) 

CMYK percentages

%0
%5.74
%19.26
%4.31

Codes

Color #F4E6C5 in popluar color models

F4 E6 C5
RGB 244 230 197
HSL 42° 68.12% 86.47%
HSB/HSV 42° 19.26% 95.69%
CMYK 0.00% 5.74% 19.26%
4.31%

Color #F4E6C5 in popluar number systems.

HEX F4 E6 C5
Decimal 244 230 197
Binary 11110100 11100110 11000101
Octal 364 346 305

Shades and tints

Shades of #F4E6C5

#F4E6C5
(244,230,197)
#DED2B4
(222,210,180)
#C8BEA3
(200,190,163)
#B2AA92
(178,170,146)
#9C9681
(156,150,129)
#868270
(134,130,112)
#706E5F
(112,110,95)
#5A5A4E
(90,90,78)
#44463D
(68,70,61)
#2E322C
(46,50,44)
#181E1B
(24,30,27)
#000000
(0,0,0)

Tints of #F4E6C5

#F4E6C5
(244,230,197)
#F5E8CA
(245,232,202)
#F6EACF
(246,234,207)
#F7ECD4
(247,236,212)
#F8EED9
(248,238,217)
#F9F0DE
(249,240,222)
#FAF2E3
(250,242,227)
#FBF4E8
(251,244,232)
#FCF6ED
(252,246,237)
#FDF8F2
(253,248,242)
#FEFAF7
(254,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4E6C5 color. Also use rgb(244,230,197) instead hex code.

Text Font Color

.myTextColor { color: #F4E6C5; }

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

This text font color is #F4E6C5.

Background Color

.myBgColor { background-color: #F4E6C5; }

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

This div background color is #F4E6C5.

Border color

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

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

This div border color is #F4E6C5.

Opacity

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

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

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

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

This text has shadow with #F4E6C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4E6C5.

Preview

Color preview on black background

This text has color #F4E6C5 on black background.


Color preview on white background

This text has color #F4E6C5 on white background.


Black color preview on #F4E6C5 background

This text has black color on #F4E6C5 background.


White color preview on #F4E6C5 background

This text has white color on #F4E6C5 background.


Related colors

Complementary color

Complementary color for #hex is #0B193A.


I love getcolorcode.com

Triadic colors

1 #C5F4E6 and #E6C5F4 with #F4E6C5 are triadic colors.

2 #C5E6F4 and #E6F4C5 with #F4E6C5 are triadic colors.