COLOR #F4A48F

HEX: #F4A48F
RGB: (244,164,143)

Color info

#F4A48F contains mainly red color. Web safe color of #F4A48F is #FF9999 (or #F99).

RGB color model

#F4A48F color RGB value is (244,164,143).

  • red value is 244;
  • green value is 164;
  • blue value is 143.
RGB:
(244,164,143)
(96%,64%,56%)

RGB channels and saturation

R 244 of 255 = 96%
G 164 of 255 = 64%
B 143 of 255 = 56%

244
164
143

R + G + B ~ 72%. #F4A48F is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 164 + 143 = 551 (100%)
R 244 of 551 ~ 44.28%
G 164 of 551 ~ 29.76%
B 143 of 551 ~ 25.95%

%44.28
%29.76
%25.95

CMYK color model

#F4A48F color CMYK value is (0,33,41,4).

  • cyan value is 0.00%
  • magenta value is 32.79%
  • yellow value is 41.39%
  • key color value is 4.31%
CMYK:
(0,33,41,4)
C0M33Y41K4 
(0%,33%,41%,4%)
(0.00/0.33/0.41/0.04)	

CMYK percentages

%0
%32.79
%41.39
%4.31

Codes

Color #F4A48F in popluar color models

F4A48F
RGB244164143
HSL12°82.11%75.88%
HSB/HSV12°41.39%95.69%
CMYK0.00%32.79%41.39%
4.31%

Color #F4A48F in popluar number systems.

HEXF4A48F
Decimal244164143
Binary111101001010010010001111
Octal364244217

Shades and tints

Shades of #F4A48F

#F4A48F
(244,164,143)
#DE9682
(222,150,130)
#C88875
(200,136,117)
#B27A68
(178,122,104)
#9C6C5B
(156,108,91)
#865E4E
(134,94,78)
#705041
(112,80,65)
#5A4234
(90,66,52)
#443427
(68,52,39)
#2E261A
(46,38,26)
#18180D
(24,24,13)
#000000
(0,0,0)

Tints of #F4A48F

#F4A48F
(244,164,143)
#F5AC99
(245,172,153)
#F6B4A3
(246,180,163)
#F7BCAD
(247,188,173)
#F8C4B7
(248,196,183)
#F9CCC1
(249,204,193)
#FAD4CB
(250,212,203)
#FBDCD5
(251,220,213)
#FCE4DF
(252,228,223)
#FDECE9
(253,236,233)
#FEF4F3
(254,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4A48F color. Also use rgb(244,164,143) instead hex code.

Text Font Color

.myTextColor { color: #F4A48F; }

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

This text font color is #F4A48F.


Background Color

.myBgColor { background-color: #F4A48F; }

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

This div background color is #F4A48F.


Border color

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

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

This div border color is #F4A48F.


Opacity

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

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

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

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

This text has shadow with #F4A48F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4A48F on black background.


Color preview on white background

This text has color #F4A48F on white background.



Black color preview on #F4A48F background

This text has black color on #F4A48F background.


White color preview on #F4A48F background

This text has white color on #F4A48F background.