COLOR #F8F3DC

HEX: #F8F3DC RGB: (248,243,220)

Color info

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

RGB color model

#F8F3DC color RGB value is (248,243,220).

RGB: (248,243,220) (97%, 95%, 86%)

RGB channels and saturation

R 248 of 255 = 97%
G 243 of 255 = 95%
B 220 of 255 = 86%

248
243
220

R + G + B ~ 93%. #F8F3DC is light color.

Portions of RGB colors in percentages

R + G + B = 248 + 243 + 220 = 711 (100%)
R 248 of 711 ~ 34.88%
G 243 of 711 ~ 34.18%
B 220 of 711 ~ 30.94'%

%34.88
%34.18
%30.94

CMYK color model

#F8F3DC color CMYK value is (0,2,11,3).

  • cyan value is 0.00%
  • magenta value is 2.02%
  • yellow value is 11.29%
  • key color value is 2.75%

CMYK: (0,2,11,3)
C0M2Y11K3 (0%, 2%, 11%, 3%)
(0.00 / 0.02 / 0.11 / 0.03)

CMYK percentages

%0
%2.02
%11.29
%2.75

Codes

Color #F8F3DC in popluar color models

F8 F3 DC
RGB 248 243 220
HSL 49° 66.67% 91.76%
HSB/HSV 49° 11.29% 97.25%
CMYK 0.00% 2.02% 11.29%
2.75%

Color #F8F3DC in popluar number systems.

HEX F8 F3 DC
Decimal 248 243 220
Binary 11111000 11110011 11011100
Octal 370 363 334

Shades and tints

Shades of #F8F3DC

#F8F3DC
(248,243,220)
#E2DDC8
(226,221,200)
#CCC7B4
(204,199,180)
#B6B1A0
(182,177,160)
#A09B8C
(160,155,140)
#8A8578
(138,133,120)
#746F64
(116,111,100)
#5E5950
(94,89,80)
#48433C
(72,67,60)
#322D28
(50,45,40)
#1C1714
(28,23,20)
#000000
(0,0,0)

Tints of #F8F3DC

#F8F3DC
(248,243,220)
#F8F4DF
(248,244,223)
#F8F5E2
(248,245,226)
#F8F6E5
(248,246,229)
#F8F7E8
(248,247,232)
#F8F8EB
(248,248,235)
#F8F9EE
(248,249,238)
#F8FAF1
(248,250,241)
#F8FBF4
(248,251,244)
#F8FCF7
(248,252,247)
#F8FDFA
(248,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8F3DC; }

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

This text font color is #F8F3DC.

Background Color

.myBgColor { background-color: #F8F3DC; }

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

This div background color is #F8F3DC.

Border color

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

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

This div border color is #F8F3DC.

Opacity

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

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

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

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

This text has shadow with #F8F3DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8F3DC.

Preview

Color preview on black background

This text has color #F8F3DC on black background.


Color preview on white background

This text has color #F8F3DC on white background.


Black color preview on #F8F3DC background

This text has black color on #F8F3DC background.


White color preview on #F8F3DC background

This text has white color on #F8F3DC background.


Related colors

Complementary color

Complementary color for #hex is #070C23.


I love getcolorcode.com

Triadic colors

1 #DCF8F3 and #F3DCF8 with #F8F3DC are triadic colors.

2 #DCF3F8 and #F3F8DC with #F8F3DC are triadic colors.