COLOR #F0F6AB

HEX: #F0F6AB
RGB: (240,246,171)

Color info

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

RGB color model

#F0F6AB color RGB value is (240,246,171).

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

RGB channels and saturation

R 240 of 255 = 94%
G 246 of 255 = 96%
B 171 of 255 = 67%

240
246
171

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

Portions of RGB colors in percentages

R + G + B =
240 + 246 + 171 = 657 (100%)
R 240 of 657 ~ 36.53%
G 246 of 657 ~ 37.44%
B 171 of 657 ~ 26.03%

%36.53
%37.44
%26.03

CMYK color model

#F0F6AB color CMYK value is (2,0,30,4).

  • cyan value is 2.44%
  • magenta value is 0.00%
  • yellow value is 30.49%
  • key color value is 3.53%
CMYK:
(2,0,30,4)
C2M0Y30K4 
(2%,0%,30%,4%)
(0.02/0.00/0.30/0.04)	

CMYK percentages

%2.44
%0
%30.49
%3.53

Codes

Color #F0F6AB in popluar color models

F0F6AB
RGB240246171
HSL65°80.65%81.76%
HSB/HSV65°30.49%96.47%
CMYK2.44%0.00%30.49%
3.53%

Color #F0F6AB in popluar number systems.

HEXF0F6AB
Decimal240246171
Binary111100001111011010101011
Octal360366253

Shades and tints

Shades of #F0F6AB

#F0F6AB
(240,246,171)
#DBE09C
(219,224,156)
#C6CA8D
(198,202,141)
#B1B47E
(177,180,126)
#9C9E6F
(156,158,111)
#878860
(135,136,96)
#727251
(114,114,81)
#5D5C42
(93,92,66)
#484633
(72,70,51)
#333024
(51,48,36)
#1E1A15
(30,26,21)
#000000
(0,0,0)

Tints of #F0F6AB

#F0F6AB
(240,246,171)
#F1F6B2
(241,246,178)
#F2F6B9
(242,246,185)
#F3F6C0
(243,246,192)
#F4F6C7
(244,246,199)
#F5F6CE
(245,246,206)
#F6F6D5
(246,246,213)
#F7F6DC
(247,246,220)
#F8F6E3
(248,246,227)
#F9F6EA
(249,246,234)
#FAF6F1
(250,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0F6AB; }

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

This text font color is #F0F6AB.


Background Color

.myBgColor { background-color: #F0F6AB; }

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

This div background color is #F0F6AB.


Border color

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

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

This div border color is #F0F6AB.


Opacity

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

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

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

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

This text has shadow with #F0F6AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0F6AB on black background.


Color preview on white background

This text has color #F0F6AB on white background.



Black color preview on #F0F6AB background

This text has black color on #F0F6AB background.


White color preview on #F0F6AB background

This text has white color on #F0F6AB background.