COLOR #F890BA

HEX: #F890BA RGB: (248,144,186)

Color info

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

RGB color model

#F890BA color RGB value is (248,144,186).

RGB: (248,144,186) (97%, 56%, 73%)

RGB channels and saturation

R 248 of 255 = 97%
G 144 of 255 = 56%
B 186 of 255 = 73%

248
144
186

R + G + B ~ 75%. #F890BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 144 + 186 = 578 (100%)
R 248 of 578 ~ 42.91%
G 144 of 578 ~ 24.91%
B 186 of 578 ~ 32.18'%

%42.91
%24.91
%32.18

CMYK color model

#F890BA color CMYK value is (0,42,25,3).

  • cyan value is 0.00%
  • magenta value is 41.94%
  • yellow value is 25.00%
  • key color value is 2.75%

CMYK: (0,42,25,3)
C0M42Y25K3 (0%, 42%, 25%, 3%)
(0.00 / 0.42 / 0.25 / 0.03)

CMYK percentages

%0
%41.94
%25
%2.75

Codes

Color #F890BA in popluar color models

F8 90 BA
RGB 248 144 186
HSL 336° 88.14% 76.86%
HSB/HSV 336° 41.94% 97.25%
CMYK 0.00% 41.94% 25.00%
2.75%

Color #F890BA in popluar number systems.

HEX F8 90 BA
Decimal 248 144 186
Binary 11111000 10010000 10111010
Octal 370 220 272

Shades and tints

Shades of #F890BA

#F890BA
(248,144,186)
#E283AA
(226,131,170)
#CC769A
(204,118,154)
#B6698A
(182,105,138)
#A05C7A
(160,92,122)
#8A4F6A
(138,79,106)
#74425A
(116,66,90)
#5E354A
(94,53,74)
#48283A
(72,40,58)
#321B2A
(50,27,42)
#1C0E1A
(28,14,26)
#000000
(0,0,0)

Tints of #F890BA

#F890BA
(248,144,186)
#F89AC0
(248,154,192)
#F8A4C6
(248,164,198)
#F8AECC
(248,174,204)
#F8B8D2
(248,184,210)
#F8C2D8
(248,194,216)
#F8CCDE
(248,204,222)
#F8D6E4
(248,214,228)
#F8E0EA
(248,224,234)
#F8EAF0
(248,234,240)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F890BA color. Also use rgb(248,144,186) instead hex code.

Text Font Color

.myTextColor { color: #F890BA; }

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

This text font color is #F890BA.

Background Color

.myBgColor { background-color: #F890BA; }

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

This div background color is #F890BA.

Border color

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

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

This div border color is #F890BA.

Opacity

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

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

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

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

This text has shadow with #F890BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F890BA.

Preview

Color preview on black background

This text has color #F890BA on black background.


Color preview on white background

This text has color #F890BA on white background.


Black color preview on #F890BA background

This text has black color on #F890BA background.


White color preview on #F890BA background

This text has white color on #F890BA background.


Related colors

Complementary color

Complementary color for #hex is #076F45.


I love getcolorcode.com

Triadic colors

1 #BAF890 and #90BAF8 with #F890BA are triadic colors.

2 #BA90F8 and #90F8BA with #F890BA are triadic colors.