COLOR #F09EBE

HEX: #F09EBE RGB: (240,158,190)

Color info

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

RGB color model

#F09EBE color RGB value is (240,158,190).

RGB: (240,158,190) (94%, 62%, 75%)

RGB channels and saturation

R 240 of 255 = 94%
G 158 of 255 = 62%
B 190 of 255 = 75%

240
158
190

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

Portions of RGB colors in percentages

R + G + B = 240 + 158 + 190 = 588 (100%)
R 240 of 588 ~ 40.82%
G 158 of 588 ~ 26.87%
B 190 of 588 ~ 32.31'%

%40.82
%26.87
%32.31

CMYK color model

#F09EBE color CMYK value is (0,34,21,6).

  • cyan value is 0.00%
  • magenta value is 34.17%
  • yellow value is 20.83%
  • key color value is 5.88%

CMYK: (0,34,21,6)
C0M34Y21K6 (0%, 34%, 21%, 6%)
(0.00 / 0.34 / 0.21 / 0.06)

CMYK percentages

%0
%34.17
%20.83
%5.88

Codes

Color #F09EBE in popluar color models

F0 9E BE
RGB 240 158 190
HSL 337° 73.21% 78.04%
HSB/HSV 337° 34.17% 94.12%
CMYK 0.00% 34.17% 20.83%
5.88%

Color #F09EBE in popluar number systems.

HEX F0 9E BE
Decimal 240 158 190
Binary 11110000 10011110 10111110
Octal 360 236 276

Shades and tints

Shades of #F09EBE

#F09EBE
(240,158,190)
#DB90AD
(219,144,173)
#C6829C
(198,130,156)
#B1748B
(177,116,139)
#9C667A
(156,102,122)
#875869
(135,88,105)
#724A58
(114,74,88)
#5D3C47
(93,60,71)
#482E36
(72,46,54)
#332025
(51,32,37)
#1E1214
(30,18,20)
#000000
(0,0,0)

Tints of #F09EBE

#F09EBE
(240,158,190)
#F1A6C3
(241,166,195)
#F2AEC8
(242,174,200)
#F3B6CD
(243,182,205)
#F4BED2
(244,190,210)
#F5C6D7
(245,198,215)
#F6CEDC
(246,206,220)
#F7D6E1
(247,214,225)
#F8DEE6
(248,222,230)
#F9E6EB
(249,230,235)
#FAEEF0
(250,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F09EBE; }

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

This text font color is #F09EBE.

Background Color

.myBgColor { background-color: #F09EBE; }

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

This div background color is #F09EBE.

Border color

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

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

This div border color is #F09EBE.

Opacity

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

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

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

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

This text has shadow with #F09EBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F09EBE.

Preview

Color preview on black background

This text has color #F09EBE on black background.


Color preview on white background

This text has color #F09EBE on white background.


Black color preview on #F09EBE background

This text has black color on #F09EBE background.


White color preview on #F09EBE background

This text has white color on #F09EBE background.


Related colors

Complementary color

Complementary color for #hex is #0F6141.


I love getcolorcode.com

Triadic colors

1 #BEF09E and #9EBEF0 with #F09EBE are triadic colors.

2 #BE9EF0 and #9EF0BE with #F09EBE are triadic colors.