COLOR #F09EDE

HEX: #F09EDE RGB: (240,158,222)

Color info

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

RGB color model

#F09EDE color RGB value is (240,158,222).

RGB: (240,158,222) (94%, 62%, 87%)

RGB channels and saturation

R 240 of 255 = 94%
G 158 of 255 = 62%
B 222 of 255 = 87%

240
158
222

R + G + B ~ 81%. #F09EDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 158 + 222 = 620 (100%)
R 240 of 620 ~ 38.71%
G 158 of 620 ~ 25.48%
B 222 of 620 ~ 35.81'%

%38.71
%25.48
%35.81

CMYK color model

#F09EDE color CMYK value is (0,34,8,6).

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

CMYK: (0,34,8,6)
C0M34Y8K6 (0%, 34%, 8%, 6%)
(0.00 / 0.34 / 0.08 / 0.06)

CMYK percentages

%0
%34.17
%7.5
%5.88

Codes

Color #F09EDE in popluar color models

F0 9E DE
RGB 240 158 222
HSL 313° 73.21% 78.04%
HSB/HSV 313° 34.17% 94.12%
CMYK 0.00% 34.17% 7.50%
5.88%

Color #F09EDE in popluar number systems.

HEX F0 9E DE
Decimal 240 158 222
Binary 11110000 10011110 11011110
Octal 360 236 336

Shades and tints

Shades of #F09EDE

#F09EDE
(240,158,222)
#DB90CA
(219,144,202)
#C682B6
(198,130,182)
#B174A2
(177,116,162)
#9C668E
(156,102,142)
#87587A
(135,88,122)
#724A66
(114,74,102)
#5D3C52
(93,60,82)
#482E3E
(72,46,62)
#33202A
(51,32,42)
#1E1216
(30,18,22)
#000000
(0,0,0)

Tints of #F09EDE

#F09EDE
(240,158,222)
#F1A6E1
(241,166,225)
#F2AEE4
(242,174,228)
#F3B6E7
(243,182,231)
#F4BEEA
(244,190,234)
#F5C6ED
(245,198,237)
#F6CEF0
(246,206,240)
#F7D6F3
(247,214,243)
#F8DEF6
(248,222,246)
#F9E6F9
(249,230,249)
#FAEEFC
(250,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F09EDE; }

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

This text font color is #F09EDE.

Background Color

.myBgColor { background-color: #F09EDE; }

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

This div background color is #F09EDE.

Border color

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

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

This div border color is #F09EDE.

Opacity

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

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

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

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

This text has shadow with #F09EDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F09EDE.

Preview

Color preview on black background

This text has color #F09EDE on black background.


Color preview on white background

This text has color #F09EDE on white background.


Black color preview on #F09EDE background

This text has black color on #F09EDE background.


White color preview on #F09EDE background

This text has white color on #F09EDE background.


Related colors

Complementary color

Complementary color for #hex is #0F6121.


I love getcolorcode.com

Triadic colors

1 #DEF09E and #9EDEF0 with #F09EDE are triadic colors.

2 #DE9EF0 and #9EF0DE with #F09EDE are triadic colors.