COLOR #F4A8A7

HEX: #F4A8A7
RGB: (244,168,167)

Color info

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

RGB color model

#F4A8A7 color RGB value is (244,168,167).

  • red value is 244;
  • green value is 168;
  • blue value is 167.
RGB:
(244,168,167)
(96%,66%,65%)

RGB channels and saturation

R 244 of 255 = 96%
G 168 of 255 = 66%
B 167 of 255 = 65%

244
168
167

R + G + B ~ 76%. #F4A8A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 168 + 167 = 579 (100%)
R 244 of 579 ~ 42.14%
G 168 of 579 ~ 29.02%
B 167 of 579 ~ 28.84%

%42.14
%29.02
%28.84

CMYK color model

#F4A8A7 color CMYK value is (0,31,32,4).

  • cyan value is 0.00%
  • magenta value is 31.15%
  • yellow value is 31.56%
  • key color value is 4.31%
CMYK:
(0,31,32,4)
C0M31Y32K4 
(0%,31%,32%,4%)
(0.00/0.31/0.32/0.04)	

CMYK percentages

%0
%31.15
%31.56
%4.31

Codes

Color #F4A8A7 in popluar color models

F4A8A7
RGB244168167
HSL77.78%80.59%
HSB/HSV31.56%95.69%
CMYK0.00%31.15%31.56%
4.31%

Color #F4A8A7 in popluar number systems.

HEXF4A8A7
Decimal244168167
Binary111101001010100010100111
Octal364250247

Shades and tints

Shades of #F4A8A7

#F4A8A7
(244,168,167)
#DE9998
(222,153,152)
#C88A89
(200,138,137)
#B27B7A
(178,123,122)
#9C6C6B
(156,108,107)
#865D5C
(134,93,92)
#704E4D
(112,78,77)
#5A3F3E
(90,63,62)
#44302F
(68,48,47)
#2E2120
(46,33,32)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #F4A8A7

#F4A8A7
(244,168,167)
#F5AFAF
(245,175,175)
#F6B6B7
(246,182,183)
#F7BDBF
(247,189,191)
#F8C4C7
(248,196,199)
#F9CBCF
(249,203,207)
#FAD2D7
(250,210,215)
#FBD9DF
(251,217,223)
#FCE0E7
(252,224,231)
#FDE7EF
(253,231,239)
#FEEEF7
(254,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4A8A7 color. Also use rgb(244,168,167) instead hex code.

Text Font Color

.myTextColor { color: #F4A8A7; }

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

This text font color is #F4A8A7.


Background Color

.myBgColor { background-color: #F4A8A7; }

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

This div background color is #F4A8A7.


Border color

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

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

This div border color is #F4A8A7.


Opacity

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

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

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

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

This text has shadow with #F4A8A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4A8A7 on black background.


Color preview on white background

This text has color #F4A8A7 on white background.



Black color preview on #F4A8A7 background

This text has black color on #F4A8A7 background.


White color preview on #F4A8A7 background

This text has white color on #F4A8A7 background.