COLOR #F0FAE0

HEX: #F0FAE0
RGB: (240,250,224)

Color info

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

RGB color model

#F0FAE0 color RGB value is (240,250,224).

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

RGB channels and saturation

R 240 of 255 = 94%
G 250 of 255 = 98%
B 224 of 255 = 88%

240
250
224

R + G + B ~ 93%. #F0FAE0 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 250 + 224 = 714 (100%)
R 240 of 714 ~ 33.61%
G 250 of 714 ~ 35.01%
B 224 of 714 ~ 31.37%

%33.61
%35.01
%31.37

CMYK color model

#F0FAE0 color CMYK value is (4,0,10,2).

  • cyan value is 4.00%
  • magenta value is 0.00%
  • yellow value is 10.40%
  • key color value is 1.96%
CMYK:
(4,0,10,2)
C4M0Y10K2 
(4%,0%,10%,2%)
(0.04/0.00/0.10/0.02)	

CMYK percentages

%4
%0
%10.4
%1.96

Codes

Color #F0FAE0 in popluar color models

F0FAE0
RGB240250224
HSL83°72.22%92.94%
HSB/HSV83°10.40%98.04%
CMYK4.00%0.00%10.40%
1.96%

Color #F0FAE0 in popluar number systems.

HEXF0FAE0
Decimal240250224
Binary111100001111101011100000
Octal360372340

Shades and tints

Shades of #F0FAE0

#F0FAE0
(240,250,224)
#DBE4CC
(219,228,204)
#C6CEB8
(198,206,184)
#B1B8A4
(177,184,164)
#9CA290
(156,162,144)
#878C7C
(135,140,124)
#727668
(114,118,104)
#5D6054
(93,96,84)
#484A40
(72,74,64)
#33342C
(51,52,44)
#1E1E18
(30,30,24)
#000000
(0,0,0)

Tints of #F0FAE0

#F0FAE0
(240,250,224)
#F1FAE2
(241,250,226)
#F2FAE4
(242,250,228)
#F3FAE6
(243,250,230)
#F4FAE8
(244,250,232)
#F5FAEA
(245,250,234)
#F6FAEC
(246,250,236)
#F7FAEE
(247,250,238)
#F8FAF0
(248,250,240)
#F9FAF2
(249,250,242)
#FAFAF4
(250,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FAE0; }

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

This text font color is #F0FAE0.


Background Color

.myBgColor { background-color: #F0FAE0; }

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

This div background color is #F0FAE0.


Border color

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

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

This div border color is #F0FAE0.


Opacity

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

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

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

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

This text has shadow with #F0FAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0FAE0 on black background.


Color preview on white background

This text has color #F0FAE0 on white background.



Black color preview on #F0FAE0 background

This text has black color on #F0FAE0 background.


White color preview on #F0FAE0 background

This text has white color on #F0FAE0 background.