COLOR #F3FDE6

HEX: #F3FDE6 RGB: (243,253,230)

Color info

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

RGB color model

#F3FDE6 color RGB value is (243,253,230).

RGB: (243,253,230) (95%, 99%, 90%)

RGB channels and saturation

R 243 of 255 = 95%
G 253 of 255 = 99%
B 230 of 255 = 90%

243
253
230

R + G + B ~ 95%. #F3FDE6 is light color.

Portions of RGB colors in percentages

R + G + B = 243 + 253 + 230 = 726 (100%)
R 243 of 726 ~ 33.47%
G 253 of 726 ~ 34.85%
B 230 of 726 ~ 31.68'%

%33.47
%34.85
%31.68

CMYK color model

#F3FDE6 color CMYK value is (4,0,9,1).

  • cyan value is 3.95%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 0.78%

CMYK: (4,0,9,1)
C4M0Y9K1 (4%, 0%, 9%, 1%)
(0.04 / 0.00 / 0.09 / 0.01)

CMYK percentages

%3.95
%0
%9.09
%0.78

Codes

Color #F3FDE6 in popluar color models

F3 FD E6
RGB 243 253 230
HSL 86° 85.19% 94.71%
HSB/HSV 86° 9.09% 99.22%
CMYK 3.95% 0.00% 9.09%
0.78%

Color #F3FDE6 in popluar number systems.

HEX F3 FD E6
Decimal 243 253 230
Binary 11110011 11111101 11100110
Octal 363 375 346

Shades and tints

Shades of #F3FDE6

#F3FDE6
(243,253,230)
#DDE6D2
(221,230,210)
#C7CFBE
(199,207,190)
#B1B8AA
(177,184,170)
#9BA196
(155,161,150)
#858A82
(133,138,130)
#6F736E
(111,115,110)
#595C5A
(89,92,90)
#434546
(67,69,70)
#2D2E32
(45,46,50)
#17171E
(23,23,30)
#000000
(0,0,0)

Tints of #F3FDE6

#F3FDE6
(243,253,230)
#F4FDE8
(244,253,232)
#F5FDEA
(245,253,234)
#F6FDEC
(246,253,236)
#F7FDEE
(247,253,238)
#F8FDF0
(248,253,240)
#F9FDF2
(249,253,242)
#FAFDF4
(250,253,244)
#FBFDF6
(251,253,246)
#FCFDF8
(252,253,248)
#FDFDFA
(253,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3FDE6; }

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

This text font color is #F3FDE6.

Background Color

.myBgColor { background-color: #F3FDE6; }

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

This div background color is #F3FDE6.

Border color

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

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

This div border color is #F3FDE6.

Opacity

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

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

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

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

This text has shadow with #F3FDE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3FDE6.

Preview

Color preview on black background

This text has color #F3FDE6 on black background.


Color preview on white background

This text has color #F3FDE6 on white background.


Black color preview on #F3FDE6 background

This text has black color on #F3FDE6 background.


White color preview on #F3FDE6 background

This text has white color on #F3FDE6 background.


Related colors

Complementary color

Complementary color for #hex is #0C0219.


I love getcolorcode.com

Triadic colors

1 #E6F3FD and #FDE6F3 with #F3FDE6 are triadic colors.

2 #E6FDF3 and #FDF3E6 with #F3FDE6 are triadic colors.