COLOR #F4F3D2

HEX: #F4F3D2
RGB: (244,243,210)

Color info

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

RGB color model

#F4F3D2 color RGB value is (244,243,210).

  • red value is 244;
  • green value is 243;
  • blue value is 210.
RGB:
(244,243,210)
(96%,95%,82%)

RGB channels and saturation

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

244
243
210

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

Portions of RGB colors in percentages

R + G + B =
244 + 243 + 210 = 697 (100%)
R 244 of 697 ~ 35.01%
G 243 of 697 ~ 34.86%
B 210 of 697 ~ 30.13%

%35.01
%34.86
%30.13

CMYK color model

#F4F3D2 color CMYK value is (0,0,14,4).

  • cyan value is 0.00%
  • magenta value is 0.41%
  • yellow value is 13.93%
  • key color value is 4.31%
CMYK:
(0,0,14,4)
C0M0Y14K4 
(0%,0%,14%,4%)
(0.00/0.00/0.14/0.04)	

CMYK percentages

%0
%0.41
%13.93
%4.31

Codes

Color #F4F3D2 in popluar color models

F4F3D2
RGB244243210
HSL58°60.71%89.02%
HSB/HSV58°13.93%95.69%
CMYK0.00%0.41%13.93%
4.31%

Color #F4F3D2 in popluar number systems.

HEXF4F3D2
Decimal244243210
Binary111101001111001111010010
Octal364363322

Shades and tints

Shades of #F4F3D2

#F4F3D2
(244,243,210)
#DEDDBF
(222,221,191)
#C8C7AC
(200,199,172)
#B2B199
(178,177,153)
#9C9B86
(156,155,134)
#868573
(134,133,115)
#706F60
(112,111,96)
#5A594D
(90,89,77)
#44433A
(68,67,58)
#2E2D27
(46,45,39)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #F4F3D2

#F4F3D2
(244,243,210)
#F5F4D6
(245,244,214)
#F6F5DA
(246,245,218)
#F7F6DE
(247,246,222)
#F8F7E2
(248,247,226)
#F9F8E6
(249,248,230)
#FAF9EA
(250,249,234)
#FBFAEE
(251,250,238)
#FCFBF2
(252,251,242)
#FDFCF6
(253,252,246)
#FEFDFA
(254,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4F3D2; }

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

This text font color is #F4F3D2.


Background Color

.myBgColor { background-color: #F4F3D2; }

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

This div background color is #F4F3D2.


Border color

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

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

This div border color is #F4F3D2.


Opacity

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

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

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

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

This text has shadow with #F4F3D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4F3D2 on black background.


Color preview on white background

This text has color #F4F3D2 on white background.



Black color preview on #F4F3D2 background

This text has black color on #F4F3D2 background.


White color preview on #F4F3D2 background

This text has white color on #F4F3D2 background.