COLOR #F0E1FC

HEX: #F0E1FC RGB: (240,225,252)

Color info

#F0E1FC contains red, green and blue colors in about the same proportion. Web safe color of #F0E1FC is #FFCCFF (or #FCF).

RGB color model

#F0E1FC color RGB value is (240,225,252).

RGB: (240,225,252) (94%, 88%, 99%)

RGB channels and saturation

R 240 of 255 = 94%
G 225 of 255 = 88%
B 252 of 255 = 99%

240
225
252

R + G + B ~ 94%. #F0E1FC is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 225 + 252 = 717 (100%)
R 240 of 717 ~ 33.47%
G 225 of 717 ~ 31.38%
B 252 of 717 ~ 35.15'%

%33.47
%31.38
%35.15

CMYK color model

#F0E1FC color CMYK value is (5,11,0,1).

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

CMYK: (5,11,0,1)
C5M11Y0K1 (5%, 11%, 0%, 1%)
(0.05 / 0.11 / 0.00 / 0.01)

CMYK percentages

%4.76
%10.71
%0
%1.18

Codes

Color #F0E1FC in popluar color models

F0 E1 FC
RGB 240 225 252
HSL 273° 81.82% 93.53%
HSB/HSV 273° 10.71% 98.82%
CMYK 4.76% 10.71% 0.00%
1.18%

Color #F0E1FC in popluar number systems.

HEX F0 E1 FC
Decimal 240 225 252
Binary 11110000 11100001 11111100
Octal 360 341 374

Shades and tints

Shades of #F0E1FC

#F0E1FC
(240,225,252)
#DBCDE6
(219,205,230)
#C6B9D0
(198,185,208)
#B1A5BA
(177,165,186)
#9C91A4
(156,145,164)
#877D8E
(135,125,142)
#726978
(114,105,120)
#5D5562
(93,85,98)
#48414C
(72,65,76)
#332D36
(51,45,54)
#1E1920
(30,25,32)
#000000
(0,0,0)

Tints of #F0E1FC

#F0E1FC
(240,225,252)
#F1E3FC
(241,227,252)
#F2E5FC
(242,229,252)
#F3E7FC
(243,231,252)
#F4E9FC
(244,233,252)
#F5EBFC
(245,235,252)
#F6EDFC
(246,237,252)
#F7EFFC
(247,239,252)
#F8F1FC
(248,241,252)
#F9F3FC
(249,243,252)
#FAF5FC
(250,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0E1FC; }

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

This text font color is #F0E1FC.

Background Color

.myBgColor { background-color: #F0E1FC; }

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

This div background color is #F0E1FC.

Border color

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

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

This div border color is #F0E1FC.

Opacity

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

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

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

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

This text has shadow with #F0E1FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0E1FC.

Preview

Color preview on black background

This text has color #F0E1FC on black background.


Color preview on white background

This text has color #F0E1FC on white background.


Black color preview on #F0E1FC background

This text has black color on #F0E1FC background.


White color preview on #F0E1FC background

This text has white color on #F0E1FC background.


Related colors

Complementary color

Complementary color for #hex is #0F1E03.


I love getcolorcode.com

Triadic colors

1 #FCF0E1 and #E1FCF0 with #F0E1FC are triadic colors.

2 #FCE1F0 and #E1F0FC with #F0E1FC are triadic colors.