COLOR #F4A08C

HEX: #F4A08C
RGB: (244,160,140)

Color info

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

RGB color model

#F4A08C color RGB value is (244,160,140).

  • red value is 244;
  • green value is 160;
  • blue value is 140.
RGB:
(244,160,140)
(96%,63%,55%)

RGB channels and saturation

R 244 of 255 = 96%
G 160 of 255 = 63%
B 140 of 255 = 55%

244
160
140

R + G + B ~ 71%. #F4A08C is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 160 + 140 = 544 (100%)
R 244 of 544 ~ 44.85%
G 160 of 544 ~ 29.41%
B 140 of 544 ~ 25.74%

%44.85
%29.41
%25.74

CMYK color model

#F4A08C color CMYK value is (0,34,43,4).

  • cyan value is 0.00%
  • magenta value is 34.43%
  • yellow value is 42.62%
  • key color value is 4.31%
CMYK:
(0,34,43,4)
C0M34Y43K4 
(0%,34%,43%,4%)
(0.00/0.34/0.43/0.04)	

CMYK percentages

%0
%34.43
%42.62
%4.31

Codes

Color #F4A08C in popluar color models

F4A08C
RGB244160140
HSL12°82.54%75.29%
HSB/HSV12°42.62%95.69%
CMYK0.00%34.43%42.62%
4.31%

Color #F4A08C in popluar number systems.

HEXF4A08C
Decimal244160140
Binary111101001010000010001100
Octal364240214

Shades and tints

Shades of #F4A08C

#F4A08C
(244,160,140)
#DE9280
(222,146,128)
#C88474
(200,132,116)
#B27668
(178,118,104)
#9C685C
(156,104,92)
#865A50
(134,90,80)
#704C44
(112,76,68)
#5A3E38
(90,62,56)
#44302C
(68,48,44)
#2E2220
(46,34,32)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #F4A08C

#F4A08C
(244,160,140)
#F5A896
(245,168,150)
#F6B0A0
(246,176,160)
#F7B8AA
(247,184,170)
#F8C0B4
(248,192,180)
#F9C8BE
(249,200,190)
#FAD0C8
(250,208,200)
#FBD8D2
(251,216,210)
#FCE0DC
(252,224,220)
#FDE8E6
(253,232,230)
#FEF0F0
(254,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4A08C color. Also use rgb(244,160,140) instead hex code.

Text Font Color

.myTextColor { color: #F4A08C; }

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

This text font color is #F4A08C.


Background Color

.myBgColor { background-color: #F4A08C; }

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

This div background color is #F4A08C.


Border color

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

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

This div border color is #F4A08C.


Opacity

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

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

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

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

This text has shadow with #F4A08C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4A08C on black background.


Color preview on white background

This text has color #F4A08C on white background.



Black color preview on #F4A08C background

This text has black color on #F4A08C background.


White color preview on #F4A08C background

This text has white color on #F4A08C background.