COLOR #F0FAEB

HEX: #F0FAEB
RGB: (240,250,235)

Color info

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

RGB color model

#F0FAEB color RGB value is (240,250,235).

  • red value is 240;
  • green value is 250;
  • blue value is 235.
RGB:
(240,250,235)
(94%,98%,92%)

RGB channels and saturation

R 240 of 255 = 94%
G 250 of 255 = 98%
B 235 of 255 = 92%

240
250
235

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

Portions of RGB colors in percentages

R + G + B =
240 + 250 + 235 = 725 (100%)
R 240 of 725 ~ 33.1%
G 250 of 725 ~ 34.48%
B 235 of 725 ~ 32.41%

%33.1
%34.48
%32.41

CMYK color model

#F0FAEB color CMYK value is (4,0,6,2).

  • cyan value is 4.00%
  • magenta value is 0.00%
  • yellow value is 6.00%
  • key color value is 1.96%
CMYK:
(4,0,6,2)
C4M0Y6K2 
(4%,0%,6%,2%)
(0.04/0.00/0.06/0.02)	

CMYK percentages

%4
%0
%6
%1.96

Codes

Color #F0FAEB in popluar color models

F0FAEB
RGB240250235
HSL100°60.00%95.10%
HSB/HSV100°6.00%98.04%
CMYK4.00%0.00%6.00%
1.96%

Color #F0FAEB in popluar number systems.

HEXF0FAEB
Decimal240250235
Binary111100001111101011101011
Octal360372353

Shades and tints

Shades of #F0FAEB

#F0FAEB
(240,250,235)
#DBE4D6
(219,228,214)
#C6CEC1
(198,206,193)
#B1B8AC
(177,184,172)
#9CA297
(156,162,151)
#878C82
(135,140,130)
#72766D
(114,118,109)
#5D6058
(93,96,88)
#484A43
(72,74,67)
#33342E
(51,52,46)
#1E1E19
(30,30,25)
#000000
(0,0,0)

Tints of #F0FAEB

#F0FAEB
(240,250,235)
#F1FAEC
(241,250,236)
#F2FAED
(242,250,237)
#F3FAEE
(243,250,238)
#F4FAEF
(244,250,239)
#F5FAF0
(245,250,240)
#F6FAF1
(246,250,241)
#F7FAF2
(247,250,242)
#F8FAF3
(248,250,243)
#F9FAF4
(249,250,244)
#FAFAF5
(250,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FAEB; }

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

This text font color is #F0FAEB.


Background Color

.myBgColor { background-color: #F0FAEB; }

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

This div background color is #F0FAEB.


Border color

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

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

This div border color is #F0FAEB.


Opacity

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

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

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

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

This text has shadow with #F0FAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0FAEB on black background.


Color preview on white background

This text has color #F0FAEB on white background.



Black color preview on #F0FAEB background

This text has black color on #F0FAEB background.


White color preview on #F0FAEB background

This text has white color on #F0FAEB background.