COLOR #F3FDD9

HEX: #F3FDD9
RGB: (243,253,217)

Color info

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

RGB color model

#F3FDD9 color RGB value is (243,253,217).

  • red value is 243;
  • green value is 253;
  • blue value is 217.
RGB:
(243,253,217)
(95%,99%,85%)

RGB channels and saturation

R 243 of 255 = 95%
G 253 of 255 = 99%
B 217 of 255 = 85%

243
253
217

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

Portions of RGB colors in percentages

R + G + B =
243 + 253 + 217 = 713 (100%)
R 243 of 713 ~ 34.08%
G 253 of 713 ~ 35.48%
B 217 of 713 ~ 30.43%

%34.08
%35.48
%30.43

CMYK color model

#F3FDD9 color CMYK value is (4,0,14,1).

  • cyan value is 3.95%
  • magenta value is 0.00%
  • yellow value is 14.23%
  • key color value is 0.78%
CMYK:
(4,0,14,1)
C4M0Y14K1 
(4%,0%,14%,1%)
(0.04/0.00/0.14/0.01)	

CMYK percentages

%3.95
%0
%14.23
%0.78

Codes

Color #F3FDD9 in popluar color models

F3FDD9
RGB243253217
HSL77°90.00%92.16%
HSB/HSV77°14.23%99.22%
CMYK3.95%0.00%14.23%
0.78%

Color #F3FDD9 in popluar number systems.

HEXF3FDD9
Decimal243253217
Binary111100111111110111011001
Octal363375331

Shades and tints

Shades of #F3FDD9

#F3FDD9
(243,253,217)
#DDE6C6
(221,230,198)
#C7CFB3
(199,207,179)
#B1B8A0
(177,184,160)
#9BA18D
(155,161,141)
#858A7A
(133,138,122)
#6F7367
(111,115,103)
#595C54
(89,92,84)
#434541
(67,69,65)
#2D2E2E
(45,46,46)
#17171B
(23,23,27)
#000000
(0,0,0)

Tints of #F3FDD9

#F3FDD9
(243,253,217)
#F4FDDC
(244,253,220)
#F5FDDF
(245,253,223)
#F6FDE2
(246,253,226)
#F7FDE5
(247,253,229)
#F8FDE8
(248,253,232)
#F9FDEB
(249,253,235)
#FAFDEE
(250,253,238)
#FBFDF1
(251,253,241)
#FCFDF4
(252,253,244)
#FDFDF7
(253,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3FDD9 color. Also use rgb(243,253,217) instead hex code.

Text Font Color

.myTextColor { color: #F3FDD9; }

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

This text font color is #F3FDD9.


Background Color

.myBgColor { background-color: #F3FDD9; }

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

This div background color is #F3FDD9.


Border color

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

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

This div border color is #F3FDD9.


Opacity

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

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

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

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

This text has shadow with #F3FDD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3FDD9 on black background.


Color preview on white background

This text has color #F3FDD9 on white background.



Black color preview on #F3FDD9 background

This text has black color on #F3FDD9 background.


White color preview on #F3FDD9 background

This text has white color on #F3FDD9 background.