COLOR #F4F3D0

HEX: #F4F3D0 RGB: (244,243,208)

Color info

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

RGB color model

#F4F3D0 color RGB value is (244,243,208).

RGB: (244,243,208) (96%, 95%, 82%)

RGB channels and saturation

R 244 of 255 = 96%
G 243 of 255 = 95%
B 208 of 255 = 82%

244
243
208

R + G + B ~ 91%. #F4F3D0 is light color.

Portions of RGB colors in percentages

R + G + B = 244 + 243 + 208 = 695 (100%)
R 244 of 695 ~ 35.11%
G 243 of 695 ~ 34.96%
B 208 of 695 ~ 29.93'%

%35.11
%34.96
%29.93

CMYK color model

#F4F3D0 color CMYK value is (0,0,15,4).

  • cyan value is 0.00%
  • magenta value is 0.41%
  • yellow value is 14.75%
  • key color value is 4.31%

CMYK: (0,0,15,4)
C0M0Y15K4 (0%, 0%, 15%, 4%)
(0.00 / 0.00 / 0.15 / 0.04)

CMYK percentages

%0
%0.41
%14.75
%4.31

Codes

Color #F4F3D0 in popluar color models

F4 F3 D0
RGB 244 243 208
HSL 58° 62.07% 88.63%
HSB/HSV 58° 14.75% 95.69%
CMYK 0.00% 0.41% 14.75%
4.31%

Color #F4F3D0 in popluar number systems.

HEX F4 F3 D0
Decimal 244 243 208
Binary 11110100 11110011 11010000
Octal 364 363 320

Shades and tints

Shades of #F4F3D0

#F4F3D0
(244,243,208)
#DEDDBE
(222,221,190)
#C8C7AC
(200,199,172)
#B2B19A
(178,177,154)
#9C9B88
(156,155,136)
#868576
(134,133,118)
#706F64
(112,111,100)
#5A5952
(90,89,82)
#444340
(68,67,64)
#2E2D2E
(46,45,46)
#18171C
(24,23,28)
#000000
(0,0,0)

Tints of #F4F3D0

#F4F3D0
(244,243,208)
#F5F4D4
(245,244,212)
#F6F5D8
(246,245,216)
#F7F6DC
(247,246,220)
#F8F7E0
(248,247,224)
#F9F8E4
(249,248,228)
#FAF9E8
(250,249,232)
#FBFAEC
(251,250,236)
#FCFBF0
(252,251,240)
#FDFCF4
(253,252,244)
#FEFDF8
(254,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4F3D0 color. Also use rgb(244,243,208) instead hex code.

Text Font Color

.myTextColor { color: #F4F3D0; }

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

This text font color is #F4F3D0.

Background Color

.myBgColor { background-color: #F4F3D0; }

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

This div background color is #F4F3D0.

Border color

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

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

This div border color is #F4F3D0.

Opacity

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

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

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

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

This text has shadow with #F4F3D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4F3D0.

Preview

Color preview on black background

This text has color #F4F3D0 on black background.


Color preview on white background

This text has color #F4F3D0 on white background.


Black color preview on #F4F3D0 background

This text has black color on #F4F3D0 background.


White color preview on #F4F3D0 background

This text has white color on #F4F3D0 background.


Related colors

Complementary color

Complementary color for #hex is #0B0C2F.


I love getcolorcode.com

Triadic colors

1 #D0F4F3 and #F3D0F4 with #F4F3D0 are triadic colors.

2 #D0F3F4 and #F3F4D0 with #F4F3D0 are triadic colors.