COLOR #F99ECE

HEX: #F99ECE
RGB: (249,158,206)

Color info

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

RGB color model

#F99ECE color RGB value is (249,158,206).

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

RGB channels and saturation

R 249 of 255 = 98%
G 158 of 255 = 62%
B 206 of 255 = 81%

249
158
206

R + G + B ~ 80%. #F99ECE is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 158 + 206 = 613 (100%)
R 249 of 613 ~ 40.62%
G 158 of 613 ~ 25.77%
B 206 of 613 ~ 33.61%

%40.62
%25.77
%33.61

CMYK color model

#F99ECE color CMYK value is (0,37,17,2).

  • cyan value is 0.00%
  • magenta value is 36.55%
  • yellow value is 17.27%
  • key color value is 2.35%
CMYK:
(0,37,17,2)
C0M37Y17K2 
(0%,37%,17%,2%)
(0.00/0.37/0.17/0.02)	

CMYK percentages

%0
%36.55
%17.27
%2.35

Codes

Color #F99ECE in popluar color models

F99ECE
RGB249158206
HSL328°88.35%79.80%
HSB/HSV328°36.55%97.65%
CMYK0.00%36.55%17.27%
2.35%

Color #F99ECE in popluar number systems.

HEXF99ECE
Decimal249158206
Binary111110011001111011001110
Octal371236316

Shades and tints

Shades of #F99ECE

#F99ECE
(249,158,206)
#E390BC
(227,144,188)
#CD82AA
(205,130,170)
#B77498
(183,116,152)
#A16686
(161,102,134)
#8B5874
(139,88,116)
#754A62
(117,74,98)
#5F3C50
(95,60,80)
#492E3E
(73,46,62)
#33202C
(51,32,44)
#1D121A
(29,18,26)
#000000
(0,0,0)

Tints of #F99ECE

#F99ECE
(249,158,206)
#F9A6D2
(249,166,210)
#F9AED6
(249,174,214)
#F9B6DA
(249,182,218)
#F9BEDE
(249,190,222)
#F9C6E2
(249,198,226)
#F9CEE6
(249,206,230)
#F9D6EA
(249,214,234)
#F9DEEE
(249,222,238)
#F9E6F2
(249,230,242)
#F9EEF6
(249,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F99ECE; }

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

This text font color is #F99ECE.


Background Color

.myBgColor { background-color: #F99ECE; }

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

This div background color is #F99ECE.


Border color

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

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

This div border color is #F99ECE.


Opacity

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

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

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

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

This text has shadow with #F99ECE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F99ECE on black background.


Color preview on white background

This text has color #F99ECE on white background.



Black color preview on #F99ECE background

This text has black color on #F99ECE background.


White color preview on #F99ECE background

This text has white color on #F99ECE background.