COLOR #F3F0DD

HEX: #F3F0DD RGB: (243,240,221)

Color info

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

RGB color model

#F3F0DD color RGB value is (243,240,221).

RGB: (243,240,221) (95%, 94%, 87%)

RGB channels and saturation

R 243 of 255 = 95%
G 240 of 255 = 94%
B 221 of 255 = 87%

243
240
221

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

Portions of RGB colors in percentages

R + G + B = 243 + 240 + 221 = 704 (100%)
R 243 of 704 ~ 34.52%
G 240 of 704 ~ 34.09%
B 221 of 704 ~ 31.39'%

%34.52
%34.09
%31.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.23%
  • 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
%1.23
%9.05
%4.71

Codes

Color #F3F0DD in popluar color models

F3 F0 DD
RGB 243 240 221
HSL 52° 47.83% 90.98%
HSB/HSV 52° 9.05% 95.29%
CMYK 0.00% 1.23% 9.05%
4.71%

Color #F3F0DD in popluar number systems.

HEX F3 F0 DD
Decimal 243 240 221
Binary 11110011 11110000 11011101
Octal 363 360 335

Shades and tints

Shades of #F3F0DD

#F3F0DD
(243,240,221)
#DDDBC9
(221,219,201)
#C7C6B5
(199,198,181)
#B1B1A1
(177,177,161)
#9B9C8D
(155,156,141)
#858779
(133,135,121)
#6F7265
(111,114,101)
#595D51
(89,93,81)
#43483D
(67,72,61)
#2D3329
(45,51,41)
#171E15
(23,30,21)
#000000
(0,0,0)

Tints of #F3F0DD

#F3F0DD
(243,240,221)
#F4F1E0
(244,241,224)
#F5F2E3
(245,242,227)
#F6F3E6
(246,243,230)
#F7F4E9
(247,244,233)
#F8F5EC
(248,245,236)
#F9F6EF
(249,246,239)
#FAF7F2
(250,247,242)
#FBF8F5
(251,248,245)
#FCF9F8
(252,249,248)
#FDFAFB
(253,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3F0DD; }

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

This text font color is #F3F0DD.

Background Color

.myBgColor { background-color: #F3F0DD; }

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

This div background color is #F3F0DD.

Border color

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

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

This div border color is #F3F0DD.

Opacity

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

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

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

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

This text has shadow with #F3F0DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3F0DD.

Preview

Color preview on black background

This text has color #F3F0DD on black background.


Color preview on white background

This text has color #F3F0DD on white background.


Black color preview on #F3F0DD background

This text has black color on #F3F0DD background.


White color preview on #F3F0DD background

This text has white color on #F3F0DD background.


Related colors

Complementary color

Complementary color for #hex is #0C0F22.


I love getcolorcode.com

Triadic colors

1 #DDF3F0 and #F0DDF3 with #F3F0DD are triadic colors.

2 #DDF0F3 and #F0F3DD with #F3F0DD are triadic colors.