COLOR #F5ABBE

HEX: #F5ABBE
RGB: (245,171,190)

Color info

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

RGB color model

#F5ABBE color RGB value is (245,171,190).

  • red value is 245;
  • green value is 171;
  • blue value is 190.
RGB:
(245,171,190)
(96%,67%,75%)

RGB channels and saturation

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

245
171
190

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

Portions of RGB colors in percentages

R + G + B =
245 + 171 + 190 = 606 (100%)
R 245 of 606 ~ 40.43%
G 171 of 606 ~ 28.22%
B 190 of 606 ~ 31.35%

%40.43
%28.22
%31.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.20%
  • 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
%30.2
%22.45
%3.92

Codes

Color #F5ABBE in popluar color models

F5ABBE
RGB245171190
HSL345°78.72%81.57%
HSB/HSV345°30.20%96.08%
CMYK0.00%30.20%22.45%
3.92%

Color #F5ABBE in popluar number systems.

HEXF5ABBE
Decimal245171190
Binary111101011010101110111110
Octal365253276

Shades and tints

Shades of #F5ABBE

#F5ABBE
(245,171,190)
#DF9CAD
(223,156,173)
#C98D9C
(201,141,156)
#B37E8B
(179,126,139)
#9D6F7A
(157,111,122)
#876069
(135,96,105)
#715158
(113,81,88)
#5B4247
(91,66,71)
#453336
(69,51,54)
#2F2425
(47,36,37)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #F5ABBE

#F5ABBE
(245,171,190)
#F5B2C3
(245,178,195)
#F5B9C8
(245,185,200)
#F5C0CD
(245,192,205)
#F5C7D2
(245,199,210)
#F5CED7
(245,206,215)
#F5D5DC
(245,213,220)
#F5DCE1
(245,220,225)
#F5E3E6
(245,227,230)
#F5EAEB
(245,234,235)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5ABBE; }

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

This text font color is #F5ABBE.


Background Color

.myBgColor { background-color: #F5ABBE; }

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

This div background color is #F5ABBE.


Border color

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

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

This div border color is #F5ABBE.


Opacity

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

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

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

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

This text has shadow with #F5ABBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5ABBE on black background.


Color preview on white background

This text has color #F5ABBE on white background.



Black color preview on #F5ABBE background

This text has black color on #F5ABBE background.


White color preview on #F5ABBE background

This text has white color on #F5ABBE background.