COLOR #F0FAE6

HEX: #F0FAE6
RGB: (240,250,230)

Color info

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

RGB color model

#F0FAE6 color RGB value is (240,250,230).

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

RGB channels and saturation

R 240 of 255 = 94%
G 250 of 255 = 98%
B 230 of 255 = 90%

240
250
230

R + G + B ~ 94%. #F0FAE6 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 250 + 230 = 720 (100%)
R 240 of 720 ~ 33.33%
G 250 of 720 ~ 34.72%
B 230 of 720 ~ 31.94%

%33.33
%34.72
%31.94

CMYK color model

#F0FAE6 color CMYK value is (4,0,8,2).

  • cyan value is 4.00%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 1.96%
CMYK:
(4,0,8,2)
C4M0Y8K2 
(4%,0%,8%,2%)
(0.04/0.00/0.08/0.02)	

CMYK percentages

%4
%0
%8
%1.96

Codes

Color #F0FAE6 in popluar color models

F0FAE6
RGB240250230
HSL90°66.67%94.12%
HSB/HSV90°8.00%98.04%
CMYK4.00%0.00%8.00%
1.96%

Color #F0FAE6 in popluar number systems.

HEXF0FAE6
Decimal240250230
Binary111100001111101011100110
Octal360372346

Shades and tints

Shades of #F0FAE6

#F0FAE6
(240,250,230)
#DBE4D2
(219,228,210)
#C6CEBE
(198,206,190)
#B1B8AA
(177,184,170)
#9CA296
(156,162,150)
#878C82
(135,140,130)
#72766E
(114,118,110)
#5D605A
(93,96,90)
#484A46
(72,74,70)
#333432
(51,52,50)
#1E1E1E
(30,30,30)
#000000
(0,0,0)

Tints of #F0FAE6

#F0FAE6
(240,250,230)
#F1FAE8
(241,250,232)
#F2FAEA
(242,250,234)
#F3FAEC
(243,250,236)
#F4FAEE
(244,250,238)
#F5FAF0
(245,250,240)
#F6FAF2
(246,250,242)
#F7FAF4
(247,250,244)
#F8FAF6
(248,250,246)
#F9FAF8
(249,250,248)
#FAFAFA
(250,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FAE6; }

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

This text font color is #F0FAE6.


Background Color

.myBgColor { background-color: #F0FAE6; }

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

This div background color is #F0FAE6.


Border color

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

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

This div border color is #F0FAE6.


Opacity

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

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

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

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

This text has shadow with #F0FAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0FAE6 on black background.


Color preview on white background

This text has color #F0FAE6 on white background.



Black color preview on #F0FAE6 background

This text has black color on #F0FAE6 background.


White color preview on #F0FAE6 background

This text has white color on #F0FAE6 background.