COLOR #F4ADAB

HEX: #F4ADAB RGB: (244,173,171)

Color info

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

RGB color model

#F4ADAB color RGB value is (244,173,171).

RGB: (244,173,171) (96%, 68%, 67%)

RGB channels and saturation

R 244 of 255 = 96%
G 173 of 255 = 68%
B 171 of 255 = 67%

244
173
171

R + G + B ~ 77%. #F4ADAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 244 + 173 + 171 = 588 (100%)
R 244 of 588 ~ 41.5%
G 173 of 588 ~ 29.42%
B 171 of 588 ~ 29.08'%

%41.5
%29.42
%29.08

CMYK color model

#F4ADAB color CMYK value is (0,29,30,4).

  • cyan value is 0.00%
  • magenta value is 29.10%
  • yellow value is 29.92%
  • key color value is 4.31%

CMYK: (0,29,30,4)
C0M29Y30K4 (0%, 29%, 30%, 4%)
(0.00 / 0.29 / 0.30 / 0.04)

CMYK percentages

%0
%29.1
%29.92
%4.31

Codes

Color #F4ADAB in popluar color models

F4 AD AB
RGB 244 173 171
HSL 76.84% 81.37%
HSB/HSV 29.92% 95.69%
CMYK 0.00% 29.10% 29.92%
4.31%

Color #F4ADAB in popluar number systems.

HEX F4 AD AB
Decimal 244 173 171
Binary 11110100 10101101 10101011
Octal 364 255 253

Shades and tints

Shades of #F4ADAB

#F4ADAB
(244,173,171)
#DE9E9C
(222,158,156)
#C88F8D
(200,143,141)
#B2807E
(178,128,126)
#9C716F
(156,113,111)
#866260
(134,98,96)
#705351
(112,83,81)
#5A4442
(90,68,66)
#443533
(68,53,51)
#2E2624
(46,38,36)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #F4ADAB

#F4ADAB
(244,173,171)
#F5B4B2
(245,180,178)
#F6BBB9
(246,187,185)
#F7C2C0
(247,194,192)
#F8C9C7
(248,201,199)
#F9D0CE
(249,208,206)
#FAD7D5
(250,215,213)
#FBDEDC
(251,222,220)
#FCE5E3
(252,229,227)
#FDECEA
(253,236,234)
#FEF3F1
(254,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4ADAB; }

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

This text font color is #F4ADAB.

Background Color

.myBgColor { background-color: #F4ADAB; }

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

This div background color is #F4ADAB.

Border color

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

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

This div border color is #F4ADAB.

Opacity

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

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

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

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

This text has shadow with #F4ADAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4ADAB.

Preview

Color preview on black background

This text has color #F4ADAB on black background.


Color preview on white background

This text has color #F4ADAB on white background.


Black color preview on #F4ADAB background

This text has black color on #F4ADAB background.


White color preview on #F4ADAB background

This text has white color on #F4ADAB background.


Related colors

Complementary color

Complementary color for #hex is #0B5254.


I love getcolorcode.com

Triadic colors

1 #ABF4AD and #ADABF4 with #F4ADAB are triadic colors.

2 #ABADF4 and #ADF4AB with #F4ADAB are triadic colors.