COLOR #F4AA92

HEX: #F4AA92
RGB: (244,170,146)

Color info

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

RGB color model

#F4AA92 color RGB value is (244,170,146).

  • red value is 244;
  • green value is 170;
  • blue value is 146.
RGB:
(244,170,146)
(96%,67%,57%)

RGB channels and saturation

R 244 of 255 = 96%
G 170 of 255 = 67%
B 146 of 255 = 57%

244
170
146

R + G + B ~ 73%. #F4AA92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 170 + 146 = 560 (100%)
R 244 of 560 ~ 43.57%
G 170 of 560 ~ 30.36%
B 146 of 560 ~ 26.07%

%43.57
%30.36
%26.07

CMYK color model

#F4AA92 color CMYK value is (0,30,40,4).

  • cyan value is 0.00%
  • magenta value is 30.33%
  • yellow value is 40.16%
  • key color value is 4.31%
CMYK:
(0,30,40,4)
C0M30Y40K4 
(0%,30%,40%,4%)
(0.00/0.30/0.40/0.04)	

CMYK percentages

%0
%30.33
%40.16
%4.31

Codes

Color #F4AA92 in popluar color models

F4AA92
RGB244170146
HSL15°81.67%76.47%
HSB/HSV15°40.16%95.69%
CMYK0.00%30.33%40.16%
4.31%

Color #F4AA92 in popluar number systems.

HEXF4AA92
Decimal244170146
Binary111101001010101010010010
Octal364252222

Shades and tints

Shades of #F4AA92

#F4AA92
(244,170,146)
#DE9B85
(222,155,133)
#C88C78
(200,140,120)
#B27D6B
(178,125,107)
#9C6E5E
(156,110,94)
#865F51
(134,95,81)
#705044
(112,80,68)
#5A4137
(90,65,55)
#44322A
(68,50,42)
#2E231D
(46,35,29)
#181410
(24,20,16)
#000000
(0,0,0)

Tints of #F4AA92

#F4AA92
(244,170,146)
#F5B19B
(245,177,155)
#F6B8A4
(246,184,164)
#F7BFAD
(247,191,173)
#F8C6B6
(248,198,182)
#F9CDBF
(249,205,191)
#FAD4C8
(250,212,200)
#FBDBD1
(251,219,209)
#FCE2DA
(252,226,218)
#FDE9E3
(253,233,227)
#FEF0EC
(254,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4AA92 color. Also use rgb(244,170,146) instead hex code.

Text Font Color

.myTextColor { color: #F4AA92; }

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

This text font color is #F4AA92.


Background Color

.myBgColor { background-color: #F4AA92; }

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

This div background color is #F4AA92.


Border color

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

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

This div border color is #F4AA92.


Opacity

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

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

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

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

This text has shadow with #F4AA92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4AA92 on black background.


Color preview on white background

This text has color #F4AA92 on white background.



Black color preview on #F4AA92 background

This text has black color on #F4AA92 background.


White color preview on #F4AA92 background

This text has white color on #F4AA92 background.