COLOR #F3F1DD

HEX: #F3F1DD
RGB: (243,241,221)

Color info

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

RGB color model

#F3F1DD color RGB value is (243,241,221).

  • red value is 243;
  • green value is 241;
  • blue value is 221.
RGB:
(243,241,221)
(95%,95%,87%)

RGB channels and saturation

R 243 of 255 = 95%
G 241 of 255 = 95%
B 221 of 255 = 87%

243
241
221

R + G + B ~ 92%. #F3F1DD is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 241 + 221 = 705 (100%)
R 243 of 705 ~ 34.47%
G 241 of 705 ~ 34.18%
B 221 of 705 ~ 31.35%

%34.47
%34.18
%31.35

CMYK color model

#F3F1DD color CMYK value is (0,1,9,5).

  • cyan value is 0.00%
  • magenta value is 0.82%
  • yellow value is 9.05%
  • key color value is 4.71%
CMYK:
(0,1,9,5)
C0M1Y9K5 
(0%,1%,9%,5%)
(0.00/0.01/0.09/0.05)	

CMYK percentages

%0
%0.82
%9.05
%4.71

Codes

Color #F3F1DD in popluar color models

F3F1DD
RGB243241221
HSL55°47.83%90.98%
HSB/HSV55°9.05%95.29%
CMYK0.00%0.82%9.05%
4.71%

Color #F3F1DD in popluar number systems.

HEXF3F1DD
Decimal243241221
Binary111100111111000111011101
Octal363361335

Shades and tints

Shades of #F3F1DD

#F3F1DD
(243,241,221)
#DDDCC9
(221,220,201)
#C7C7B5
(199,199,181)
#B1B2A1
(177,178,161)
#9B9D8D
(155,157,141)
#858879
(133,136,121)
#6F7365
(111,115,101)
#595E51
(89,94,81)
#43493D
(67,73,61)
#2D3429
(45,52,41)
#171F15
(23,31,21)
#000000
(0,0,0)

Tints of #F3F1DD

#F3F1DD
(243,241,221)
#F4F2E0
(244,242,224)
#F5F3E3
(245,243,227)
#F6F4E6
(246,244,230)
#F7F5E9
(247,245,233)
#F8F6EC
(248,246,236)
#F9F7EF
(249,247,239)
#FAF8F2
(250,248,242)
#FBF9F5
(251,249,245)
#FCFAF8
(252,250,248)
#FDFBFB
(253,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3F1DD color. Also use rgb(243,241,221) instead hex code.

Text Font Color

.myTextColor { color: #F3F1DD; }

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

This text font color is #F3F1DD.


Background Color

.myBgColor { background-color: #F3F1DD; }

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

This div background color is #F3F1DD.


Border color

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

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

This div border color is #F3F1DD.


Opacity

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

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

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

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

This text has shadow with #F3F1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3F1DD on black background.


Color preview on white background

This text has color #F3F1DD on white background.



Black color preview on #F3F1DD background

This text has black color on #F3F1DD background.


White color preview on #F3F1DD background

This text has white color on #F3F1DD background.