COLOR #F5AC96

HEX: #F5AC96 RGB: (245,172,150)

Color info

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

RGB color model

#F5AC96 color RGB value is (245,172,150).

RGB: (245,172,150) (96%, 67%, 59%)

RGB channels and saturation

R 245 of 255 = 96%
G 172 of 255 = 67%
B 150 of 255 = 59%

245
172
150

R + G + B ~ 74%. #F5AC96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 172 + 150 = 567 (100%)
R 245 of 567 ~ 43.21%
G 172 of 567 ~ 30.34%
B 150 of 567 ~ 26.46'%

%43.21
%30.34
%26.46

CMYK color model

#F5AC96 color CMYK value is (0,30,39,4).

  • cyan value is 0.00%
  • magenta value is 29.80%
  • yellow value is 38.78%
  • key color value is 3.92%

CMYK: (0,30,39,4)
C0M30Y39K4 (0%, 30%, 39%, 4%)
(0.00 / 0.30 / 0.39 / 0.04)

CMYK percentages

%0
%29.8
%38.78
%3.92

Codes

Color #F5AC96 in popluar color models

F5 AC 96
RGB 245 172 150
HSL 14° 82.61% 77.45%
HSB/HSV 14° 38.78% 96.08%
CMYK 0.00% 29.80% 38.78%
3.92%

Color #F5AC96 in popluar number systems.

HEX F5 AC 96
Decimal 245 172 150
Binary 11110101 10101100 10010110
Octal 365 254 226

Shades and tints

Shades of #F5AC96

#F5AC96
(245,172,150)
#DF9D89
(223,157,137)
#C98E7C
(201,142,124)
#B37F6F
(179,127,111)
#9D7062
(157,112,98)
#876155
(135,97,85)
#715248
(113,82,72)
#5B433B
(91,67,59)
#45342E
(69,52,46)
#2F2521
(47,37,33)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #F5AC96

#F5AC96
(245,172,150)
#F5B39F
(245,179,159)
#F5BAA8
(245,186,168)
#F5C1B1
(245,193,177)
#F5C8BA
(245,200,186)
#F5CFC3
(245,207,195)
#F5D6CC
(245,214,204)
#F5DDD5
(245,221,213)
#F5E4DE
(245,228,222)
#F5EBE7
(245,235,231)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5AC96 color. Also use rgb(245,172,150) instead hex code.

Text Font Color

.myTextColor { color: #F5AC96; }

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

This text font color is #F5AC96.

Background Color

.myBgColor { background-color: #F5AC96; }

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

This div background color is #F5AC96.

Border color

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

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

This div border color is #F5AC96.

Opacity

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

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

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

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

This text has shadow with #F5AC96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5AC96.

Preview

Color preview on black background

This text has color #F5AC96 on black background.


Color preview on white background

This text has color #F5AC96 on white background.


Black color preview on #F5AC96 background

This text has black color on #F5AC96 background.


White color preview on #F5AC96 background

This text has white color on #F5AC96 background.


Related colors

Complementary color

Complementary color for #hex is #0A5369.


I love getcolorcode.com

Triadic colors

1 #96F5AC and #AC96F5 with #F5AC96 are triadic colors.

2 #96ACF5 and #ACF596 with #F5AC96 are triadic colors.