COLOR #F99EB4

HEX: #F99EB4
RGB: (249,158,180)

Color info

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

RGB color model

#F99EB4 color RGB value is (249,158,180).

  • red value is 249;
  • green value is 158;
  • blue value is 180.
RGB:
(249,158,180)
(98%,62%,71%)

RGB channels and saturation

R 249 of 255 = 98%
G 158 of 255 = 62%
B 180 of 255 = 71%

249
158
180

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

Portions of RGB colors in percentages

R + G + B =
249 + 158 + 180 = 587 (100%)
R 249 of 587 ~ 42.42%
G 158 of 587 ~ 26.92%
B 180 of 587 ~ 30.66%

%42.42
%26.92
%30.66

CMYK color model

#F99EB4 color CMYK value is (0,37,28,2).

  • cyan value is 0.00%
  • magenta value is 36.55%
  • yellow value is 27.71%
  • key color value is 2.35%
CMYK:
(0,37,28,2)
C0M37Y28K2 
(0%,37%,28%,2%)
(0.00/0.37/0.28/0.02)	

CMYK percentages

%0
%36.55
%27.71
%2.35

Codes

Color #F99EB4 in popluar color models

F99EB4
RGB249158180
HSL345°88.35%79.80%
HSB/HSV345°36.55%97.65%
CMYK0.00%36.55%27.71%
2.35%

Color #F99EB4 in popluar number systems.

HEXF99EB4
Decimal249158180
Binary111110011001111010110100
Octal371236264

Shades and tints

Shades of #F99EB4

#F99EB4
(249,158,180)
#E390A4
(227,144,164)
#CD8294
(205,130,148)
#B77484
(183,116,132)
#A16674
(161,102,116)
#8B5864
(139,88,100)
#754A54
(117,74,84)
#5F3C44
(95,60,68)
#492E34
(73,46,52)
#332024
(51,32,36)
#1D1214
(29,18,20)
#000000
(0,0,0)

Tints of #F99EB4

#F99EB4
(249,158,180)
#F9A6BA
(249,166,186)
#F9AEC0
(249,174,192)
#F9B6C6
(249,182,198)
#F9BECC
(249,190,204)
#F9C6D2
(249,198,210)
#F9CED8
(249,206,216)
#F9D6DE
(249,214,222)
#F9DEE4
(249,222,228)
#F9E6EA
(249,230,234)
#F9EEF0
(249,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F99EB4 color. Also use rgb(249,158,180) instead hex code.

Text Font Color

.myTextColor { color: #F99EB4; }

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

This text font color is #F99EB4.


Background Color

.myBgColor { background-color: #F99EB4; }

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

This div background color is #F99EB4.


Border color

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

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

This div border color is #F99EB4.


Opacity

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

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

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

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

This text has shadow with #F99EB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F99EB4 on black background.


Color preview on white background

This text has color #F99EB4 on white background.



Black color preview on #F99EB4 background

This text has black color on #F99EB4 background.


White color preview on #F99EB4 background

This text has white color on #F99EB4 background.