COLOR #F3F8DE

HEX: #F3F8DE RGB: (243,248,222)

Color info

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

RGB color model

#F3F8DE color RGB value is (243,248,222).

RGB: (243,248,222) (95%, 97%, 87%)

RGB channels and saturation

R 243 of 255 = 95%
G 248 of 255 = 97%
B 222 of 255 = 87%

243
248
222

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

Portions of RGB colors in percentages

R + G + B = 243 + 248 + 222 = 713 (100%)
R 243 of 713 ~ 34.08%
G 248 of 713 ~ 34.78%
B 222 of 713 ~ 31.14'%

%34.08
%34.78
%31.14

CMYK color model

#F3F8DE color CMYK value is (2,0,10,3).

  • cyan value is 2.02%
  • magenta value is 0.00%
  • yellow value is 10.48%
  • key color value is 2.75%
CMYK: (2,0,10,3) C2M0Y10K3 (2%,0%,10%,3%) (0.02/0.00/0.10/0.03) 

CMYK percentages

%2.02
%0
%10.48
%2.75

Codes

Color #F3F8DE in popluar color models

F3 F8 DE
RGB 243 248 222
HSL 72° 65.00% 92.16%
HSB/HSV 72° 10.48% 97.25%
CMYK 2.02% 0.00% 10.48%
2.75%

Color #F3F8DE in popluar number systems.

HEX F3 F8 DE
Decimal 243 248 222
Binary 11110011 11111000 11011110
Octal 363 370 336

Shades and tints

Shades of #F3F8DE

#F3F8DE
(243,248,222)
#DDE2CA
(221,226,202)
#C7CCB6
(199,204,182)
#B1B6A2
(177,182,162)
#9BA08E
(155,160,142)
#858A7A
(133,138,122)
#6F7466
(111,116,102)
#595E52
(89,94,82)
#43483E
(67,72,62)
#2D322A
(45,50,42)
#171C16
(23,28,22)
#000000
(0,0,0)

Tints of #F3F8DE

#F3F8DE
(243,248,222)
#F4F8E1
(244,248,225)
#F5F8E4
(245,248,228)
#F6F8E7
(246,248,231)
#F7F8EA
(247,248,234)
#F8F8ED
(248,248,237)
#F9F8F0
(249,248,240)
#FAF8F3
(250,248,243)
#FBF8F6
(251,248,246)
#FCF8F9
(252,248,249)
#FDF8FC
(253,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3F8DE; }

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

This text font color is #F3F8DE.

Background Color

.myBgColor { background-color: #F3F8DE; }

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

This div background color is #F3F8DE.

Border color

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

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

This div border color is #F3F8DE.

Opacity

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

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

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

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

This text has shadow with #F3F8DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3F8DE.

Preview

Color preview on black background

This text has color #F3F8DE on black background.


Color preview on white background

This text has color #F3F8DE on white background.


Black color preview on #F3F8DE background

This text has black color on #F3F8DE background.


White color preview on #F3F8DE background

This text has white color on #F3F8DE background.


Related colors

Complementary color

Complementary color for #hex is #0C0721.


I love getcolorcode.com

Triadic colors

1 #DEF3F8 and #F8DEF3 with #F3F8DE are triadic colors.

2 #DEF8F3 and #F8F3DE with #F3F8DE are triadic colors.