COLOR #F4F3DC

HEX: #F4F3DC RGB: (244,243,220)

Color info

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

RGB color model

#F4F3DC color RGB value is (244,243,220).

RGB: (244,243,220) (96%, 95%, 86%)

RGB channels and saturation

R 244 of 255 = 96%
G 243 of 255 = 95%
B 220 of 255 = 86%

244
243
220

R + G + B ~ 92%. #F4F3DC is light color.

Portions of RGB colors in percentages

R + G + B = 244 + 243 + 220 = 707 (100%)
R 244 of 707 ~ 34.51%
G 243 of 707 ~ 34.37%
B 220 of 707 ~ 31.12'%

%34.51
%34.37
%31.12

CMYK color model

#F4F3DC color CMYK value is (0,0,10,4).

  • cyan value is 0.00%
  • magenta value is 0.41%
  • yellow value is 9.84%
  • key color value is 4.31%

CMYK: (0,0,10,4)
C0M0Y10K4 (0%, 0%, 10%, 4%)
(0.00 / 0.00 / 0.10 / 0.04)

CMYK percentages

%0
%0.41
%9.84
%4.31

Codes

Color #F4F3DC in popluar color models

F4 F3 DC
RGB 244 243 220
HSL 57° 52.17% 90.98%
HSB/HSV 57° 9.84% 95.69%
CMYK 0.00% 0.41% 9.84%
4.31%

Color #F4F3DC in popluar number systems.

HEX F4 F3 DC
Decimal 244 243 220
Binary 11110100 11110011 11011100
Octal 364 363 334

Shades and tints

Shades of #F4F3DC

#F4F3DC
(244,243,220)
#DEDDC8
(222,221,200)
#C8C7B4
(200,199,180)
#B2B1A0
(178,177,160)
#9C9B8C
(156,155,140)
#868578
(134,133,120)
#706F64
(112,111,100)
#5A5950
(90,89,80)
#44433C
(68,67,60)
#2E2D28
(46,45,40)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #F4F3DC

#F4F3DC
(244,243,220)
#F5F4DF
(245,244,223)
#F6F5E2
(246,245,226)
#F7F6E5
(247,246,229)
#F8F7E8
(248,247,232)
#F9F8EB
(249,248,235)
#FAF9EE
(250,249,238)
#FBFAF1
(251,250,241)
#FCFBF4
(252,251,244)
#FDFCF7
(253,252,247)
#FEFDFA
(254,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4F3DC color. Also use rgb(244,243,220) instead hex code.

Text Font Color

.myTextColor { color: #F4F3DC; }

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

This text font color is #F4F3DC.

Background Color

.myBgColor { background-color: #F4F3DC; }

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

This div background color is #F4F3DC.

Border color

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

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

This div border color is #F4F3DC.

Opacity

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

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

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

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

This text has shadow with #F4F3DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4F3DC.

Preview

Color preview on black background

This text has color #F4F3DC on black background.


Color preview on white background

This text has color #F4F3DC on white background.


Black color preview on #F4F3DC background

This text has black color on #F4F3DC background.


White color preview on #F4F3DC background

This text has white color on #F4F3DC background.


Related colors

Complementary color

Complementary color for #hex is #0B0C23.


I love getcolorcode.com

Triadic colors

1 #DCF4F3 and #F3DCF4 with #F4F3DC are triadic colors.

2 #DCF3F4 and #F3F4DC with #F4F3DC are triadic colors.