COLOR #F0E4FC

HEX: #F0E4FC RGB: (240,228,252)

Color info

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

RGB color model

#F0E4FC color RGB value is (240,228,252).

RGB: (240,228,252) (94%, 89%, 99%)

RGB channels and saturation

R 240 of 255 = 94%
G 228 of 255 = 89%
B 252 of 255 = 99%

240
228
252

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

Portions of RGB colors in percentages

R + G + B = 240 + 228 + 252 = 720 (100%)
R 240 of 720 ~ 33.33%
G 228 of 720 ~ 31.67%
B 252 of 720 ~ 35'%

%33.33
%31.67
%35

CMYK color model

#F0E4FC color CMYK value is (5,10,0,1).

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

CMYK: (5,10,0,1)
C5M10Y0K1 (5%, 10%, 0%, 1%)
(0.05 / 0.10 / 0.00 / 0.01)

CMYK percentages

%4.76
%9.52
%0
%1.18

Codes

Color #F0E4FC in popluar color models

F0 E4 FC
RGB 240 228 252
HSL 270° 80.00% 94.12%
HSB/HSV 270° 9.52% 98.82%
CMYK 4.76% 9.52% 0.00%
1.18%

Color #F0E4FC in popluar number systems.

HEX F0 E4 FC
Decimal 240 228 252
Binary 11110000 11100100 11111100
Octal 360 344 374

Shades and tints

Shades of #F0E4FC

#F0E4FC
(240,228,252)
#DBD0E6
(219,208,230)
#C6BCD0
(198,188,208)
#B1A8BA
(177,168,186)
#9C94A4
(156,148,164)
#87808E
(135,128,142)
#726C78
(114,108,120)
#5D5862
(93,88,98)
#48444C
(72,68,76)
#333036
(51,48,54)
#1E1C20
(30,28,32)
#000000
(0,0,0)

Tints of #F0E4FC

#F0E4FC
(240,228,252)
#F1E6FC
(241,230,252)
#F2E8FC
(242,232,252)
#F3EAFC
(243,234,252)
#F4ECFC
(244,236,252)
#F5EEFC
(245,238,252)
#F6F0FC
(246,240,252)
#F7F2FC
(247,242,252)
#F8F4FC
(248,244,252)
#F9F6FC
(249,246,252)
#FAF8FC
(250,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0E4FC; }

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

This text font color is #F0E4FC.

Background Color

.myBgColor { background-color: #F0E4FC; }

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

This div background color is #F0E4FC.

Border color

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

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

This div border color is #F0E4FC.

Opacity

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

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

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

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

This text has shadow with #F0E4FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0E4FC.

Preview

Color preview on black background

This text has color #F0E4FC on black background.


Color preview on white background

This text has color #F0E4FC on white background.


Black color preview on #F0E4FC background

This text has black color on #F0E4FC background.


White color preview on #F0E4FC background

This text has white color on #F0E4FC background.


Related colors

Complementary color

Complementary color for #hex is #0F1B03.


I love getcolorcode.com

Triadic colors

1 #FCF0E4 and #E4FCF0 with #F0E4FC are triadic colors.

2 #FCE4F0 and #E4F0FC with #F0E4FC are triadic colors.