COLOR #F4BEAB

HEX: #F4BEAB
RGB: (244,190,171)

Color info

#F4BEAB contains mainly red and green colors. Web safe color of #F4BEAB is #FFCC99 (or #FC9).

RGB color model

#F4BEAB color RGB value is (244,190,171).

  • red value is 244;
  • green value is 190;
  • blue value is 171.
RGB:
(244,190,171)
(96%,75%,67%)

RGB channels and saturation

R 244 of 255 = 96%
G 190 of 255 = 75%
B 171 of 255 = 67%

244
190
171

R + G + B ~ 79%. #F4BEAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 190 + 171 = 605 (100%)
R 244 of 605 ~ 40.33%
G 190 of 605 ~ 31.4%
B 171 of 605 ~ 28.26%

%40.33
%31.4
%28.26

CMYK color model

#F4BEAB color CMYK value is (0,22,30,4).

  • cyan value is 0.00%
  • magenta value is 22.13%
  • yellow value is 29.92%
  • key color value is 4.31%
CMYK:
(0,22,30,4)
C0M22Y30K4 
(0%,22%,30%,4%)
(0.00/0.22/0.30/0.04)	

CMYK percentages

%0
%22.13
%29.92
%4.31

Codes

Color #F4BEAB in popluar color models

F4BEAB
RGB244190171
HSL16°76.84%81.37%
HSB/HSV16°29.92%95.69%
CMYK0.00%22.13%29.92%
4.31%

Color #F4BEAB in popluar number systems.

HEXF4BEAB
Decimal244190171
Binary111101001011111010101011
Octal364276253

Shades and tints

Shades of #F4BEAB

#F4BEAB
(244,190,171)
#DEAD9C
(222,173,156)
#C89C8D
(200,156,141)
#B28B7E
(178,139,126)
#9C7A6F
(156,122,111)
#866960
(134,105,96)
#705851
(112,88,81)
#5A4742
(90,71,66)
#443633
(68,54,51)
#2E2524
(46,37,36)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #F4BEAB

#F4BEAB
(244,190,171)
#F5C3B2
(245,195,178)
#F6C8B9
(246,200,185)
#F7CDC0
(247,205,192)
#F8D2C7
(248,210,199)
#F9D7CE
(249,215,206)
#FADCD5
(250,220,213)
#FBE1DC
(251,225,220)
#FCE6E3
(252,230,227)
#FDEBEA
(253,235,234)
#FEF0F1
(254,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4BEAB color. Also use rgb(244,190,171) instead hex code.

Text Font Color

.myTextColor { color: #F4BEAB; }

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

This text font color is #F4BEAB.


Background Color

.myBgColor { background-color: #F4BEAB; }

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

This div background color is #F4BEAB.


Border color

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

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

This div border color is #F4BEAB.


Opacity

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

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

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

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

This text has shadow with #F4BEAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4BEAB on black background.


Color preview on white background

This text has color #F4BEAB on white background.



Black color preview on #F4BEAB background

This text has black color on #F4BEAB background.


White color preview on #F4BEAB background

This text has white color on #F4BEAB background.