COLOR #F0FAED

HEX: #F0FAED RGB: (240,250,237)

Color info

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

RGB color model

#F0FAED color RGB value is (240,250,237).

RGB: (240,250,237) (94%, 98%, 93%)

RGB channels and saturation

R 240 of 255 = 94%
G 250 of 255 = 98%
B 237 of 255 = 93%

240
250
237

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

Portions of RGB colors in percentages

R + G + B = 240 + 250 + 237 = 727 (100%)
R 240 of 727 ~ 33.01%
G 250 of 727 ~ 34.39%
B 237 of 727 ~ 32.6'%

%33.01
%34.39
%32.6

CMYK color model

#F0FAED color CMYK value is (4,0,5,2).

  • cyan value is 4.00%
  • magenta value is 0.00%
  • yellow value is 5.20%
  • key color value is 1.96%

CMYK: (4,0,5,2)
C4M0Y5K2 (4%, 0%, 5%, 2%)
(0.04 / 0.00 / 0.05 / 0.02)

CMYK percentages

%4
%0
%5.2
%1.96

Codes

Color #F0FAED in popluar color models

F0 FA ED
RGB 240 250 237
HSL 106° 56.52% 95.49%
HSB/HSV 106° 5.20% 98.04%
CMYK 4.00% 0.00% 5.20%
1.96%

Color #F0FAED in popluar number systems.

HEX F0 FA ED
Decimal 240 250 237
Binary 11110000 11111010 11101101
Octal 360 372 355

Shades and tints

Shades of #F0FAED

#F0FAED
(240,250,237)
#DBE4D8
(219,228,216)
#C6CEC3
(198,206,195)
#B1B8AE
(177,184,174)
#9CA299
(156,162,153)
#878C84
(135,140,132)
#72766F
(114,118,111)
#5D605A
(93,96,90)
#484A45
(72,74,69)
#333430
(51,52,48)
#1E1E1B
(30,30,27)
#000000
(0,0,0)

Tints of #F0FAED

#F0FAED
(240,250,237)
#F1FAEE
(241,250,238)
#F2FAEF
(242,250,239)
#F3FAF0
(243,250,240)
#F4FAF1
(244,250,241)
#F5FAF2
(245,250,242)
#F6FAF3
(246,250,243)
#F7FAF4
(247,250,244)
#F8FAF5
(248,250,245)
#F9FAF6
(249,250,246)
#FAFAF7
(250,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FAED; }

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

This text font color is #F0FAED.

Background Color

.myBgColor { background-color: #F0FAED; }

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

This div background color is #F0FAED.

Border color

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

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

This div border color is #F0FAED.

Opacity

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

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

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

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

This text has shadow with #F0FAED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0FAED.

Preview

Color preview on black background

This text has color #F0FAED on black background.


Color preview on white background

This text has color #F0FAED on white background.


Black color preview on #F0FAED background

This text has black color on #F0FAED background.


White color preview on #F0FAED background

This text has white color on #F0FAED background.


Related colors

Complementary color

Complementary color for #hex is #0F0512.


I love getcolorcode.com

Triadic colors

1 #EDF0FA and #FAEDF0 with #F0FAED are triadic colors.

2 #EDFAF0 and #FAF0ED with #F0FAED are triadic colors.