COLOR #F09E9C

HEX: #F09E9C
RGB: (240,158,156)

Color info

#F09E9C contains mainly red color. Web safe color of #F09E9C is #FF9999 (or #F99).

RGB color model

#F09E9C color RGB value is (240,158,156).

  • red value is 240;
  • green value is 158;
  • blue value is 156.
RGB:
(240,158,156)
(94%,62%,61%)

RGB channels and saturation

R 240 of 255 = 94%
G 158 of 255 = 62%
B 156 of 255 = 61%

240
158
156

R + G + B ~ 72%. #F09E9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 158 + 156 = 554 (100%)
R 240 of 554 ~ 43.32%
G 158 of 554 ~ 28.52%
B 156 of 554 ~ 28.16%

%43.32
%28.52
%28.16

CMYK color model

#F09E9C color CMYK value is (0,34,35,6).

  • cyan value is 0.00%
  • magenta value is 34.17%
  • yellow value is 35.00%
  • key color value is 5.88%
CMYK:
(0,34,35,6)
C0M34Y35K6 
(0%,34%,35%,6%)
(0.00/0.34/0.35/0.06)	

CMYK percentages

%0
%34.17
%35
%5.88

Codes

Color #F09E9C in popluar color models

F09E9C
RGB240158156
HSL73.68%77.65%
HSB/HSV35.00%94.12%
CMYK0.00%34.17%35.00%
5.88%

Color #F09E9C in popluar number systems.

HEXF09E9C
Decimal240158156
Binary111100001001111010011100
Octal360236234

Shades and tints

Shades of #F09E9C

#F09E9C
(240,158,156)
#DB908E
(219,144,142)
#C68280
(198,130,128)
#B17472
(177,116,114)
#9C6664
(156,102,100)
#875856
(135,88,86)
#724A48
(114,74,72)
#5D3C3A
(93,60,58)
#482E2C
(72,46,44)
#33201E
(51,32,30)
#1E1210
(30,18,16)
#000000
(0,0,0)

Tints of #F09E9C

#F09E9C
(240,158,156)
#F1A6A5
(241,166,165)
#F2AEAE
(242,174,174)
#F3B6B7
(243,182,183)
#F4BEC0
(244,190,192)
#F5C6C9
(245,198,201)
#F6CED2
(246,206,210)
#F7D6DB
(247,214,219)
#F8DEE4
(248,222,228)
#F9E6ED
(249,230,237)
#FAEEF6
(250,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F09E9C color. Also use rgb(240,158,156) instead hex code.

Text Font Color

.myTextColor { color: #F09E9C; }

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

This text font color is #F09E9C.


Background Color

.myBgColor { background-color: #F09E9C; }

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

This div background color is #F09E9C.


Border color

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

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

This div border color is #F09E9C.


Opacity

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

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

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

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

This text has shadow with #F09E9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F09E9C on black background.


Color preview on white background

This text has color #F09E9C on white background.



Black color preview on #F09E9C background

This text has black color on #F09E9C background.


White color preview on #F09E9C background

This text has white color on #F09E9C background.