COLOR #F4B6AF

HEX: #F4B6AF
RGB: (244,182,175)

Color info

#F4B6AF contains mainly red color. Web safe color of #F4B6AF is #FFCC99 (or #FC9).

RGB color model

#F4B6AF color RGB value is (244,182,175).

  • red value is 244;
  • green value is 182;
  • blue value is 175.
RGB:
(244,182,175)
(96%,71%,69%)

RGB channels and saturation

R 244 of 255 = 96%
G 182 of 255 = 71%
B 175 of 255 = 69%

244
182
175

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

Portions of RGB colors in percentages

R + G + B =
244 + 182 + 175 = 601 (100%)
R 244 of 601 ~ 40.6%
G 182 of 601 ~ 30.28%
B 175 of 601 ~ 29.12%

%40.6
%30.28
%29.12

CMYK color model

#F4B6AF color CMYK value is (0,25,28,4).

  • cyan value is 0.00%
  • magenta value is 25.41%
  • yellow value is 28.28%
  • key color value is 4.31%
CMYK:
(0,25,28,4)
C0M25Y28K4 
(0%,25%,28%,4%)
(0.00/0.25/0.28/0.04)	

CMYK percentages

%0
%25.41
%28.28
%4.31

Codes

Color #F4B6AF in popluar color models

F4B6AF
RGB244182175
HSL75.82%82.16%
HSB/HSV28.28%95.69%
CMYK0.00%25.41%28.28%
4.31%

Color #F4B6AF in popluar number systems.

HEXF4B6AF
Decimal244182175
Binary111101001011011010101111
Octal364266257

Shades and tints

Shades of #F4B6AF

#F4B6AF
(244,182,175)
#DEA6A0
(222,166,160)
#C89691
(200,150,145)
#B28682
(178,134,130)
#9C7673
(156,118,115)
#866664
(134,102,100)
#705655
(112,86,85)
#5A4646
(90,70,70)
#443637
(68,54,55)
#2E2628
(46,38,40)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #F4B6AF

#F4B6AF
(244,182,175)
#F5BCB6
(245,188,182)
#F6C2BD
(246,194,189)
#F7C8C4
(247,200,196)
#F8CECB
(248,206,203)
#F9D4D2
(249,212,210)
#FADAD9
(250,218,217)
#FBE0E0
(251,224,224)
#FCE6E7
(252,230,231)
#FDECEE
(253,236,238)
#FEF2F5
(254,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4B6AF color. Also use rgb(244,182,175) instead hex code.

Text Font Color

.myTextColor { color: #F4B6AF; }

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

This text font color is #F4B6AF.


Background Color

.myBgColor { background-color: #F4B6AF; }

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

This div background color is #F4B6AF.


Border color

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

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

This div border color is #F4B6AF.


Opacity

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

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

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

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

This text has shadow with #F4B6AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4B6AF on black background.


Color preview on white background

This text has color #F4B6AF on white background.



Black color preview on #F4B6AF background

This text has black color on #F4B6AF background.


White color preview on #F4B6AF background

This text has white color on #F4B6AF background.