COLOR #F3F8D2

HEX: #F3F8D2
RGB: (243,248,210)

Color info

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

RGB color model

#F3F8D2 color RGB value is (243,248,210).

  • red value is 243;
  • green value is 248;
  • blue value is 210.
RGB:
(243,248,210)
(95%,97%,82%)

RGB channels and saturation

R 243 of 255 = 95%
G 248 of 255 = 97%
B 210 of 255 = 82%

243
248
210

R + G + B ~ 91%. #F3F8D2 is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 248 + 210 = 701 (100%)
R 243 of 701 ~ 34.66%
G 248 of 701 ~ 35.38%
B 210 of 701 ~ 29.96%

%34.66
%35.38
%29.96

CMYK color model

#F3F8D2 color CMYK value is (2,0,15,3).

  • cyan value is 2.02%
  • magenta value is 0.00%
  • yellow value is 15.32%
  • key color value is 2.75%
CMYK:
(2,0,15,3)
C2M0Y15K3 
(2%,0%,15%,3%)
(0.02/0.00/0.15/0.03)	

CMYK percentages

%2.02
%0
%15.32
%2.75

Codes

Color #F3F8D2 in popluar color models

F3F8D2
RGB243248210
HSL68°73.08%89.80%
HSB/HSV68°15.32%97.25%
CMYK2.02%0.00%15.32%
2.75%

Color #F3F8D2 in popluar number systems.

HEXF3F8D2
Decimal243248210
Binary111100111111100011010010
Octal363370322

Shades and tints

Shades of #F3F8D2

#F3F8D2
(243,248,210)
#DDE2BF
(221,226,191)
#C7CCAC
(199,204,172)
#B1B699
(177,182,153)
#9BA086
(155,160,134)
#858A73
(133,138,115)
#6F7460
(111,116,96)
#595E4D
(89,94,77)
#43483A
(67,72,58)
#2D3227
(45,50,39)
#171C14
(23,28,20)
#000000
(0,0,0)

Tints of #F3F8D2

#F3F8D2
(243,248,210)
#F4F8D6
(244,248,214)
#F5F8DA
(245,248,218)
#F6F8DE
(246,248,222)
#F7F8E2
(247,248,226)
#F8F8E6
(248,248,230)
#F9F8EA
(249,248,234)
#FAF8EE
(250,248,238)
#FBF8F2
(251,248,242)
#FCF8F6
(252,248,246)
#FDF8FA
(253,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3F8D2; }

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

This text font color is #F3F8D2.


Background Color

.myBgColor { background-color: #F3F8D2; }

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

This div background color is #F3F8D2.


Border color

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

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

This div border color is #F3F8D2.


Opacity

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

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

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

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

This text has shadow with #F3F8D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3F8D2 on black background.


Color preview on white background

This text has color #F3F8D2 on white background.



Black color preview on #F3F8D2 background

This text has black color on #F3F8D2 background.


White color preview on #F3F8D2 background

This text has white color on #F3F8D2 background.