COLOR #F0F6AE

HEX: #F0F6AE
RGB: (240,246,174)

Color info

#F0F6AE contains mainly red and green colors. Web safe color of #F0F6AE is #FFFF99 (or #FF9).

RGB color model

#F0F6AE color RGB value is (240,246,174).

  • red value is 240;
  • green value is 246;
  • blue value is 174.
RGB:
(240,246,174)
(94%,96%,68%)

RGB channels and saturation

R 240 of 255 = 94%
G 246 of 255 = 96%
B 174 of 255 = 68%

240
246
174

R + G + B ~ 86%. #F0F6AE is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 246 + 174 = 660 (100%)
R 240 of 660 ~ 36.36%
G 246 of 660 ~ 37.27%
B 174 of 660 ~ 26.36%

%36.36
%37.27
%26.36

CMYK color model

#F0F6AE color CMYK value is (2,0,29,4).

  • cyan value is 2.44%
  • magenta value is 0.00%
  • yellow value is 29.27%
  • key color value is 3.53%
CMYK:
(2,0,29,4)
C2M0Y29K4 
(2%,0%,29%,4%)
(0.02/0.00/0.29/0.04)	

CMYK percentages

%2.44
%0
%29.27
%3.53

Codes

Color #F0F6AE in popluar color models

F0F6AE
RGB240246174
HSL65°80.00%82.35%
HSB/HSV65°29.27%96.47%
CMYK2.44%0.00%29.27%
3.53%

Color #F0F6AE in popluar number systems.

HEXF0F6AE
Decimal240246174
Binary111100001111011010101110
Octal360366256

Shades and tints

Shades of #F0F6AE

#F0F6AE
(240,246,174)
#DBE09F
(219,224,159)
#C6CA90
(198,202,144)
#B1B481
(177,180,129)
#9C9E72
(156,158,114)
#878863
(135,136,99)
#727254
(114,114,84)
#5D5C45
(93,92,69)
#484636
(72,70,54)
#333027
(51,48,39)
#1E1A18
(30,26,24)
#000000
(0,0,0)

Tints of #F0F6AE

#F0F6AE
(240,246,174)
#F1F6B5
(241,246,181)
#F2F6BC
(242,246,188)
#F3F6C3
(243,246,195)
#F4F6CA
(244,246,202)
#F5F6D1
(245,246,209)
#F6F6D8
(246,246,216)
#F7F6DF
(247,246,223)
#F8F6E6
(248,246,230)
#F9F6ED
(249,246,237)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0F6AE color. Also use rgb(240,246,174) instead hex code.

Text Font Color

.myTextColor { color: #F0F6AE; }

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

This text font color is #F0F6AE.


Background Color

.myBgColor { background-color: #F0F6AE; }

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

This div background color is #F0F6AE.


Border color

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

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

This div border color is #F0F6AE.


Opacity

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

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

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

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

This text has shadow with #F0F6AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0F6AE on black background.


Color preview on white background

This text has color #F0F6AE on white background.



Black color preview on #F0F6AE background

This text has black color on #F0F6AE background.


White color preview on #F0F6AE background

This text has white color on #F0F6AE background.