COLOR #F0FCE0

HEX: #F0FCE0 RGB: (240,252,224)

Color info

#F0FCE0 contains red, green and blue colors in about the same proportion. Web safe color of #F0FCE0 is #FFFFCC (or #FFC).

RGB color model

#F0FCE0 color RGB value is (240,252,224).

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

RGB channels and saturation

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

240
252
224

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

Portions of RGB colors in percentages

R + G + B = 240 + 252 + 224 = 716 (100%)
R 240 of 716 ~ 33.52%
G 252 of 716 ~ 35.2%
B 224 of 716 ~ 31.28'%

%33.52
%35.2
%31.28

CMYK color model

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

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

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

CMYK percentages

%4.76
%0
%11.11
%1.18

Codes

Color #F0FCE0 in popluar color models

F0 FC E0
RGB 240 252 224
HSL 86° 82.35% 93.33%
HSB/HSV 86° 11.11% 98.82%
CMYK 4.76% 0.00% 11.11%
1.18%

Color #F0FCE0 in popluar number systems.

HEX F0 FC E0
Decimal 240 252 224
Binary 11110000 11111100 11100000
Octal 360 374 340

Shades and tints

Shades of #F0FCE0

#F0FCE0
(240,252,224)
#DBE6CC
(219,230,204)
#C6D0B8
(198,208,184)
#B1BAA4
(177,186,164)
#9CA490
(156,164,144)
#878E7C
(135,142,124)
#727868
(114,120,104)
#5D6254
(93,98,84)
#484C40
(72,76,64)
#33362C
(51,54,44)
#1E2018
(30,32,24)
#000000
(0,0,0)

Tints of #F0FCE0

#F0FCE0
(240,252,224)
#F1FCE2
(241,252,226)
#F2FCE4
(242,252,228)
#F3FCE6
(243,252,230)
#F4FCE8
(244,252,232)
#F5FCEA
(245,252,234)
#F6FCEC
(246,252,236)
#F7FCEE
(247,252,238)
#F8FCF0
(248,252,240)
#F9FCF2
(249,252,242)
#FAFCF4
(250,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FCE0; }

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

This text font color is #F0FCE0.

Background Color

.myBgColor { background-color: #F0FCE0; }

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

This div background color is #F0FCE0.

Border color

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

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

This div border color is #F0FCE0.

Opacity

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

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

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

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

This text has shadow with #F0FCE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0FCE0.

Preview

Color preview on black background

This text has color #F0FCE0 on black background.


Color preview on white background

This text has color #F0FCE0 on white background.


Black color preview on #F0FCE0 background

This text has black color on #F0FCE0 background.


White color preview on #F0FCE0 background

This text has white color on #F0FCE0 background.


Related colors

Complementary color

Complementary color for #hex is #0F031F.


I love getcolorcode.com

Triadic colors

1 #E0F0FC and #FCE0F0 with #F0FCE0 are triadic colors.

2 #E0FCF0 and #FCF0E0 with #F0FCE0 are triadic colors.