COLOR #F0FCEB

HEX: #F0FCEB RGB: (240,252,235)

Color info

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

RGB color model

#F0FCEB color RGB value is (240,252,235).

RGB: (240,252,235) (94%, 99%, 92%)

RGB channels and saturation

R 240 of 255 = 94%
G 252 of 255 = 99%
B 235 of 255 = 92%

240
252
235

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

Portions of RGB colors in percentages

R + G + B = 240 + 252 + 235 = 727 (100%)
R 240 of 727 ~ 33.01%
G 252 of 727 ~ 34.66%
B 235 of 727 ~ 32.32'%

%33.01
%34.66
%32.32

CMYK color model

#F0FCEB color CMYK value is (5,0,7,1).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 6.75%
  • key color value is 1.18%
CMYK: (5,0,7,1) C5M0Y7K1 (5%,0%,7%,1%) (0.05/0.00/0.07/0.01) 

CMYK percentages

%4.76
%0
%6.75
%1.18

Codes

Color #F0FCEB in popluar color models

F0 FC EB
RGB 240 252 235
HSL 102° 73.91% 95.49%
HSB/HSV 102° 6.75% 98.82%
CMYK 4.76% 0.00% 6.75%
1.18%

Color #F0FCEB in popluar number systems.

HEX F0 FC EB
Decimal 240 252 235
Binary 11110000 11111100 11101011
Octal 360 374 353

Shades and tints

Shades of #F0FCEB

#F0FCEB
(240,252,235)
#DBE6D6
(219,230,214)
#C6D0C1
(198,208,193)
#B1BAAC
(177,186,172)
#9CA497
(156,164,151)
#878E82
(135,142,130)
#72786D
(114,120,109)
#5D6258
(93,98,88)
#484C43
(72,76,67)
#33362E
(51,54,46)
#1E2019
(30,32,25)
#000000
(0,0,0)

Tints of #F0FCEB

#F0FCEB
(240,252,235)
#F1FCEC
(241,252,236)
#F2FCED
(242,252,237)
#F3FCEE
(243,252,238)
#F4FCEF
(244,252,239)
#F5FCF0
(245,252,240)
#F6FCF1
(246,252,241)
#F7FCF2
(247,252,242)
#F8FCF3
(248,252,243)
#F9FCF4
(249,252,244)
#FAFCF5
(250,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FCEB; }

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

This text font color is #F0FCEB.

Background Color

.myBgColor { background-color: #F0FCEB; }

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

This div background color is #F0FCEB.

Border color

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

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

This div border color is #F0FCEB.

Opacity

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

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

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

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

This text has shadow with #F0FCEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0FCEB.

Preview

Color preview on black background

This text has color #F0FCEB on black background.


Color preview on white background

This text has color #F0FCEB on white background.


Black color preview on #F0FCEB background

This text has black color on #F0FCEB background.


White color preview on #F0FCEB background

This text has white color on #F0FCEB background.


Related colors

Complementary color

Complementary color for #hex is #0F0314.


I love getcolorcode.com

Triadic colors

1 #EBF0FC and #FCEBF0 with #F0FCEB are triadic colors.

2 #EBFCF0 and #FCF0EB with #F0FCEB are triadic colors.