COLOR #F89EBB

HEX: #F89EBB RGB: (248,158,187)

Color info

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

RGB color model

#F89EBB color RGB value is (248,158,187).

RGB: (248,158,187) (97%, 62%, 73%)

RGB channels and saturation

R 248 of 255 = 97%
G 158 of 255 = 62%
B 187 of 255 = 73%

248
158
187

R + G + B ~ 77%. #F89EBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 158 + 187 = 593 (100%)
R 248 of 593 ~ 41.82%
G 158 of 593 ~ 26.64%
B 187 of 593 ~ 31.53'%

%41.82
%26.64
%31.53

CMYK color model

#F89EBB color CMYK value is (0,36,25,3).

  • cyan value is 0.00%
  • magenta value is 36.29%
  • yellow value is 24.60%
  • key color value is 2.75%

CMYK: (0,36,25,3)
C0M36Y25K3 (0%, 36%, 25%, 3%)
(0.00 / 0.36 / 0.25 / 0.03)

CMYK percentages

%0
%36.29
%24.6
%2.75

Codes

Color #F89EBB in popluar color models

F8 9E BB
RGB 248 158 187
HSL 341° 86.54% 79.61%
HSB/HSV 341° 36.29% 97.25%
CMYK 0.00% 36.29% 24.60%
2.75%

Color #F89EBB in popluar number systems.

HEX F8 9E BB
Decimal 248 158 187
Binary 11111000 10011110 10111011
Octal 370 236 273

Shades and tints

Shades of #F89EBB

#F89EBB
(248,158,187)
#E290AA
(226,144,170)
#CC8299
(204,130,153)
#B67488
(182,116,136)
#A06677
(160,102,119)
#8A5866
(138,88,102)
#744A55
(116,74,85)
#5E3C44
(94,60,68)
#482E33
(72,46,51)
#322022
(50,32,34)
#1C1211
(28,18,17)
#000000
(0,0,0)

Tints of #F89EBB

#F89EBB
(248,158,187)
#F8A6C1
(248,166,193)
#F8AEC7
(248,174,199)
#F8B6CD
(248,182,205)
#F8BED3
(248,190,211)
#F8C6D9
(248,198,217)
#F8CEDF
(248,206,223)
#F8D6E5
(248,214,229)
#F8DEEB
(248,222,235)
#F8E6F1
(248,230,241)
#F8EEF7
(248,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F89EBB color. Also use rgb(248,158,187) instead hex code.

Text Font Color

.myTextColor { color: #F89EBB; }

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

This text font color is #F89EBB.

Background Color

.myBgColor { background-color: #F89EBB; }

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

This div background color is #F89EBB.

Border color

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

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

This div border color is #F89EBB.

Opacity

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

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

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

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

This text has shadow with #F89EBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F89EBB.

Preview

Color preview on black background

This text has color #F89EBB on black background.


Color preview on white background

This text has color #F89EBB on white background.


Black color preview on #F89EBB background

This text has black color on #F89EBB background.


White color preview on #F89EBB background

This text has white color on #F89EBB background.


Related colors

Complementary color

Complementary color for #hex is #076144.


I love getcolorcode.com

Triadic colors

1 #BBF89E and #9EBBF8 with #F89EBB are triadic colors.

2 #BB9EF8 and #9EF8BB with #F89EBB are triadic colors.