COLOR #F0F6CB

HEX: #F0F6CB
RGB: (240,246,203)

Color info

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

RGB color model

#F0F6CB color RGB value is (240,246,203).

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

RGB channels and saturation

R 240 of 255 = 94%
G 246 of 255 = 96%
B 203 of 255 = 80%

240
246
203

R + G + B ~ 90%. #F0F6CB is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 246 + 203 = 689 (100%)
R 240 of 689 ~ 34.83%
G 246 of 689 ~ 35.7%
B 203 of 689 ~ 29.46%

%34.83
%35.7
%29.46

CMYK color model

#F0F6CB color CMYK value is (2,0,17,4).

  • cyan value is 2.44%
  • magenta value is 0.00%
  • yellow value is 17.48%
  • key color value is 3.53%
CMYK:
(2,0,17,4)
C2M0Y17K4 
(2%,0%,17%,4%)
(0.02/0.00/0.17/0.04)	

CMYK percentages

%2.44
%0
%17.48
%3.53

Codes

Color #F0F6CB in popluar color models

F0F6CB
RGB240246203
HSL68°70.49%88.04%
HSB/HSV68°17.48%96.47%
CMYK2.44%0.00%17.48%
3.53%

Color #F0F6CB in popluar number systems.

HEXF0F6CB
Decimal240246203
Binary111100001111011011001011
Octal360366313

Shades and tints

Shades of #F0F6CB

#F0F6CB
(240,246,203)
#DBE0B9
(219,224,185)
#C6CAA7
(198,202,167)
#B1B495
(177,180,149)
#9C9E83
(156,158,131)
#878871
(135,136,113)
#72725F
(114,114,95)
#5D5C4D
(93,92,77)
#48463B
(72,70,59)
#333029
(51,48,41)
#1E1A17
(30,26,23)
#000000
(0,0,0)

Tints of #F0F6CB

#F0F6CB
(240,246,203)
#F1F6CF
(241,246,207)
#F2F6D3
(242,246,211)
#F3F6D7
(243,246,215)
#F4F6DB
(244,246,219)
#F5F6DF
(245,246,223)
#F6F6E3
(246,246,227)
#F7F6E7
(247,246,231)
#F8F6EB
(248,246,235)
#F9F6EF
(249,246,239)
#FAF6F3
(250,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0F6CB; }

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

This text font color is #F0F6CB.


Background Color

.myBgColor { background-color: #F0F6CB; }

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

This div background color is #F0F6CB.


Border color

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

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

This div border color is #F0F6CB.


Opacity

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

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

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

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

This text has shadow with #F0F6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0F6CB on black background.


Color preview on white background

This text has color #F0F6CB on white background.



Black color preview on #F0F6CB background

This text has black color on #F0F6CB background.


White color preview on #F0F6CB background

This text has white color on #F0F6CB background.