COLOR #F0FCED

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

240
252
237

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

Portions of RGB colors in percentages

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

%32.92
%34.57
%32.51

CMYK color model

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

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

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

CMYK percentages

%4.76
%0
%5.95
%1.18

Codes

Color #F0FCED in popluar color models

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

Color #F0FCED in popluar number systems.

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

Shades and tints

Shades of #F0FCED

#F0FCED
(240,252,237)
#DBE6D8
(219,230,216)
#C6D0C3
(198,208,195)
#B1BAAE
(177,186,174)
#9CA499
(156,164,153)
#878E84
(135,142,132)
#72786F
(114,120,111)
#5D625A
(93,98,90)
#484C45
(72,76,69)
#333630
(51,54,48)
#1E201B
(30,32,27)
#000000
(0,0,0)

Tints of #F0FCED

#F0FCED
(240,252,237)
#F1FCEE
(241,252,238)
#F2FCEF
(242,252,239)
#F3FCF0
(243,252,240)
#F4FCF1
(244,252,241)
#F5FCF2
(245,252,242)
#F6FCF3
(246,252,243)
#F7FCF4
(247,252,244)
#F8FCF5
(248,252,245)
#F9FCF6
(249,252,246)
#FAFCF7
(250,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FCED; }

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

This text font color is #F0FCED.

Background Color

.myBgColor { background-color: #F0FCED; }

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

This div background color is #F0FCED.

Border color

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

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

This div border color is #F0FCED.

Opacity

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

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

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

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

This text has shadow with #F0FCED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0FCED.

Preview

Color preview on black background

This text has color #F0FCED on black background.


Color preview on white background

This text has color #F0FCED on white background.


Black color preview on #F0FCED background

This text has black color on #F0FCED background.


White color preview on #F0FCED background

This text has white color on #F0FCED background.


Related colors

Complementary color

Complementary color for #hex is #0F0312.


I love getcolorcode.com

Triadic colors

1 #EDF0FC and #FCEDF0 with #F0FCED are triadic colors.

2 #EDFCF0 and #FCF0ED with #F0FCED are triadic colors.