COLOR #F0EDFC

HEX: #F0EDFC RGB: (240,237,252)

Color info

#F0EDFC contains red, green and blue colors in about the same proportion. Web safe color of #F0EDFC is #FFFFFF (or #FFF).

RGB color model

#F0EDFC color RGB value is (240,237,252).

RGB: (240,237,252) (94%, 93%, 99%)

RGB channels and saturation

R 240 of 255 = 94%
G 237 of 255 = 93%
B 252 of 255 = 99%

240
237
252

R + G + B ~ 95%. #F0EDFC is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 237 + 252 = 729 (100%)
R 240 of 729 ~ 32.92%
G 237 of 729 ~ 32.51%
B 252 of 729 ~ 34.57'%

%32.92
%32.51
%34.57

CMYK color model

#F0EDFC color CMYK value is (5,6,0,1).

  • cyan value is 4.76%
  • magenta value is 5.95%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (5,6,0,1)
C5M6Y0K1 (5%, 6%, 0%, 1%)
(0.05 / 0.06 / 0.00 / 0.01)

CMYK percentages

%4.76
%5.95
%0
%1.18

Codes

Color #F0EDFC in popluar color models

F0 ED FC
RGB 240 237 252
HSL 252° 71.43% 95.88%
HSB/HSV 252° 5.95% 98.82%
CMYK 4.76% 5.95% 0.00%
1.18%

Color #F0EDFC in popluar number systems.

HEX F0 ED FC
Decimal 240 237 252
Binary 11110000 11101101 11111100
Octal 360 355 374

Shades and tints

Shades of #F0EDFC

#F0EDFC
(240,237,252)
#DBD8E6
(219,216,230)
#C6C3D0
(198,195,208)
#B1AEBA
(177,174,186)
#9C99A4
(156,153,164)
#87848E
(135,132,142)
#726F78
(114,111,120)
#5D5A62
(93,90,98)
#48454C
(72,69,76)
#333036
(51,48,54)
#1E1B20
(30,27,32)
#000000
(0,0,0)

Tints of #F0EDFC

#F0EDFC
(240,237,252)
#F1EEFC
(241,238,252)
#F2EFFC
(242,239,252)
#F3F0FC
(243,240,252)
#F4F1FC
(244,241,252)
#F5F2FC
(245,242,252)
#F6F3FC
(246,243,252)
#F7F4FC
(247,244,252)
#F8F5FC
(248,245,252)
#F9F6FC
(249,246,252)
#FAF7FC
(250,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0EDFC color. Also use rgb(240,237,252) instead hex code.

Text Font Color

.myTextColor { color: #F0EDFC; }

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

This text font color is #F0EDFC.

Background Color

.myBgColor { background-color: #F0EDFC; }

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

This div background color is #F0EDFC.

Border color

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

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

This div border color is #F0EDFC.

Opacity

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

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

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

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

This text has shadow with #F0EDFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0EDFC.

Preview

Color preview on black background

This text has color #F0EDFC on black background.


Color preview on white background

This text has color #F0EDFC on white background.


Black color preview on #F0EDFC background

This text has black color on #F0EDFC background.


White color preview on #F0EDFC background

This text has white color on #F0EDFC background.


Related colors

Complementary color

Complementary color for #hex is #0F1203.


I love getcolorcode.com

Triadic colors

1 #FCF0ED and #EDFCF0 with #F0EDFC are triadic colors.

2 #FCEDF0 and #EDF0FC with #F0EDFC are triadic colors.