COLOR #F5B4AA

HEX: #F5B4AA RGB: (245,180,170)

Color info

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

RGB color model

#F5B4AA color RGB value is (245,180,170).

RGB: (245,180,170) (96%, 71%, 67%)

RGB channels and saturation

R 245 of 255 = 96%
G 180 of 255 = 71%
B 170 of 255 = 67%

245
180
170

R + G + B ~ 78%. #F5B4AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 180 + 170 = 595 (100%)
R 245 of 595 ~ 41.18%
G 180 of 595 ~ 30.25%
B 170 of 595 ~ 28.57'%

%41.18
%30.25
%28.57

CMYK color model

#F5B4AA color CMYK value is (0,27,31,4).

  • cyan value is 0.00%
  • magenta value is 26.53%
  • yellow value is 30.61%
  • key color value is 3.92%

CMYK: (0,27,31,4)
C0M27Y31K4 (0%, 27%, 31%, 4%)
(0.00 / 0.27 / 0.31 / 0.04)

CMYK percentages

%0
%26.53
%30.61
%3.92

Codes

Color #F5B4AA in popluar color models

F5 B4 AA
RGB 245 180 170
HSL 78.95% 81.37%
HSB/HSV 30.61% 96.08%
CMYK 0.00% 26.53% 30.61%
3.92%

Color #F5B4AA in popluar number systems.

HEX F5 B4 AA
Decimal 245 180 170
Binary 11110101 10110100 10101010
Octal 365 264 252

Shades and tints

Shades of #F5B4AA

#F5B4AA
(245,180,170)
#DFA49B
(223,164,155)
#C9948C
(201,148,140)
#B3847D
(179,132,125)
#9D746E
(157,116,110)
#87645F
(135,100,95)
#715450
(113,84,80)
#5B4441
(91,68,65)
#453432
(69,52,50)
#2F2423
(47,36,35)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #F5B4AA

#F5B4AA
(245,180,170)
#F5BAB1
(245,186,177)
#F5C0B8
(245,192,184)
#F5C6BF
(245,198,191)
#F5CCC6
(245,204,198)
#F5D2CD
(245,210,205)
#F5D8D4
(245,216,212)
#F5DEDB
(245,222,219)
#F5E4E2
(245,228,226)
#F5EAE9
(245,234,233)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5B4AA color. Also use rgb(245,180,170) instead hex code.

Text Font Color

.myTextColor { color: #F5B4AA; }

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

This text font color is #F5B4AA.

Background Color

.myBgColor { background-color: #F5B4AA; }

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

This div background color is #F5B4AA.

Border color

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

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

This div border color is #F5B4AA.

Opacity

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

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

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

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

This text has shadow with #F5B4AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5B4AA.

Preview

Color preview on black background

This text has color #F5B4AA on black background.


Color preview on white background

This text has color #F5B4AA on white background.


Black color preview on #F5B4AA background

This text has black color on #F5B4AA background.


White color preview on #F5B4AA background

This text has white color on #F5B4AA background.


Related colors

Complementary color

Complementary color for #hex is #0A4B55.


I love getcolorcode.com

Triadic colors

1 #AAF5B4 and #B4AAF5 with #F5B4AA are triadic colors.

2 #AAB4F5 and #B4F5AA with #F5B4AA are triadic colors.