COLOR #F3F0EB

HEX: #F3F0EB RGB: (243,240,235)

Color info

#F3F0EB contains red, green and blue colors in about the same proportion. Web safe color of #F3F0EB is #FFFFFF (or #FFF).

RGB color model

#F3F0EB color RGB value is (243,240,235).

RGB: (243,240,235) (95%, 94%, 92%)

RGB channels and saturation

R 243 of 255 = 95%
G 240 of 255 = 94%
B 235 of 255 = 92%

243
240
235

R + G + B ~ 94%. #F3F0EB is light color.

Portions of RGB colors in percentages

R + G + B = 243 + 240 + 235 = 718 (100%)
R 243 of 718 ~ 33.84%
G 240 of 718 ~ 33.43%
B 235 of 718 ~ 32.73'%

%33.84
%33.43
%32.73

CMYK color model

#F3F0EB color CMYK value is (0,1,3,5).

  • cyan value is 0.00%
  • magenta value is 1.23%
  • yellow value is 3.29%
  • key color value is 4.71%
CMYK: (0,1,3,5) C0M1Y3K5 (0%,1%,3%,5%) (0.00/0.01/0.03/0.05) 

CMYK percentages

%0
%1.23
%3.29
%4.71

Codes

Color #F3F0EB in popluar color models

F3 F0 EB
RGB 243 240 235
HSL 38° 25.00% 93.73%
HSB/HSV 38° 3.29% 95.29%
CMYK 0.00% 1.23% 3.29%
4.71%

Color #F3F0EB in popluar number systems.

HEX F3 F0 EB
Decimal 243 240 235
Binary 11110011 11110000 11101011
Octal 363 360 353

Shades and tints

Shades of #F3F0EB

#F3F0EB
(243,240,235)
#DDDBD6
(221,219,214)
#C7C6C1
(199,198,193)
#B1B1AC
(177,177,172)
#9B9C97
(155,156,151)
#858782
(133,135,130)
#6F726D
(111,114,109)
#595D58
(89,93,88)
#434843
(67,72,67)
#2D332E
(45,51,46)
#171E19
(23,30,25)
#000000
(0,0,0)

Tints of #F3F0EB

#F3F0EB
(243,240,235)
#F4F1EC
(244,241,236)
#F5F2ED
(245,242,237)
#F6F3EE
(246,243,238)
#F7F4EF
(247,244,239)
#F8F5F0
(248,245,240)
#F9F6F1
(249,246,241)
#FAF7F2
(250,247,242)
#FBF8F3
(251,248,243)
#FCF9F4
(252,249,244)
#FDFAF5
(253,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3F0EB; }

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

This text font color is #F3F0EB.

Background Color

.myBgColor { background-color: #F3F0EB; }

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

This div background color is #F3F0EB.

Border color

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

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

This div border color is #F3F0EB.

Opacity

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

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

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

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

This text has shadow with #F3F0EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3F0EB.

Preview

Color preview on black background

This text has color #F3F0EB on black background.


Color preview on white background

This text has color #F3F0EB on white background.


Black color preview on #F3F0EB background

This text has black color on #F3F0EB background.


White color preview on #F3F0EB background

This text has white color on #F3F0EB background.


Related colors

Complementary color

Complementary color for #hex is #0C0F14.


I love getcolorcode.com

Triadic colors

1 #EBF3F0 and #F0EBF3 with #F3F0EB are triadic colors.

2 #EBF0F3 and #F0F3EB with #F3F0EB are triadic colors.