COLOR #F5ABB4

HEX: #F5ABB4 RGB: (245,171,180)

Color info

#F5ABB4 contains mainly red color. Web safe color of #F5ABB4 is #FF99CC (or #F9C).

RGB color model

#F5ABB4 color RGB value is (245,171,180).

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

RGB channels and saturation

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

245
171
180

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

Portions of RGB colors in percentages

R + G + B = 245 + 171 + 180 = 596 (100%)
R 245 of 596 ~ 41.11%
G 171 of 596 ~ 28.69%
B 180 of 596 ~ 30.2'%

%41.11
%28.69
%30.2

CMYK color model

#F5ABB4 color CMYK value is (0,30,27,4).

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

CMYK: (0,30,27,4)
C0M30Y27K4 (0%, 30%, 27%, 4%)
(0.00 / 0.30 / 0.27 / 0.04)

CMYK percentages

%0
%30.2
%26.53
%3.92

Codes

Color #F5ABB4 in popluar color models

F5 AB B4
RGB 245 171 180
HSL 353° 78.72% 81.57%
HSB/HSV 353° 30.20% 96.08%
CMYK 0.00% 30.20% 26.53%
3.92%

Color #F5ABB4 in popluar number systems.

HEX F5 AB B4
Decimal 245 171 180
Binary 11110101 10101011 10110100
Octal 365 253 264

Shades and tints

Shades of #F5ABB4

#F5ABB4
(245,171,180)
#DF9CA4
(223,156,164)
#C98D94
(201,141,148)
#B37E84
(179,126,132)
#9D6F74
(157,111,116)
#876064
(135,96,100)
#715154
(113,81,84)
#5B4244
(91,66,68)
#453334
(69,51,52)
#2F2424
(47,36,36)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #F5ABB4

#F5ABB4
(245,171,180)
#F5B2BA
(245,178,186)
#F5B9C0
(245,185,192)
#F5C0C6
(245,192,198)
#F5C7CC
(245,199,204)
#F5CED2
(245,206,210)
#F5D5D8
(245,213,216)
#F5DCDE
(245,220,222)
#F5E3E4
(245,227,228)
#F5EAEA
(245,234,234)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5ABB4; }

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

This text font color is #F5ABB4.

Background Color

.myBgColor { background-color: #F5ABB4; }

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

This div background color is #F5ABB4.

Border color

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

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

This div border color is #F5ABB4.

Opacity

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

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

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

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

This text has shadow with #F5ABB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5ABB4.

Preview

Color preview on black background

This text has color #F5ABB4 on black background.


Color preview on white background

This text has color #F5ABB4 on white background.


Black color preview on #F5ABB4 background

This text has black color on #F5ABB4 background.


White color preview on #F5ABB4 background

This text has white color on #F5ABB4 background.


Related colors

Complementary color

Complementary color for #hex is #0A544B.


I love getcolorcode.com

Triadic colors

1 #B4F5AB and #ABB4F5 with #F5ABB4 are triadic colors.

2 #B4ABF5 and #ABF5B4 with #F5ABB4 are triadic colors.