COLOR #F0F9CB

HEX: #F0F9CB RGB: (240,249,203)

Color info

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

RGB color model

#F0F9CB color RGB value is (240,249,203).

RGB: (240,249,203) (94%, 98%, 80%)

RGB channels and saturation

R 240 of 255 = 94%
G 249 of 255 = 98%
B 203 of 255 = 80%

240
249
203

R + G + B ~ 91%. #F0F9CB is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 249 + 203 = 692 (100%)
R 240 of 692 ~ 34.68%
G 249 of 692 ~ 35.98%
B 203 of 692 ~ 29.34'%

%34.68
%35.98
%29.34

CMYK color model

#F0F9CB color CMYK value is (4,0,18,2).

  • cyan value is 3.61%
  • magenta value is 0.00%
  • yellow value is 18.47%
  • key color value is 2.35%

CMYK: (4,0,18,2)
C4M0Y18K2 (4%, 0%, 18%, 2%)
(0.04 / 0.00 / 0.18 / 0.02)

CMYK percentages

%3.61
%0
%18.47
%2.35

Codes

Color #F0F9CB in popluar color models

F0 F9 CB
RGB 240 249 203
HSL 72° 79.31% 88.63%
HSB/HSV 72° 18.47% 97.65%
CMYK 3.61% 0.00% 18.47%
2.35%

Color #F0F9CB in popluar number systems.

HEX F0 F9 CB
Decimal 240 249 203
Binary 11110000 11111001 11001011
Octal 360 371 313

Shades and tints

Shades of #F0F9CB

#F0F9CB
(240,249,203)
#DBE3B9
(219,227,185)
#C6CDA7
(198,205,167)
#B1B795
(177,183,149)
#9CA183
(156,161,131)
#878B71
(135,139,113)
#72755F
(114,117,95)
#5D5F4D
(93,95,77)
#48493B
(72,73,59)
#333329
(51,51,41)
#1E1D17
(30,29,23)
#000000
(0,0,0)

Tints of #F0F9CB

#F0F9CB
(240,249,203)
#F1F9CF
(241,249,207)
#F2F9D3
(242,249,211)
#F3F9D7
(243,249,215)
#F4F9DB
(244,249,219)
#F5F9DF
(245,249,223)
#F6F9E3
(246,249,227)
#F7F9E7
(247,249,231)
#F8F9EB
(248,249,235)
#F9F9EF
(249,249,239)
#FAF9F3
(250,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0F9CB; }

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

This text font color is #F0F9CB.

Background Color

.myBgColor { background-color: #F0F9CB; }

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

This div background color is #F0F9CB.

Border color

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

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

This div border color is #F0F9CB.

Opacity

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

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

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

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

This text has shadow with #F0F9CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0F9CB.

Preview

Color preview on black background

This text has color #F0F9CB on black background.


Color preview on white background

This text has color #F0F9CB on white background.


Black color preview on #F0F9CB background

This text has black color on #F0F9CB background.


White color preview on #F0F9CB background

This text has white color on #F0F9CB background.


Related colors

Complementary color

Complementary color for #hex is #0F0634.


I love getcolorcode.com

Triadic colors

1 #CBF0F9 and #F9CBF0 with #F0F9CB are triadic colors.

2 #CBF9F0 and #F9F0CB with #F0F9CB are triadic colors.