COLOR #F5ACBE

HEX: #F5ACBE RGB: (245,172,190)

Color info

#F5ACBE contains mainly red and blue colors. Web safe color of #F5ACBE is #FF99CC (or #F9C).

RGB color model

#F5ACBE color RGB value is (245,172,190).

RGB: (245,172,190) (96%, 67%, 75%)

RGB channels and saturation

R 245 of 255 = 96%
G 172 of 255 = 67%
B 190 of 255 = 75%

245
172
190

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

Portions of RGB colors in percentages

R + G + B = 245 + 172 + 190 = 607 (100%)
R 245 of 607 ~ 40.36%
G 172 of 607 ~ 28.34%
B 190 of 607 ~ 31.3'%

%40.36
%28.34
%31.3

CMYK color model

#F5ACBE color CMYK value is (0,30,22,4).

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

CMYK: (0,30,22,4)
C0M30Y22K4 (0%, 30%, 22%, 4%)
(0.00 / 0.30 / 0.22 / 0.04)

CMYK percentages

%0
%29.8
%22.45
%3.92

Codes

Color #F5ACBE in popluar color models

F5 AC BE
RGB 245 172 190
HSL 345° 78.49% 81.76%
HSB/HSV 345° 29.80% 96.08%
CMYK 0.00% 29.80% 22.45%
3.92%

Color #F5ACBE in popluar number systems.

HEX F5 AC BE
Decimal 245 172 190
Binary 11110101 10101100 10111110
Octal 365 254 276

Shades and tints

Shades of #F5ACBE

#F5ACBE
(245,172,190)
#DF9DAD
(223,157,173)
#C98E9C
(201,142,156)
#B37F8B
(179,127,139)
#9D707A
(157,112,122)
#876169
(135,97,105)
#715258
(113,82,88)
#5B4347
(91,67,71)
#453436
(69,52,54)
#2F2525
(47,37,37)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #F5ACBE

#F5ACBE
(245,172,190)
#F5B3C3
(245,179,195)
#F5BAC8
(245,186,200)
#F5C1CD
(245,193,205)
#F5C8D2
(245,200,210)
#F5CFD7
(245,207,215)
#F5D6DC
(245,214,220)
#F5DDE1
(245,221,225)
#F5E4E6
(245,228,230)
#F5EBEB
(245,235,235)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5ACBE; }

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

This text font color is #F5ACBE.

Background Color

.myBgColor { background-color: #F5ACBE; }

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

This div background color is #F5ACBE.

Border color

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

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

This div border color is #F5ACBE.

Opacity

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

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

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

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

This text has shadow with #F5ACBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5ACBE.

Preview

Color preview on black background

This text has color #F5ACBE on black background.


Color preview on white background

This text has color #F5ACBE on white background.


Black color preview on #F5ACBE background

This text has black color on #F5ACBE background.


White color preview on #F5ACBE background

This text has white color on #F5ACBE background.


Related colors

Complementary color

Complementary color for #hex is #0A5341.


I love getcolorcode.com

Triadic colors

1 #BEF5AC and #ACBEF5 with #F5ACBE are triadic colors.

2 #BEACF5 and #ACF5BE with #F5ACBE are triadic colors.