COLOR #F0F3CB

HEX: #F0F3CB
RGB: (240,243,203)

Color info

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

RGB color model

#F0F3CB color RGB value is (240,243,203).

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

RGB channels and saturation

R 240 of 255 = 94%
G 243 of 255 = 95%
B 203 of 255 = 80%

240
243
203

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

Portions of RGB colors in percentages

R + G + B =
240 + 243 + 203 = 686 (100%)
R 240 of 686 ~ 34.99%
G 243 of 686 ~ 35.42%
B 203 of 686 ~ 29.59%

%34.99
%35.42
%29.59

CMYK color model

#F0F3CB color CMYK value is (1,0,16,5).

  • cyan value is 1.23%
  • magenta value is 0.00%
  • yellow value is 16.46%
  • key color value is 4.71%
CMYK:
(1,0,16,5)
C1M0Y16K5 
(1%,0%,16%,5%)
(0.01/0.00/0.16/0.05)	

CMYK percentages

%1.23
%0
%16.46
%4.71

Codes

Color #F0F3CB in popluar color models

F0F3CB
RGB240243203
HSL65°62.50%87.45%
HSB/HSV65°16.46%95.29%
CMYK1.23%0.00%16.46%
4.71%

Color #F0F3CB in popluar number systems.

HEXF0F3CB
Decimal240243203
Binary111100001111001111001011
Octal360363313

Shades and tints

Shades of #F0F3CB

#F0F3CB
(240,243,203)
#DBDDB9
(219,221,185)
#C6C7A7
(198,199,167)
#B1B195
(177,177,149)
#9C9B83
(156,155,131)
#878571
(135,133,113)
#726F5F
(114,111,95)
#5D594D
(93,89,77)
#48433B
(72,67,59)
#332D29
(51,45,41)
#1E1717
(30,23,23)
#000000
(0,0,0)

Tints of #F0F3CB

#F0F3CB
(240,243,203)
#F1F4CF
(241,244,207)
#F2F5D3
(242,245,211)
#F3F6D7
(243,246,215)
#F4F7DB
(244,247,219)
#F5F8DF
(245,248,223)
#F6F9E3
(246,249,227)
#F7FAE7
(247,250,231)
#F8FBEB
(248,251,235)
#F9FCEF
(249,252,239)
#FAFDF3
(250,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0F3CB; }

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

This text font color is #F0F3CB.


Background Color

.myBgColor { background-color: #F0F3CB; }

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

This div background color is #F0F3CB.


Border color

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

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

This div border color is #F0F3CB.


Opacity

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

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

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

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

This text has shadow with #F0F3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0F3CB on black background.


Color preview on white background

This text has color #F0F3CB on white background.



Black color preview on #F0F3CB background

This text has black color on #F0F3CB background.


White color preview on #F0F3CB background

This text has white color on #F0F3CB background.